Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.rm.v200502wsa15.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.rm.v200502wsa15 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.rm.v200502wsa15 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAcceptTypejakarta.xml.bind.JAXBElement<AckRequestedType>Create an instance ofAckRequestedTypejakarta.xml.bind.JAXBElement<org.apache.cxf.ws.addressing.EndpointReferenceType>createAcksTo(org.apache.cxf.ws.addressing.EndpointReferenceType value) Create an instance ofJAXBElement<EndpointReferenceType>jakarta.xml.bind.JAXBElement<CreateSequenceType>jakarta.xml.bind.JAXBElement<CreateSequenceResponseType>Create an instance ofCreateSequenceResponseTypeCreate an instance ofCreateSequenceTypeCreate an instance ofExpiresCreate an instance ofIdentifierCreate an instance ofOfferTypejakarta.xml.bind.JAXBElement<SequenceType>createSequence(SequenceType value) Create an instance ofSequenceAcknowledgementCreate an instance ofSequenceAcknowledgement.AcknowledgementRangejakarta.xml.bind.JAXBElement<SequenceFaultType>Create an instance ofSequenceFaultTypeCreate an instance ofSequenceTypeCreate an instance ofSequenceType.LastMessagejakarta.xml.bind.JAXBElement<TerminateSequenceType>Create an instance ofTerminateSequenceType
-
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.rm.v200502wsa15
-
-
Method Details
-
createSequenceAcknowledgement
Create an instance ofSequenceAcknowledgement -
createSequenceType
Create an instance ofSequenceType -
createIdentifier
Create an instance ofIdentifier -
createSequenceAcknowledgementAcknowledgementRange
public SequenceAcknowledgement.AcknowledgementRange createSequenceAcknowledgementAcknowledgementRange()Create an instance ofSequenceAcknowledgement.AcknowledgementRange -
createAckRequestedType
Create an instance ofAckRequestedType -
createSequenceFaultType
Create an instance ofSequenceFaultType -
createCreateSequenceType
Create an instance ofCreateSequenceType -
createCreateSequenceResponseType
Create an instance ofCreateSequenceResponseType -
createTerminateSequenceType
Create an instance ofTerminateSequenceType -
createExpires
Create an instance ofExpires -
createOfferType
Create an instance ofOfferType -
createAcceptType
Create an instance ofAcceptType -
createSequenceTypeLastMessage
Create an instance ofSequenceType.LastMessage -
createSequence
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SequenceType>
-
createAckRequested
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AckRequestedType>
-
createSequenceFault
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SequenceFaultType>
-
createCreateSequence
public jakarta.xml.bind.JAXBElement<CreateSequenceType> createCreateSequence(CreateSequenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CreateSequenceType>
-
createCreateSequenceResponse
public jakarta.xml.bind.JAXBElement<CreateSequenceResponseType> createCreateSequenceResponse(CreateSequenceResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CreateSequenceResponseType>
-
createTerminateSequence
public jakarta.xml.bind.JAXBElement<TerminateSequenceType> createTerminateSequence(TerminateSequenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TerminateSequenceType>
-
createAcksTo
public jakarta.xml.bind.JAXBElement<org.apache.cxf.ws.addressing.EndpointReferenceType> createAcksTo(org.apache.cxf.ws.addressing.EndpointReferenceType value) Create an instance ofJAXBElement<EndpointReferenceType>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-