Class ObjectFactory
java.lang.Object
com.sun.xml.ws.tx.coord.v10.types.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.xml.ws.tx.coord.v10.types 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: com.sun.xml.ws.tx.coord.v10.types -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCoordinationContextCreate an instance ofCoordinationContextTypeCreate an instance ofCoordinationContextType.Identifierjakarta.xml.bind.JAXBElement<CreateCoordinationContextType>jakarta.xml.bind.JAXBElement<CreateCoordinationContextResponseType>Create an instance ofCreateCoordinationContextResponseTypeCreate an instance ofCreateCoordinationContextTypeCreate an instance ofCreateCoordinationContextType.CurrentContextCreate an instance ofExpiresjakarta.xml.bind.JAXBElement<RegisterType>createRegister(RegisterType value) jakarta.xml.bind.JAXBElement<RegisterResponseType>Create an instance ofRegisterResponseTypeCreate an instance ofRegisterType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.tx.coord.v10.types
-
-
Method Details
-
createCoordinationContextType
Create an instance ofCoordinationContextType -
createCreateCoordinationContextType
Create an instance ofCreateCoordinationContextType -
createExpires
Create an instance ofExpires -
createRegisterType
Create an instance ofRegisterType -
createRegisterResponseType
Create an instance ofRegisterResponseType -
createCreateCoordinationContextResponseType
Create an instance ofCreateCoordinationContextResponseType -
createCoordinationContext
Create an instance ofCoordinationContext -
createCoordinationContextTypeIdentifier
Create an instance ofCoordinationContextType.Identifier -
createCreateCoordinationContextTypeCurrentContext
public CreateCoordinationContextType.CurrentContext createCreateCoordinationContextTypeCurrentContext()Create an instance ofCreateCoordinationContextType.CurrentContext -
createRegister
-
createRegisterResponse
public jakarta.xml.bind.JAXBElement<RegisterResponseType> createRegisterResponse(RegisterResponseType value) -
createCreateCoordinationContext
public jakarta.xml.bind.JAXBElement<CreateCoordinationContextType> createCreateCoordinationContext(CreateCoordinationContextType value) -
createCreateCoordinationContextResponse
public jakarta.xml.bind.JAXBElement<CreateCoordinationContextResponseType> createCreateCoordinationContextResponse(CreateCoordinationContextResponseType value)
-