SigPath

org.sigpath.axis.generator.ws
Class IdentifierGeneratorServiceLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by org.sigpath.axis.generator.ws.IdentifierGeneratorServiceLocator
All Implemented Interfaces:
Serializable, Referenceable, Service, IdentifierGeneratorService

public class IdentifierGeneratorServiceLocator
extends Service
implements IdentifierGeneratorService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis.client.Service
Service.HandlerRegistryImpl
 
Field Summary
 
Fields inherited from class org.apache.axis.client.Service
_call
 
Constructor Summary
IdentifierGeneratorServiceLocator()
           
IdentifierGeneratorServiceLocator(EngineConfiguration config)
           
IdentifierGeneratorServiceLocator(String wsdlLoc, QName sName)
           
 
Method Summary
 IdentifierGenerator getgenerator()
           
 IdentifierGenerator getgenerator(URL portAddress)
           
 String getgeneratorAddress()
           
 String getgeneratorWSDDServiceName()
           
 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 setgeneratorEndpointAddress(String address)
           
 void setgeneratorWSDDServiceName(String name)
           
 
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
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

IdentifierGeneratorServiceLocator

public IdentifierGeneratorServiceLocator()

IdentifierGeneratorServiceLocator

public IdentifierGeneratorServiceLocator(EngineConfiguration config)

IdentifierGeneratorServiceLocator

public IdentifierGeneratorServiceLocator(String wsdlLoc,
                                         QName sName)
                                  throws ServiceException
Throws:
ServiceException
Method Detail

getgeneratorAddress

public String getgeneratorAddress()
Specified by:
getgeneratorAddress in interface IdentifierGeneratorService

getgeneratorWSDDServiceName

public String getgeneratorWSDDServiceName()

setgeneratorWSDDServiceName

public void setgeneratorWSDDServiceName(String name)

getgenerator

public IdentifierGenerator getgenerator()
                                 throws ServiceException
Specified by:
getgenerator in interface IdentifierGeneratorService
Throws:
ServiceException

getgenerator

public IdentifierGenerator getgenerator(URL portAddress)
                                 throws ServiceException
Specified by:
getgenerator in interface IdentifierGeneratorService
Throws:
ServiceException

setgeneratorEndpointAddress

public void setgeneratorEndpointAddress(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

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.