Class ObjectFactory
java.lang.Object
com.sun.xml.ws.transport.tcp.servicechannel.stubs.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.xml.ws.transport.tcp.servicechannel.stubs 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.transport.tcp.servicechannel.stubs -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCloseChanneljavax.xml.bind.JAXBElement<CloseChannel>createCloseChannel(CloseChannel value) Create an instance ofCloseChannelResponsejavax.xml.bind.JAXBElement<CloseChannelResponse>Create an instance ofInitiateSessionjavax.xml.bind.JAXBElement<InitiateSession>Create an instance ofInitiateSessionResponsejavax.xml.bind.JAXBElement<InitiateSessionResponse>Create an instance ofOpenChanneljavax.xml.bind.JAXBElement<OpenChannel>createOpenChannel(OpenChannel value) Create an instance ofOpenChannelResponsejavax.xml.bind.JAXBElement<OpenChannelResponse>Create an instance ofServiceChannelException.ServiceChannelExceptionBeanjavax.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean>
-
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.transport.tcp.servicechannel.stubs
-
-
Method Details
-
createOpenChannelResponse
Create an instance ofOpenChannelResponse -
createServiceChannelExceptionBean
Create an instance ofServiceChannelException.ServiceChannelExceptionBean -
createCloseChannelResponse
Create an instance ofCloseChannelResponse -
createInitiateSessionResponse
Create an instance ofInitiateSessionResponse -
createOpenChannel
Create an instance ofOpenChannel -
createInitiateSession
Create an instance ofInitiateSession -
createCloseChannel
Create an instance ofCloseChannel -
createInitiateSessionResponse
public javax.xml.bind.JAXBElement<InitiateSessionResponse> createInitiateSessionResponse(InitiateSessionResponse value) -
createCloseChannelResponse
public javax.xml.bind.JAXBElement<CloseChannelResponse> createCloseChannelResponse(CloseChannelResponse value) -
createCloseChannel
-
createOpenChannel
-
createInitiateSession
-
createOpenChannelResponse
public javax.xml.bind.JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value) -
createServiceChannelExceptionBean
public javax.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean> createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)
-