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, isAlive
public WSConnectionImpl(WSManagedConnectionFactory mcf)
public <T> Dispatch<T> createDispatch(Class<T> type, Service.Mode mode) throws IOException
createDispatch
in interface WSConnection
IOException
public <T> Dispatch<T> createDispatch(String binding, String endpoint, Class<T> type, Service.Mode mode)
createDispatch
in interface WSConnection
public void close() throws javax.resource.ResourceException
close
in interface Connection
javax.resource.ResourceException
public URL getWsdl()
getWsdl
in interface WSConnection
public QName getServiceQName()
getServiceQName
in interface WSConnection
public QName getPortQName()
getPortQName
in interface WSConnection
public String getStatusMessage(int status)
getStatusMessage
in interface WSConnection
Copyright © 2020. All rights reserved.