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 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
 JAXBElement<CloseChannel> createCloseChannel(CloseChannel value)
          Create an instance of JAXBElement<CloseChannel>}
 CloseChannelResponse createCloseChannelResponse()
          Create an instance of CloseChannelResponse
 JAXBElement<CloseChannelResponse> createCloseChannelResponse(CloseChannelResponse value)
          Create an instance of JAXBElement<CloseChannelResponse>}
 InitiateSession createInitiateSession()
          Create an instance of InitiateSession
 JAXBElement<InitiateSession> createInitiateSession(InitiateSession value)
          Create an instance of JAXBElement<InitiateSession>}
 InitiateSessionResponse createInitiateSessionResponse()
          Create an instance of InitiateSessionResponse
 JAXBElement<InitiateSessionResponse> createInitiateSessionResponse(InitiateSessionResponse value)
          Create an instance of JAXBElement<InitiateSessionResponse>}
 OpenChannel createOpenChannel()
          Create an instance of OpenChannel
 JAXBElement<OpenChannel> createOpenChannel(OpenChannel value)
          Create an instance of JAXBElement<OpenChannel>}
 OpenChannelResponse createOpenChannelResponse()
          Create an instance of OpenChannelResponse
 JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value)
          Create an instance of JAXBElement<OpenChannelResponse>}
 ServiceChannelException.ServiceChannelExceptionBean createServiceChannelExceptionBean()
          Create an instance of ServiceChannelException
 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 JAXBElement<InitiateSessionResponse> createInitiateSessionResponse(InitiateSessionResponse value)
Create an instance of JAXBElement<InitiateSessionResponse>}


createCloseChannelResponse

public JAXBElement<CloseChannelResponse> createCloseChannelResponse(CloseChannelResponse value)
Create an instance of JAXBElement<CloseChannelResponse>}


createCloseChannel

public JAXBElement<CloseChannel> createCloseChannel(CloseChannel value)
Create an instance of JAXBElement<CloseChannel>}


createOpenChannel

public JAXBElement<OpenChannel> createOpenChannel(OpenChannel value)
Create an instance of JAXBElement<OpenChannel>}


createInitiateSession

public JAXBElement<InitiateSession> createInitiateSession(InitiateSession value)
Create an instance of JAXBElement<InitiateSession>}


createOpenChannelResponse

public JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value)
Create an instance of JAXBElement<OpenChannelResponse>}


createServiceChannelExceptionBean

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.