uk.ac.ebi.intact.application.hierarchView.business.tulip.client.generated
Class TulipAccessServiceLocator

java.lang.Object
  |
  +--org.apache.axis.client.Service
        |
        +--uk.ac.ebi.intact.application.hierarchView.business.tulip.client.generated.TulipAccessServiceLocator
All Implemented Interfaces:
javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service, TulipAccessService

public class TulipAccessServiceLocator
extends org.apache.axis.client.Service
implements TulipAccessService

See Also:
Serialized Form

Constructor Summary
TulipAccessServiceLocator()
           
 
Method Summary
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 TulipAccess getTulip()
           
 TulipAccess getTulip(java.net.URL portAddress)
           
 java.lang.String getTulipAddress()
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getPort, getPorts, getReference, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry
 
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, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

TulipAccessServiceLocator

public TulipAccessServiceLocator()
Method Detail

getTulipAddress

public java.lang.String getTulipAddress()
Specified by:
getTulipAddress in interface TulipAccessService

getTulip

public TulipAccess getTulip()
                     throws javax.xml.rpc.ServiceException
Specified by:
getTulip in interface TulipAccessService
javax.xml.rpc.ServiceException

getTulip

public TulipAccess getTulip(java.net.URL portAddress)
                     throws javax.xml.rpc.ServiceException
Specified by:
getTulip in interface TulipAccessService
javax.xml.rpc.ServiceException

getPort

public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
                        throws javax.xml.rpc.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 javax.xml.rpc.Service
Overrides:
getPort in class org.apache.axis.client.Service
javax.xml.rpc.ServiceException


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk