org.cmis.interopserver.services.tie
Class TieServiceLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by org.cmis.interopserver.services.tie.TieServiceLocator
All Implemented Interfaces:
java.io.Serializable, javax.naming.Referenceable, javax.xml.rpc.Service, TieService

public class TieServiceLocator
extends org.apache.axis.client.Service
implements TieService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis.client.Service
org.apache.axis.client.Service.HandlerRegistryImpl
 
Field Summary
 
Fields inherited from class org.apache.axis.client.Service
_call
 
Constructor Summary
TieServiceLocator()
           
 
Method Summary
 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()
          DOCUMENT ME!
 javax.xml.namespace.QName getServiceName()
          DOCUMENT ME!
 Tie getTie()
          DOCUMENT ME!
 Tie getTie(java.net.URL portAddress)
          DOCUMENT ME!
 java.lang.String getTieAddress()
          DOCUMENT ME!
 java.lang.String getTieWSDDServiceName()
          DOCUMENT ME!
 void setTieWSDDServiceName(java.lang.String name)
          DOCUMENT ME!
 
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

TieServiceLocator

public TieServiceLocator()
Method Detail

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
Parameters:
serviceEndpointInterface - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

getPort

public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
                               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
Parameters:
portName - DOCUMENT ME!
serviceEndpointInterface - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

getPorts

public java.util.Iterator getPorts()
DOCUMENT ME!

Specified by:
getPorts in interface javax.xml.rpc.Service
Overrides:
getPorts in class org.apache.axis.client.Service
Returns:
DOCUMENT ME!

getServiceName

public javax.xml.namespace.QName getServiceName()
DOCUMENT ME!

Specified by:
getServiceName in interface javax.xml.rpc.Service
Overrides:
getServiceName in class org.apache.axis.client.Service
Returns:
DOCUMENT ME!

getTie

public Tie getTie()
           throws javax.xml.rpc.ServiceException
DOCUMENT ME!

Specified by:
getTie in interface TieService
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

getTie

public Tie getTie(java.net.URL portAddress)
           throws javax.xml.rpc.ServiceException
DOCUMENT ME!

Specified by:
getTie in interface TieService
Parameters:
portAddress - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

getTieAddress

public java.lang.String getTieAddress()
DOCUMENT ME!

Specified by:
getTieAddress in interface TieService
Returns:
DOCUMENT ME!

setTieWSDDServiceName

public void setTieWSDDServiceName(java.lang.String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!

getTieWSDDServiceName

public java.lang.String getTieWSDDServiceName()
DOCUMENT ME!

Returns:
DOCUMENT ME!