Class ObjectFactory
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.servicechannel.stubs.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.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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createOpenChannelResponse
public OpenChannelResponse createOpenChannelResponse()
Create an instance ofOpenChannelResponse
-
createServiceChannelExceptionBean
public ServiceChannelException.ServiceChannelExceptionBean createServiceChannelExceptionBean()
Create an instance ofServiceChannelException
-
createCloseChannelResponse
public CloseChannelResponse createCloseChannelResponse()
Create an instance ofCloseChannelResponse
-
createInitiateSessionResponse
public InitiateSessionResponse createInitiateSessionResponse()
Create an instance ofInitiateSessionResponse
-
createOpenChannel
public OpenChannel createOpenChannel()
Create an instance ofOpenChannel
-
createInitiateSession
public InitiateSession createInitiateSession()
Create an instance ofInitiateSession
-
createCloseChannel
public CloseChannel 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
public javax.xml.bind.JAXBElement<CloseChannel> createCloseChannel(CloseChannel value)
-
createOpenChannel
public javax.xml.bind.JAXBElement<OpenChannel> createOpenChannel(OpenChannel value)
-
createInitiateSession
public javax.xml.bind.JAXBElement<InitiateSession> createInitiateSession(InitiateSession value)
-
createOpenChannelResponse
public javax.xml.bind.JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value)
-
createServiceChannelExceptionBean
public javax.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean> createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)
Create an instance ofJAXBElement<ServiceChannelException>}
-
-