org.sigpath.axis.navigatorcastor.ws
Class SigPathCastorServiceLocator
java.lang.Object
org.apache.axis.client.Service
org.sigpath.axis.navigatorcastor.ws.SigPathCastorServiceLocator
- All Implemented Interfaces:
- Serializable, Referenceable, Service, SigPathCastorService
public class SigPathCastorServiceLocator
- extends Service
- implements SigPathCastorService
- See Also:
- Serialized Form
| Fields inherited from class org.apache.axis.client.Service |
_call |
| Methods inherited from class org.apache.axis.client.Service |
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SigPathCastorServiceLocator
public SigPathCastorServiceLocator()
SigPathCastorServiceLocator
public SigPathCastorServiceLocator(EngineConfiguration config)
SigPathCastorServiceLocator
public SigPathCastorServiceLocator(String wsdlLoc,
QName sName)
throws ServiceException
- Throws:
ServiceException
getnavigatorcastorAddress
public String getnavigatorcastorAddress()
- Specified by:
getnavigatorcastorAddress in interface SigPathCastorService
getnavigatorcastorWSDDServiceName
public String getnavigatorcastorWSDDServiceName()
setnavigatorcastorWSDDServiceName
public void setnavigatorcastorWSDDServiceName(String name)
getnavigatorcastor
public SigPathCastor getnavigatorcastor()
throws ServiceException
- Specified by:
getnavigatorcastor in interface SigPathCastorService
- Throws:
ServiceException
getnavigatorcastor
public SigPathCastor getnavigatorcastor(URL portAddress)
throws ServiceException
- Specified by:
getnavigatorcastor in interface SigPathCastorService
- Throws:
ServiceException
setnavigatorcastorEndpointAddress
public void setnavigatorcastorEndpointAddress(String address)
getPort
public Remote getPort(Class serviceEndpointInterface)
throws ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort in interface Service- Overrides:
getPort in class Service
- Throws:
ServiceException
getPort
public Remote getPort(QName portName,
Class serviceEndpointInterface)
throws ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort in interface Service- Overrides:
getPort in class Service
- Throws:
ServiceException
getServiceName
public QName getServiceName()
- Specified by:
getServiceName in interface Service- Overrides:
getServiceName in class Service
getPorts
public Iterator getPorts()
- Specified by:
getPorts in interface Service- Overrides:
getPorts in class Service
setEndpointAddress
public void setEndpointAddress(String portName,
String address)
throws ServiceException
- Set the endpoint address for the specified port name.
- Throws:
ServiceException
setEndpointAddress
public void setEndpointAddress(QName portName,
String address)
throws ServiceException
- Set the endpoint address for the specified port name.
- Throws:
ServiceException
Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.