public class WSConnectionImpl extends BasicConnection implements WSConnection
STATUS_CODE| Constructor and Description |
|---|
WSConnectionImpl(WSManagedConnectionFactory mcf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> Dispatch<T> |
createDispatch(Class<T> type,
Service.Mode mode) |
<T> Dispatch<T> |
createDispatch(String binding,
String endpoint,
Class<T> type,
Service.Mode mode) |
QName |
getPortQName() |
QName |
getServiceQName() |
String |
getStatusMessage(int status) |
URL |
getWsdl() |
cleanUp, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo, getXAResource, isAlivepublic WSConnectionImpl(WSManagedConnectionFactory mcf)
public <T> Dispatch<T> createDispatch(Class<T> type, Service.Mode mode) throws IOException
createDispatch in interface WSConnectionIOExceptionpublic <T> Dispatch<T> createDispatch(String binding, String endpoint, Class<T> type, Service.Mode mode)
createDispatch in interface WSConnectionpublic void close()
throws javax.resource.ResourceException
close in interface Connectionjavax.resource.ResourceExceptionpublic URL getWsdl()
getWsdl in interface WSConnectionpublic QName getServiceQName()
getServiceQName in interface WSConnectionpublic QName getPortQName()
getPortQName in interface WSConnectionpublic String getStatusMessage(int status)
getStatusMessage in interface WSConnectionCopyright © 2020. All rights reserved.