Package com.sun.xml.ws.security.soap12
Class ObjectFactory
java.lang.Object
com.sun.xml.ws.security.soap12.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.xml.ws.security.soap12 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.security.soap12 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBodyjavax.xml.bind.JAXBElement<Body>createBody(Body value) Create an instance ofDetailCreate an instance ofEnvelopejavax.xml.bind.JAXBElement<Envelope>createEnvelope(Envelope value) Create an instance ofFaultjavax.xml.bind.JAXBElement<Fault>createFault(Fault value) Create an instance ofFaultcodeCreate an instance ofFaultreasonCreate an instance ofHeaderjavax.xml.bind.JAXBElement<Header>createHeader(Header value) javax.xml.bind.JAXBElement<NotUnderstoodType>Create an instance ofNotUnderstoodTypeCreate an instance ofReasontextCreate an instance ofSubcodeCreate an instance ofSupportedEnvTypejavax.xml.bind.JAXBElement<UpgradeType>createUpgrade(UpgradeType value) Create an instance ofUpgradeType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.security.soap12
-
-
Method Details
-
createFaultcode
Create an instance ofFaultcode -
createEnvelope
Create an instance ofEnvelope -
createFaultreason
Create an instance ofFaultreason -
createSupportedEnvType
Create an instance ofSupportedEnvType -
createNotUnderstoodType
Create an instance ofNotUnderstoodType -
createBody
Create an instance ofBody -
createUpgradeType
Create an instance ofUpgradeType -
createHeader
Create an instance ofHeader -
createFault
Create an instance ofFault -
createDetail
Create an instance ofDetail -
createReasontext
Create an instance ofReasontext -
createSubcode
Create an instance ofSubcode -
createUpgrade
-
createNotUnderstood
-
createBody
-
createHeader
-
createEnvelope
-
createFault
-