public class WSConnectionImpl extends BasicConnection implements WSConnection
WSConnection.UtilSTATUS_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 javax.resource.cci.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 © 2017 JBoss by Red Hat. All rights reserved.