Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.ws.addressing.v200408.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.addressing.v200408 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.addressing.v200408
-
Method Summary
-
-
-
Method Detail
-
createEndpointReferenceType
public EndpointReferenceType createEndpointReferenceType()
Create an instance ofEndpointReferenceType
-
createAttributedURI
public AttributedURI createAttributedURI()
Create an instance ofAttributedURI
-
createRelationship
public Relationship createRelationship()
Create an instance ofRelationship
-
createReplyAfterType
public ReplyAfterType createReplyAfterType()
Create an instance ofReplyAfterType
-
createReferencePropertiesType
public ReferencePropertiesType createReferencePropertiesType()
Create an instance ofReferencePropertiesType
-
createReferenceParametersType
public ReferenceParametersType createReferenceParametersType()
Create an instance ofReferenceParametersType
-
createServiceNameType
public ServiceNameType createServiceNameType()
Create an instance ofServiceNameType
-
createAttributedQName
public AttributedQName createAttributedQName()
Create an instance ofAttributedQName
-
createEndpointReference
public javax.xml.bind.JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createMessageID
public javax.xml.bind.JAXBElement<AttributedURI> createMessageID(AttributedURI value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURI>
-
createRelatesTo
public javax.xml.bind.JAXBElement<Relationship> createRelatesTo(Relationship value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Relationship>
-
createTo
public javax.xml.bind.JAXBElement<AttributedURI> createTo(AttributedURI value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURI>
-
createAction
public javax.xml.bind.JAXBElement<AttributedURI> createAction(AttributedURI value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURI>
-
createFrom
public javax.xml.bind.JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createReplyTo
public javax.xml.bind.JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createFaultTo
public javax.xml.bind.JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createReplyAfter
public javax.xml.bind.JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReplyAfterType>
-
-