public class NetworkServiceLocator extends org.apache.axis.client.Service implements NetworkService
| Constructor and Description |
|---|
NetworkServiceLocator() |
NetworkServiceLocator(org.apache.axis.EngineConfiguration config) |
NetworkServiceLocator(String wsdlLoc,
QName sName) |
| Modifier and Type | Method and Description |
|---|---|
NetworkServiceInterface |
getNetworkServiceInterfacePort() |
NetworkServiceInterface |
getNetworkServiceInterfacePort(URL portAddress) |
String |
getNetworkServiceInterfacePortAddress() |
String |
getNetworkServiceInterfacePortWSDDServiceName() |
Remote |
getPort(Class serviceEndpointInterface)
For the given interface, get the stub implementation.
|
Remote |
getPort(QName portName,
Class serviceEndpointInterface)
For the given interface, get the stub implementation.
|
Iterator |
getPorts() |
QName |
getServiceName() |
void |
setEndpointAddress(QName portName,
String address)
Set the endpoint address for the specified port name.
|
void |
setEndpointAddress(String portName,
String address)
Set the endpoint address for the specified port name.
|
void |
setNetworkServiceInterfacePortEndpointAddress(String address) |
void |
setNetworkServiceInterfacePortWSDDServiceName(String name) |
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocationpublic NetworkServiceLocator()
public NetworkServiceLocator(org.apache.axis.EngineConfiguration config)
public NetworkServiceLocator(String wsdlLoc, QName sName) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceExceptionpublic String getNetworkServiceInterfacePortAddress()
getNetworkServiceInterfacePortAddress in interface NetworkServicepublic String getNetworkServiceInterfacePortWSDDServiceName()
public void setNetworkServiceInterfacePortWSDDServiceName(String name)
public NetworkServiceInterface getNetworkServiceInterfacePort() throws javax.xml.rpc.ServiceException
getNetworkServiceInterfacePort in interface NetworkServicejavax.xml.rpc.ServiceExceptionpublic NetworkServiceInterface getNetworkServiceInterfacePort(URL portAddress) throws javax.xml.rpc.ServiceException
getNetworkServiceInterfacePort in interface NetworkServicejavax.xml.rpc.ServiceExceptionpublic void setNetworkServiceInterfacePortEndpointAddress(String address)
public Remote getPort(Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.ServicegetPort in class org.apache.axis.client.Servicejavax.xml.rpc.ServiceExceptionpublic Remote getPort(QName portName, Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException
getPort in interface javax.xml.rpc.ServicegetPort in class org.apache.axis.client.Servicejavax.xml.rpc.ServiceExceptionpublic QName getServiceName()
getServiceName in interface javax.xml.rpc.ServicegetServiceName in class org.apache.axis.client.Servicepublic Iterator getPorts()
getPorts in interface javax.xml.rpc.ServicegetPorts in class org.apache.axis.client.Servicepublic void setEndpointAddress(String portName, String address) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceExceptionpublic void setEndpointAddress(QName portName, String address) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceExceptionCopyright © 2021. All rights reserved.