public abstract class Soap_BaseHandler extends java.lang.Object implements RemoteCallDef
Modifier and Type | Field and Description |
---|---|
static int |
TIMEOUT
The timeout amount for the calls
|
Constructor and Description |
---|
Soap_BaseHandler()
Creates a new instance of Soap_BaseHandler.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isMethodCall(java.lang.String uri,
java.lang.String namespace)
Return true if the soap action uri is a method call.
|
protected java.lang.String |
rtnNamespace(java.lang.String uri)
Return the namespace if it exists.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getCallType
public static final int TIMEOUT
public Soap_BaseHandler()
protected boolean isMethodCall(java.lang.String uri, java.lang.String namespace)
uri
- the uri.namespace
- the soap body namespace.protected java.lang.String rtnNamespace(java.lang.String uri)
uri
- the uri.