Class JAXBStructure
- java.lang.Object
-
- com.sun.xml.ws.security.opt.crypto.jaxb.JAXBStructure
-
- All Implemented Interfaces:
XMLStructure
public class JAXBStructure extends Object implements XMLStructure
- Author:
- Abhijit Das
-
-
Constructor Summary
Constructors Constructor Description JAXBStructure(jakarta.xml.bind.JAXBElement jbElement)
Creates a new instance of JAXBStructure
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.JAXBElement
getJAXBElement()
Returns the JAXBElement contained in thisJAXBStructure
.boolean
isFeatureSupported(String feature)
-
-
-
Method Detail
-
getJAXBElement
public jakarta.xml.bind.JAXBElement getJAXBElement()
Returns the JAXBElement contained in thisJAXBStructure
.- Returns:
- the JAXBElement
-
isFeatureSupported
public boolean isFeatureSupported(String feature)
- Specified by:
isFeatureSupported
in interfaceXMLStructure
- Throws:
NullPointerException
-
-