public abstract class AbstractAxisServiceExecutor extends AbstractServiceExecutor
| Constructor and Description |
|---|
AbstractAxisServiceExecutor(String invocationName) |
AbstractAxisServiceExecutor(String invocationName,
long invocationId,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
convert(Object value,
Class<T> targetClass) |
protected void |
postprocessSoap(long iid,
org.apache.axis.client.Stub stub,
long deltaTime) |
protected long |
preprocessSoap(org.apache.axis.client.Stub stub) |
getInvocationName, postprocess, preprocesspublic AbstractAxisServiceExecutor(String invocationName)
protected long preprocessSoap(org.apache.axis.client.Stub stub)
throws ServiceNotActiveException
ServiceNotActiveExceptionprotected void postprocessSoap(long iid,
org.apache.axis.client.Stub stub,
long deltaTime)
throws SOAPException
SOAPException