i3mclient.communication
Class I3MLocator

java.lang.Object
  |
  +--org.apache.axis.client.Service
        |
        +--i3mclient.communication.I3MLocator
All Implemented Interfaces:
I3M, Referenceable, Serializable, javax.xml.rpc.Service

public class I3MLocator
extends org.apache.axis.client.Service
implements I3M

See Also:
Serialized Form

Constructor Summary
I3MLocator()
           
 
Method Summary
 I3MSoap getI3MSoap()
           
 I3MSoap getI3MSoap(URL portAddress)
           
 String getI3MSoapAddress()
           
 String getI3MSoapWSDDServiceName()
           
 Remote getPort(Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Remote getPort(javax.xml.namespace.QName portName, Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 void setI3MSoapWSDDServiceName(String name)
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry
 
Methods inherited from class java.lang.Object
equals, 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

I3MLocator

public I3MLocator()
Method Detail

getI3MSoapAddress

public String getI3MSoapAddress()
Specified by:
getI3MSoapAddress in interface I3M

getI3MSoapWSDDServiceName

public String getI3MSoapWSDDServiceName()

setI3MSoapWSDDServiceName

public void setI3MSoapWSDDServiceName(String name)

getI3MSoap

public I3MSoap getI3MSoap()
                   throws javax.xml.rpc.ServiceException
Specified by:
getI3MSoap in interface I3M
javax.xml.rpc.ServiceException

getI3MSoap

public I3MSoap getI3MSoap(URL portAddress)
                   throws javax.xml.rpc.ServiceException
Specified by:
getI3MSoap in interface I3M
javax.xml.rpc.ServiceException

getPort

public Remote getPort(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

getPort

public Remote getPort(javax.xml.namespace.QName portName,
                      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

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface javax.xml.rpc.Service
Overrides:
getServiceName in class org.apache.axis.client.Service

getPorts

public Iterator getPorts()
Specified by:
getPorts in interface javax.xml.rpc.Service
Overrides:
getPorts in class org.apache.axis.client.Service