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 TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AttributedURIType>createAction(AttributedURIType value) Create an instance ofAttributedAnyTypeCreate an instance ofAttributedQNameTypeCreate an instance ofAttributedUnsignedLongTypeCreate an instance ofAttributedURITypejakarta.xml.bind.JAXBElement<EndpointReferenceType>Create an instance ofEndpointReferenceTypejakarta.xml.bind.JAXBElement<EndpointReferenceType>jakarta.xml.bind.JAXBElement<EndpointReferenceType>createFrom(EndpointReferenceType value) jakarta.xml.bind.JAXBElement<AttributedURIType>createMessageID(AttributedURIType value) jakarta.xml.bind.JAXBElement<MetadataType>createMetadata(MetadataType value) Create an instance ofMetadataTypejakarta.xml.bind.JAXBElement<ProblemActionType>Create an instance ofProblemActionTypejakarta.xml.bind.JAXBElement<AttributedAnyType>jakarta.xml.bind.JAXBElement<AttributedQNameType>jakarta.xml.bind.JAXBElement<AttributedURIType>Create an instance ofReferenceParametersTypejakarta.xml.bind.JAXBElement<RelatesToType>createRelatesTo(RelatesToType value) Create an instance ofRelatesToTypejakarta.xml.bind.JAXBElement<EndpointReferenceType>jakarta.xml.bind.JAXBElement<AttributedUnsignedLongType>jakarta.xml.bind.JAXBElement<AttributedURIType>createTo(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
public jakarta.xml.bind.JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value) - 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
public jakarta.xml.bind.JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value) - 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
public jakarta.xml.bind.JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value) - 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
public jakarta.xml.bind.JAXBElement<AttributedUnsignedLongType> createRetryAfter(AttributedUnsignedLongType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedUnsignedLongType>
-
createProblemHeaderQName
public jakarta.xml.bind.JAXBElement<AttributedQNameType> createProblemHeaderQName(AttributedQNameType value) - 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>
-