public class ServiceClientAxisStubAdapter extends Object implements ServiceClient, Serializable
| Constructor and Description |
|---|
ServiceClientAxisStubAdapter(org.apache.axis.client.Stub stub,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestHeader(String name,
String value) |
Collection<CallNode> |
getLastCallTree() |
String |
getLastCopyrightInfo() |
String |
getLastLicenseInfo() |
String |
getLastName() |
Collection<BindingNode> |
getTreeBindings() |
void |
postInvoke() |
void |
preInvoke() |
void |
setPassword(String password) |
void |
setUserId(String userId) |
public ServiceClientAxisStubAdapter(org.apache.axis.client.Stub stub,
URL url)
public void setUserId(String userId)
setUserId in interface ServiceClientpublic void setPassword(String password)
setPassword in interface ServiceClientpublic Collection<BindingNode> getTreeBindings()
getTreeBindings in interface ServiceClientpublic void addRequestHeader(String name, String value)
addRequestHeader in interface ServiceClientpublic String getLastName()
getLastName in interface ServiceClientpublic String getLastCopyrightInfo()
getLastCopyrightInfo in interface ServiceClientpublic String getLastLicenseInfo()
getLastLicenseInfo in interface ServiceClientpublic Collection<CallNode> getLastCallTree()
getLastCallTree in interface ServiceClientpublic void preInvoke()
public void postInvoke()