public abstract class ServiceClientImpl extends Object implements ServiceClient, Serializable
| Constructor and Description |
|---|
ServiceClientImpl(URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestHeader(String name,
String value) |
protected <T> T |
convert(Object source,
Class<T> targetClass) |
protected abstract org.apache.axis.client.Stub |
createStub(URL url) |
Collection<CallNode> |
getLastCallTree() |
String |
getLastCopyrightInfo() |
String |
getLastLicenseInfo() |
String |
getLastName() |
Collection<BindingNode> |
getTreeBindings() |
protected Object |
invoke(Object... arguments) |
void |
setPassword(String password) |
protected void |
setUpService(org.apache.axis.client.Service service) |
void |
setUserId(String userId) |
public ServiceClientImpl(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 ServiceClientprotected Object invoke(Object... arguments) throws LangridException
LangridExceptionprotected abstract org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceExceptionprotected void setUpService(org.apache.axis.client.Service service)