Apache CXF API

org.apache.cxf.ws.rm.v200502wsa15
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.ws.rm.v200502wsa15.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.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
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 Summary
 AcceptType createAcceptType()
          Create an instance of AcceptType
 JAXBElement<AckRequestedType> createAckRequested(AckRequestedType value)
          Create an instance of JAXBElement<AckRequestedType>}
 AckRequestedType createAckRequestedType()
          Create an instance of AckRequestedType
 JAXBElement<EndpointReferenceType> createAcksTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<CreateSequenceType> createCreateSequence(CreateSequenceType value)
          Create an instance of JAXBElement<CreateSequenceType>}
 JAXBElement<CreateSequenceResponseType> createCreateSequenceResponse(CreateSequenceResponseType value)
          Create an instance of JAXBElement<CreateSequenceResponseType>}
 CreateSequenceResponseType createCreateSequenceResponseType()
          Create an instance of CreateSequenceResponseType
 CreateSequenceType createCreateSequenceType()
          Create an instance of CreateSequenceType
 Expires createExpires()
          Create an instance of Expires
 Identifier createIdentifier()
          Create an instance of Identifier
 OfferType createOfferType()
          Create an instance of OfferType
 JAXBElement<SequenceType> createSequence(SequenceType value)
          Create an instance of JAXBElement<SequenceType>}
 SequenceAcknowledgement createSequenceAcknowledgement()
          Create an instance of SequenceAcknowledgement
 SequenceAcknowledgement.AcknowledgementRange createSequenceAcknowledgementAcknowledgementRange()
          Create an instance of SequenceAcknowledgement.AcknowledgementRange
 JAXBElement<SequenceFaultType> createSequenceFault(SequenceFaultType value)
          Create an instance of JAXBElement<SequenceFaultType>}
 SequenceFaultType createSequenceFaultType()
          Create an instance of SequenceFaultType
 SequenceType createSequenceType()
          Create an instance of SequenceType
 SequenceType.LastMessage createSequenceTypeLastMessage()
          Create an instance of SequenceType.LastMessage
 JAXBElement<TerminateSequenceType> createTerminateSequence(TerminateSequenceType value)
          Create an instance of JAXBElement<TerminateSequenceType>}
 TerminateSequenceType createTerminateSequenceType()
          Create an instance of TerminateSequenceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

createAckRequestedType

public AckRequestedType createAckRequestedType()
Create an instance of AckRequestedType


createAcceptType

public AcceptType createAcceptType()
Create an instance of AcceptType


createCreateSequenceType

public CreateSequenceType createCreateSequenceType()
Create an instance of CreateSequenceType


createSequenceFaultType

public SequenceFaultType createSequenceFaultType()
Create an instance of SequenceFaultType


createSequenceAcknowledgement

public SequenceAcknowledgement createSequenceAcknowledgement()
Create an instance of SequenceAcknowledgement


createSequenceTypeLastMessage

public SequenceType.LastMessage createSequenceTypeLastMessage()
Create an instance of SequenceType.LastMessage


createExpires

public Expires createExpires()
Create an instance of Expires


createSequenceAcknowledgementAcknowledgementRange

public SequenceAcknowledgement.AcknowledgementRange createSequenceAcknowledgementAcknowledgementRange()
Create an instance of SequenceAcknowledgement.AcknowledgementRange


createOfferType

public OfferType createOfferType()
Create an instance of OfferType


createSequenceType

public SequenceType createSequenceType()
Create an instance of SequenceType


createCreateSequenceResponseType

public CreateSequenceResponseType createCreateSequenceResponseType()
Create an instance of CreateSequenceResponseType


createIdentifier

public Identifier createIdentifier()
Create an instance of Identifier


createTerminateSequenceType

public TerminateSequenceType createTerminateSequenceType()
Create an instance of TerminateSequenceType


createAcksTo

public JAXBElement<EndpointReferenceType> createAcksTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createTerminateSequence

public JAXBElement<TerminateSequenceType> createTerminateSequence(TerminateSequenceType value)
Create an instance of JAXBElement<TerminateSequenceType>}


createCreateSequence

public JAXBElement<CreateSequenceType> createCreateSequence(CreateSequenceType value)
Create an instance of JAXBElement<CreateSequenceType>}


createAckRequested

public JAXBElement<AckRequestedType> createAckRequested(AckRequestedType value)
Create an instance of JAXBElement<AckRequestedType>}


createCreateSequenceResponse

public JAXBElement<CreateSequenceResponseType> createCreateSequenceResponse(CreateSequenceResponseType value)
Create an instance of JAXBElement<CreateSequenceResponseType>}


createSequenceFault

public JAXBElement<SequenceFaultType> createSequenceFault(SequenceFaultType value)
Create an instance of JAXBElement<SequenceFaultType>}


createSequence

public JAXBElement<SequenceType> createSequence(SequenceType value)
Create an instance of JAXBElement<SequenceType>}


Apache CXF API

Apache CXF