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 ofCloseChanneljakarta.xml.bind.JAXBElement<CloseChannel>createCloseChannel(CloseChannel value) Create an instance ofCloseChannelResponsejakarta.xml.bind.JAXBElement<CloseChannelResponse>Create an instance ofInitiateSessionjakarta.xml.bind.JAXBElement<InitiateSession>Create an instance ofInitiateSessionResponsejakarta.xml.bind.JAXBElement<InitiateSessionResponse>Create an instance ofOpenChanneljakarta.xml.bind.JAXBElement<OpenChannel>createOpenChannel(OpenChannel value) Create an instance ofOpenChannelResponsejakarta.xml.bind.JAXBElement<OpenChannelResponse>Create an instance ofServiceChannelException.ServiceChannelExceptionBeanjakarta.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 jakarta.xml.bind.JAXBElement<InitiateSessionResponse> createInitiateSessionResponse(InitiateSessionResponse value) -
createCloseChannelResponse
public jakarta.xml.bind.JAXBElement<CloseChannelResponse> createCloseChannelResponse(CloseChannelResponse value) -
createCloseChannel
-
createOpenChannel
-
createInitiateSession
-
createOpenChannelResponse
public jakarta.xml.bind.JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value) -
createServiceChannelExceptionBean
public jakarta.xml.bind.JAXBElement<ServiceChannelException.ServiceChannelExceptionBean> createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)
-