Package org.apache.cxf.ws.addressing
Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.addressing.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.addressing 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: org.apache.cxf.ws.addressing -
Method Summary
Modifier and TypeMethodDescriptioncreateAction(AttributedURIType value) Create an instance ofAttributedAnyTypeCreate an instance ofAttributedQNameTypeCreate an instance ofAttributedUnsignedLongTypeCreate an instance ofAttributedURITypeCreate an instance ofEndpointReferenceTypecreateFrom(EndpointReferenceType value) createMessageID(AttributedURIType value) createMetadata(MetadataType value) Create an instance ofMetadataTypeCreate an instance ofProblemActionTypeCreate an instance ofReferenceParametersTypecreateRelatesTo(RelatesToType value) Create an instance ofRelatesToTypecreateTo(AttributedURIType value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.addressing
-
-
Method Details
-
createEndpointReferenceType
Create an instance ofEndpointReferenceType -
createMetadataType
Create an instance ofMetadataType -
createAttributedURIType
Create an instance ofAttributedURIType -
createRelatesToType
Create an instance ofRelatesToType -
createAttributedUnsignedLongType
Create an instance ofAttributedUnsignedLongType -
createAttributedQNameType
Create an instance ofAttributedQNameType -
createAttributedAnyType
Create an instance ofAttributedAnyType -
createProblemActionType
Create an instance ofProblemActionType -
createReferenceParametersType
Create an instance ofReferenceParametersType -
createEndpointReference
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createMetadata
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MetadataType>
-
createMessageID
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createRelatesTo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RelatesToType>
-
createReplyTo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createFrom
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createFaultTo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createTo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createAction
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createRetryAfter
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedUnsignedLongType>
-
createProblemHeaderQName
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedQNameType>
-
createProblemHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedAnyType>
-
createProblemIRI
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createProblemAction
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProblemActionType>
-