public class IServerServiceLocator extends org.apache.axis.client.Service implements IServerService
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
IServer_address |
private java.lang.String |
IServerWSDDServiceName |
private java.util.HashSet |
ports |
| Constructor and Description |
|---|
IServerServiceLocator() |
| Modifier and Type | Method and Description |
|---|---|
IServer |
getIServer() |
IServer |
getIServer(java.net.URL portAddress) |
java.lang.String |
getIServerAddress() |
java.lang.String |
getIServerWSDDServiceName() |
java.rmi.Remote |
getPort(java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation.
|
java.rmi.Remote |
getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation.
|
java.util.Iterator |
getPorts() |
javax.xml.namespace.QName |
getServiceName() |
void |
setIServerWSDDServiceName(java.lang.String name) |
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistryprivate final java.lang.String IServer_address
private java.lang.String IServerWSDDServiceName
private java.util.HashSet ports
public java.lang.String getIServerAddress()
getIServerAddress in interface IServerServicepublic java.lang.String getIServerWSDDServiceName()
public void setIServerWSDDServiceName(java.lang.String name)
public IServer getIServer() throws javax.xml.rpc.ServiceException
getIServer in interface IServerServicejavax.xml.rpc.ServiceExceptionpublic IServer getIServer(java.net.URL portAddress) throws javax.xml.rpc.ServiceException
getIServer in interface IServerServicejavax.xml.rpc.ServiceExceptionpublic java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.ServicegetPort in class org.apache.axis.client.Servicejavax.xml.rpc.ServiceExceptionpublic java.rmi.Remote getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.ServicegetPort in class org.apache.axis.client.Servicejavax.xml.rpc.ServiceExceptionpublic javax.xml.namespace.QName getServiceName()
getServiceName in interface javax.xml.rpc.ServicegetServiceName in class org.apache.axis.client.Servicepublic java.util.Iterator getPorts()
getPorts in interface javax.xml.rpc.ServicegetPorts in class org.apache.axis.client.Service