Fields Summary |
---|
private static final QName | _InitiateSessionResponse_QNAME |
private static final QName | _CloseSession_QNAME |
private static final QName | _CloseChannelResponse_QNAME |
private static final QName | _CloseChannel_QNAME |
private static final QName | _OpenChannel_QNAME |
private static final QName | _InitiateSession_QNAME |
private static final QName | _OpenChannelResponse_QNAME |
private static final QName | _ServiceChannelException_QNAME |
private static final QName | _CloseSessionResponse_QNAME |
Methods Summary |
---|
public javax.xml.bind.JAXBElement | createCloseChannel(CloseChannel value)Create an instance of {@link JAXBElement }{@code <}{@link CloseChannel }{@code >}}
return new JAXBElement<CloseChannel>(_CloseChannel_QNAME, CloseChannel.class, null, value);
|
public CloseChannel | createCloseChannel()Create an instance of {@link CloseChannel }
return new CloseChannel();
|
public javax.xml.bind.JAXBElement | createCloseChannelResponse(CloseChannelResponse value)Create an instance of {@link JAXBElement }{@code <}{@link CloseChannelResponse }{@code >}}
return new JAXBElement<CloseChannelResponse>(_CloseChannelResponse_QNAME, CloseChannelResponse.class, null, value);
|
public CloseChannelResponse | createCloseChannelResponse()Create an instance of {@link CloseChannelResponse }
return new CloseChannelResponse();
|
public javax.xml.bind.JAXBElement | createInitiateSession(InitiateSession value)Create an instance of {@link JAXBElement }{@code <}{@link InitiateSession }{@code >}}
return new JAXBElement<InitiateSession>(_InitiateSession_QNAME, InitiateSession.class, null, value);
|
public InitiateSession | createInitiateSession()Create an instance of {@link InitiateSession }
return new InitiateSession();
|
public InitiateSessionResponse | createInitiateSessionResponse()Create an instance of {@link InitiateSessionResponse }
return new InitiateSessionResponse();
|
public javax.xml.bind.JAXBElement | createInitiateSessionResponse(InitiateSessionResponse value)Create an instance of {@link JAXBElement }{@code <}{@link InitiateSessionResponse }{@code >}}
return new JAXBElement<InitiateSessionResponse>(_InitiateSessionResponse_QNAME, InitiateSessionResponse.class, null, value);
|
public javax.xml.bind.JAXBElement | createOpenChannel(OpenChannel value)Create an instance of {@link JAXBElement }{@code <}{@link OpenChannel }{@code >}}
return new JAXBElement<OpenChannel>(_OpenChannel_QNAME, OpenChannel.class, null, value);
|
public OpenChannel | createOpenChannel()Create an instance of {@link OpenChannel }
return new OpenChannel();
|
public javax.xml.bind.JAXBElement | createOpenChannelResponse(OpenChannelResponse value)Create an instance of {@link JAXBElement }{@code <}{@link OpenChannelResponse }{@code >}}
return new JAXBElement<OpenChannelResponse>(_OpenChannelResponse_QNAME, OpenChannelResponse.class, null, value);
|
public OpenChannelResponse | createOpenChannelResponse()Create an instance of {@link OpenChannelResponse }
return new OpenChannelResponse();
|
public javax.xml.bind.JAXBElement | createServiceChannelExceptionBean(com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException.ServiceChannelExceptionBean value)Create an instance of {@link JAXBElement }{@code <}{@link ServiceChannelException }{@code >}}
return new JAXBElement<ServiceChannelExceptionBean>(_ServiceChannelException_QNAME, ServiceChannelExceptionBean.class, null, value);
|
public com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException.ServiceChannelExceptionBean | createServiceChannelExceptionBean()Create an instance of {@link ServiceChannelException }
return new ServiceChannelExceptionBean();
|