Package com.helger.phase4.soap11
Class ObjectFactory
java.lang.Object
com.helger.phase4.soap11.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.helger.phase4.soap11 package.
<p>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.<p>This class was annotated by ph-jaxb22-plugin -Xph-annotate</p>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.soap11 -
Method Summary
Modifier and TypeMethodDescriptioncreateBody(Soap11Body value) createEnvelope(Soap11Envelope value) createFault(Soap11Fault value) createHeader(Soap11Header value) Create an instance ofSoap11BodyCreate an instance ofSoap11DetailCreate an instance ofSoap11EnvelopeCreate an instance ofSoap11FaultCreate an instance ofSoap11Header
-
Field Details
-
_Envelope_QNAME
-
_Header_QNAME
-
_Body_QNAME
-
_Fault_QNAME
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.soap11
-
-
Method Details
-
createSoap11Envelope
Create an instance ofSoap11Envelope- Returns:
- The created Soap11Envelope object and never <code>null</code>.
-
createSoap11Header
Create an instance ofSoap11Header- Returns:
- The created Soap11Header object and never <code>null</code>.
-
createSoap11Body
Create an instance ofSoap11Body- Returns:
- The created Soap11Body object and never <code>null</code>.
-
createSoap11Fault
Create an instance ofSoap11Fault- Returns:
- The created Soap11Fault object and never <code>null</code>.
-
createSoap11Detail
Create an instance ofSoap11Detail- Returns:
- The created Soap11Detail object and never <code>null</code>.
-
createEnvelope
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Envelope>The created JAXBElement and never <code>null</code>.
-
createHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Header>The created JAXBElement and never <code>null</code>.
-
createBody
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Body>The created JAXBElement and never <code>null</code>.
-
createFault
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Soap11Fault>The created JAXBElement and never <code>null</code>.
-