public class ObjectFactory extends Object
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 and 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.v200702
|
public ObjectFactory()
public SequenceAcknowledgement createSequenceAcknowledgement()
SequenceAcknowledgement
public CloseSequenceResponseType createCloseSequenceResponseType()
CloseSequenceResponseType
public CloseSequenceType createCloseSequenceType()
CloseSequenceType
public UsesSequenceSTR createUsesSequenceSTR()
UsesSequenceSTR
public TerminateSequenceResponseType createTerminateSequenceResponseType()
TerminateSequenceResponseType
public Identifier createIdentifier()
Identifier
public SequenceAcknowledgement.AcknowledgementRange createSequenceAcknowledgementAcknowledgementRange()
SequenceAcknowledgement.AcknowledgementRange
public SequenceAcknowledgement.None createSequenceAcknowledgementNone()
SequenceAcknowledgement.None
public SequenceAcknowledgement.Final createSequenceAcknowledgementFinal()
SequenceAcknowledgement.Final
public UsesSequenceSSL createUsesSequenceSSL()
UsesSequenceSSL
public CreateSequenceType createCreateSequenceType()
CreateSequenceType
public TerminateSequenceType createTerminateSequenceType()
TerminateSequenceType
public SequenceType createSequenceType()
SequenceType
public SequenceFaultType createSequenceFaultType()
SequenceFaultType
public CreateSequenceResponseType createCreateSequenceResponseType()
CreateSequenceResponseType
public AckRequestedType createAckRequestedType()
AckRequestedType
public DetailType createDetailType()
DetailType
public AcceptType createAcceptType()
AcceptType
public javax.xml.bind.JAXBElement<EndpointReferenceType> createAcksTo(EndpointReferenceType value)
public javax.xml.bind.JAXBElement<TerminateSequenceResponseType> createTerminateSequenceResponse(TerminateSequenceResponseType value)
public javax.xml.bind.JAXBElement<CloseSequenceType> createCloseSequence(CloseSequenceType value)
public javax.xml.bind.JAXBElement<QName> createUnsupportedElement(QName value)
public javax.xml.bind.JAXBElement<CloseSequenceResponseType> createCloseSequenceResponse(CloseSequenceResponseType value)
public javax.xml.bind.JAXBElement<CreateSequenceResponseType> createCreateSequenceResponse(CreateSequenceResponseType value)
public javax.xml.bind.JAXBElement<SequenceType> createSequence(SequenceType value)
public javax.xml.bind.JAXBElement<SequenceFaultType> createSequenceFault(SequenceFaultType value)
public javax.xml.bind.JAXBElement<AckRequestedType> createAckRequested(AckRequestedType value)
public javax.xml.bind.JAXBElement<TerminateSequenceType> createTerminateSequence(TerminateSequenceType value)
public javax.xml.bind.JAXBElement<CreateSequenceType> createCreateSequence(CreateSequenceType value)
Apache CXF