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