Package org.apache.cxf.ws.rm.v200502
Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.ws.rm.v200502.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.rm.v200502 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.rm.v200502
-
Method Summary
-
-
-
Method Detail
-
createSequenceAcknowledgement
public SequenceAcknowledgement createSequenceAcknowledgement()
Create an instance ofSequenceAcknowledgement
-
createSequenceType
public SequenceType createSequenceType()
Create an instance ofSequenceType
-
createIdentifier
public Identifier createIdentifier()
Create an instance ofIdentifier
-
createSequenceAcknowledgementAcknowledgementRange
public SequenceAcknowledgement.AcknowledgementRange createSequenceAcknowledgementAcknowledgementRange()
Create an instance ofSequenceAcknowledgement.AcknowledgementRange
-
createAckRequestedType
public AckRequestedType createAckRequestedType()
Create an instance ofAckRequestedType
-
createSequenceFaultType
public SequenceFaultType createSequenceFaultType()
Create an instance ofSequenceFaultType
-
createCreateSequenceType
public CreateSequenceType createCreateSequenceType()
Create an instance ofCreateSequenceType
-
createCreateSequenceResponseType
public CreateSequenceResponseType createCreateSequenceResponseType()
Create an instance ofCreateSequenceResponseType
-
createTerminateSequenceType
public TerminateSequenceType createTerminateSequenceType()
Create an instance ofTerminateSequenceType
-
createAcceptType
public AcceptType createAcceptType()
Create an instance ofAcceptType
-
createSequenceTypeLastMessage
public SequenceType.LastMessage createSequenceTypeLastMessage()
Create an instance ofSequenceType.LastMessage
-
createSequence
public JAXBElement<SequenceType> createSequence(SequenceType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SequenceType
>
-
createAckRequested
public JAXBElement<AckRequestedType> createAckRequested(AckRequestedType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AckRequestedType
>
-
createSequenceFault
public JAXBElement<SequenceFaultType> createSequenceFault(SequenceFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SequenceFaultType
>
-
createCreateSequence
public JAXBElement<CreateSequenceType> createCreateSequence(CreateSequenceType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CreateSequenceType
>
-
createCreateSequenceResponse
public JAXBElement<CreateSequenceResponseType> createCreateSequenceResponse(CreateSequenceResponseType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CreateSequenceResponseType
>
-
createTerminateSequence
public JAXBElement<TerminateSequenceType> createTerminateSequence(TerminateSequenceType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TerminateSequenceType
>
-
createAcksTo
public JAXBElement<org.apache.cxf.ws.addressing.v200408.EndpointReferenceType> createAcksTo(org.apache.cxf.ws.addressing.v200408.EndpointReferenceType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EndpointReferenceType
>
-
-