FileDocCategorySizeDatePackage
ObjectFactory.javaAPI DocExample7551Tue May 29 16:57:20 BST 2007com.sun.xml.ws.tx.webservice.member.coord

ObjectFactory

public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.ws.tx.webservice.member.coord 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.

Fields Summary
private static final QName
_CreateCoordinationContextResponse_QNAME
private static final QName
_RegisterResponse_QNAME
private static final QName
_CreateCoordinationContext_QNAME
private static final QName
_Register_QNAME
Constructors Summary
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.webservice.member.coord


                            
      
    
Methods Summary
public CoordinationContextcreateCoordinationContext()
Create an instance of {@link CoordinationContext }

        return new CoordinationContext();
    
public CoordinationContextTypecreateCoordinationContextType()
Create an instance of {@link CoordinationContextType }

        return new CoordinationContextType();
    
public com.sun.xml.ws.tx.webservice.member.coord.CoordinationContextType.IdentifiercreateCoordinationContextTypeIdentifier()
Create an instance of {@link Identifier }

        return new Identifier();
    
public javax.xml.bind.JAXBElementcreateCreateCoordinationContext(CreateCoordinationContextType value)
Create an instance of {@link JAXBElement }{@code <}{@link CreateCoordinationContextType }{@code >}}

        return new JAXBElement<CreateCoordinationContextType>(_CreateCoordinationContext_QNAME, CreateCoordinationContextType.class, null, value);
    
public javax.xml.bind.JAXBElementcreateCreateCoordinationContextResponse(CreateCoordinationContextResponseType value)
Create an instance of {@link JAXBElement }{@code <}{@link CreateCoordinationContextResponseType }{@code >}}

        return new JAXBElement<CreateCoordinationContextResponseType>(_CreateCoordinationContextResponse_QNAME, CreateCoordinationContextResponseType.class, null, value);
    
public CreateCoordinationContextResponseTypecreateCreateCoordinationContextResponseType()
Create an instance of {@link CreateCoordinationContextResponseType }

        return new CreateCoordinationContextResponseType();
    
public CreateCoordinationContextTypecreateCreateCoordinationContextType()
Create an instance of {@link CreateCoordinationContextType }

        return new CreateCoordinationContextType();
    
public com.sun.xml.ws.tx.webservice.member.coord.CreateCoordinationContextType.CurrentContextcreateCreateCoordinationContextTypeCurrentContext()
Create an instance of {@link CurrentContext }

        return new CurrentContext();
    
public ExpirescreateExpires()
Create an instance of {@link Expires }

        return new Expires();
    
public javax.xml.bind.JAXBElementcreateRegister(RegisterType value)
Create an instance of {@link JAXBElement }{@code <}{@link RegisterType }{@code >}}

        return new JAXBElement<RegisterType>(_Register_QNAME, RegisterType.class, null, value);
    
public javax.xml.bind.JAXBElementcreateRegisterResponse(RegisterResponseType value)
Create an instance of {@link JAXBElement }{@code <}{@link RegisterResponseType }{@code >}}

        return new JAXBElement<RegisterResponseType>(_RegisterResponse_QNAME, RegisterResponseType.class, null, value);
    
public RegisterResponseTypecreateRegisterResponseType()
Create an instance of {@link RegisterResponseType }

        return new RegisterResponseType();
    
public RegisterTypecreateRegisterType()
Create an instance of {@link RegisterType }

        return new RegisterType();