Package org.apache.cxf.ws.rm.v200702
Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.rm.v200702.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.rm.v200702 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.v200702 -
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>Create an instance ofAddressjakarta.xml.bind.JAXBElement<CloseSequenceType>jakarta.xml.bind.JAXBElement<CloseSequenceResponseType>Create an instance ofCloseSequenceResponseTypeCreate an instance ofCloseSequenceTypejakarta.xml.bind.JAXBElement<CreateSequenceType>jakarta.xml.bind.JAXBElement<CreateSequenceResponseType>Create an instance ofCreateSequenceResponseTypeCreate an instance ofCreateSequenceTypeCreate an instance ofDetailTypeCreate an instance ofExpiresCreate an instance ofIdentifierCreate an instance ofOfferTypejakarta.xml.bind.JAXBElement<SequenceType>createSequence(SequenceType value) Create an instance ofSequenceAcknowledgementCreate an instance ofSequenceAcknowledgement.AcknowledgementRangeCreate an instance ofSequenceAcknowledgement.FinalCreate an instance ofSequenceAcknowledgement.Nonejakarta.xml.bind.JAXBElement<SequenceFaultType>Create an instance ofSequenceFaultTypeCreate an instance ofSequenceTypejakarta.xml.bind.JAXBElement<TerminateSequenceType>jakarta.xml.bind.JAXBElement<TerminateSequenceResponseType>Create an instance ofTerminateSequenceResponseTypeCreate an instance ofTerminateSequenceTypejakarta.xml.bind.JAXBElement<QName>createUnsupportedElement(QName value) Create an instance ofUsesSequenceSSLCreate an instance ofUsesSequenceSTR
-
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.v200702
-
-
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 -
createSequenceAcknowledgementNone
Create an instance ofSequenceAcknowledgement.None -
createSequenceAcknowledgementFinal
Create an instance ofSequenceAcknowledgement.Final -
createAckRequestedType
Create an instance ofAckRequestedType -
createAddress
Create an instance ofAddress -
createSequenceFaultType
Create an instance ofSequenceFaultType -
createCreateSequenceType
Create an instance ofCreateSequenceType -
createCreateSequenceResponseType
Create an instance ofCreateSequenceResponseType -
createCloseSequenceType
Create an instance ofCloseSequenceType -
createCloseSequenceResponseType
Create an instance ofCloseSequenceResponseType -
createTerminateSequenceType
Create an instance ofTerminateSequenceType -
createTerminateSequenceResponseType
Create an instance ofTerminateSequenceResponseType -
createExpires
Create an instance ofExpires -
createUsesSequenceSTR
Create an instance ofUsesSequenceSTR -
createUsesSequenceSSL
Create an instance ofUsesSequenceSSL -
createDetailType
Create an instance ofDetailType -
createOfferType
Create an instance ofOfferType -
createAcceptType
Create an instance ofAcceptType -
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>
-
createCloseSequence
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CloseSequenceType>
-
createCloseSequenceResponse
public jakarta.xml.bind.JAXBElement<CloseSequenceResponseType> createCloseSequenceResponse(CloseSequenceResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CloseSequenceResponseType>
-
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>
-
createTerminateSequenceResponse
public jakarta.xml.bind.JAXBElement<TerminateSequenceResponseType> createTerminateSequenceResponse(TerminateSequenceResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TerminateSequenceResponseType>
-
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>
-
createUnsupportedElement
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<QName>
-