public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public OpenChannelResponse createOpenChannelResponse()
OpenChannelResponsepublic ServiceChannelException.ServiceChannelExceptionBean createServiceChannelExceptionBean()
ServiceChannelException public CloseChannelResponse createCloseChannelResponse()
CloseChannelResponsepublic InitiateSessionResponse createInitiateSessionResponse()
InitiateSessionResponsepublic OpenChannel createOpenChannel()
OpenChannelpublic InitiateSession createInitiateSession()
InitiateSessionpublic CloseChannel createCloseChannel()
CloseChannelpublic JAXBElement<InitiateSessionResponse> createInitiateSessionResponse(InitiateSessionResponse value)
public JAXBElement<CloseChannelResponse> createCloseChannelResponse(CloseChannelResponse value)
public JAXBElement<CloseChannel> createCloseChannel(CloseChannel value)
public JAXBElement<OpenChannel> createOpenChannel(OpenChannel value)
public JAXBElement<InitiateSession> createInitiateSession(InitiateSession value)
public JAXBElement<OpenChannelResponse> createOpenChannelResponse(OpenChannelResponse value)
public JAXBElement<ServiceChannelException.ServiceChannelExceptionBean> createServiceChannelExceptionBean(ServiceChannelException.ServiceChannelExceptionBean value)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.