Class JAXBStructure
java.lang.Object
com.sun.xml.ws.security.opt.crypto.jaxb.JAXBStructure
- All Implemented Interfaces:
XMLStructure
- Author:
- Abhijit Das
-
Constructor Summary
ConstructorsConstructorDescriptionJAXBStructure(javax.xml.bind.JAXBElement jbElement) Creates a new instance of JAXBStructure -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElementReturns the JAXBElement contained in thisJAXBStructure.booleanisFeatureSupported(String feature)
-
Constructor Details
-
JAXBStructure
public JAXBStructure(javax.xml.bind.JAXBElement jbElement) Creates a new instance of JAXBStructure
-
-
Method Details
-
getJAXBElement
public javax.xml.bind.JAXBElement getJAXBElement()Returns the JAXBElement contained in thisJAXBStructure.- Returns:
- the JAXBElement
-
isFeatureSupported
- Specified by:
isFeatureSupportedin interfaceXMLStructure- Throws:
NullPointerException
-