com.sun.xml.ws.transport.tcp.servicechannel.stubs
Class ObjectFactory

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.servicechannel.stubs.ObjectFactory

public class ObjectFactory
extends java.lang.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
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
 CloseChannel createCloseChannel()
          Create an instance of CloseChannel
 javax.xml.bind.JAXBElement<CloseChannel> createCloseChannel(CloseChannel value)
          Create an instance of JAXBElement<CloseChannel>}
 CloseChannelResponse createCloseChannelResponse()
          Create an instance of CloseChannelResponse
 javax.xml.bind.JAXBElement<CloseChannelResponse> createCloseChannelResponse(CloseChannelResponse value)
          Create an instance of JAXBElement<CloseChannelResponse>}
 InitiateSession createInitiateSession()
          Create an instance of InitiateSession
 javax.xml.bind.JAXBElement<InitiateSession> createInitiateSession(InitiateSession value)
          Create an instance of JAXBElement<InitiateSession>}
 InitiateSessionResponse createInitiateSessionResponse()
          Create an instance of InitiateSessionResponse
 javax.xml.bind.JAXBElement<InitiateSessionResponse> createInitiateSessionResponse(InitiateSessionResponse value)
          Create an instance of JAXBElement<InitiateSessionResponse>}
 OpenChannel createOpenChannel()
          Create an instance of OpenChannel
 javax.xml.bind.JAXBElement<OpenChannel> createOpenChannel(OpenChannel value)
          Create an instance of JAXBElement<OpenChannel>}
 OpenChannelResponse createOpenChannelResponse()
          Create an instance of OpenChannelResponse
 javax.xml.bind.JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value)
          Create an instance of JAXBElement<OpenChannelResponse>}
 ServiceChannelException.ServiceChannelExceptionBean createServiceChannelExceptionBean()
          Create an instance of ServiceChannelException
 javax.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean> createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)
          Create an instance of JAXBElement<ServiceChannelException >}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

createOpenChannelResponse

public OpenChannelResponse createOpenChannelResponse()
Create an instance of OpenChannelResponse


createServiceChannelExceptionBean

public ServiceChannelException.ServiceChannelExceptionBean createServiceChannelExceptionBean()
Create an instance of ServiceChannelException


createCloseChannelResponse

public CloseChannelResponse createCloseChannelResponse()
Create an instance of CloseChannelResponse


createInitiateSessionResponse

public InitiateSessionResponse createInitiateSessionResponse()
Create an instance of InitiateSessionResponse


createOpenChannel

public OpenChannel createOpenChannel()
Create an instance of OpenChannel


createInitiateSession

public InitiateSession createInitiateSession()
Create an instance of InitiateSession


createCloseChannel

public CloseChannel createCloseChannel()
Create an instance of CloseChannel


createInitiateSessionResponse

public javax.xml.bind.JAXBElement<InitiateSessionResponse> createInitiateSessionResponse(InitiateSessionResponse value)
Create an instance of JAXBElement<InitiateSessionResponse>}


createCloseChannelResponse

public javax.xml.bind.JAXBElement<CloseChannelResponse> createCloseChannelResponse(CloseChannelResponse value)
Create an instance of JAXBElement<CloseChannelResponse>}


createCloseChannel

public javax.xml.bind.JAXBElement<CloseChannel> createCloseChannel(CloseChannel value)
Create an instance of JAXBElement<CloseChannel>}


createOpenChannel

public javax.xml.bind.JAXBElement<OpenChannel> createOpenChannel(OpenChannel value)
Create an instance of JAXBElement<OpenChannel>}


createInitiateSession

public javax.xml.bind.JAXBElement<InitiateSession> createInitiateSession(InitiateSession value)
Create an instance of JAXBElement<InitiateSession>}


createOpenChannelResponse

public javax.xml.bind.JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value)
Create an instance of JAXBElement<OpenChannelResponse>}


createServiceChannelExceptionBean

public javax.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean> createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)
Create an instance of JAXBElement<ServiceChannelException >}