com.counterclaim.openefm.client.filing
Class FilingServiceLocator

java.lang.Object
  |
  +--org.apache.axis.client.Service
        |
        +--com.counterclaim.openefm.client.filing.FilingServiceLocator
All Implemented Interfaces:
FilingServiceService, javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service

public class FilingServiceLocator
extends org.apache.axis.client.Service
implements FilingServiceService

See Also:
Serialized Form

Constructor Summary
FilingServiceLocator()
           
 
Method Summary
 FilingService getFilingService()
           
 FilingService getFilingService(java.net.URL portAddress)
           
 java.lang.String getFilingServiceAddress()
           
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, 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
equals, 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

FilingServiceLocator

public FilingServiceLocator()
Method Detail

getFilingServiceAddress

public java.lang.String getFilingServiceAddress()
Specified by:
getFilingServiceAddress in interface FilingServiceService

getFilingService

public FilingService getFilingService()
                               throws javax.xml.rpc.ServiceException
Specified by:
getFilingService in interface FilingServiceService

getFilingService

public FilingService getFilingService(java.net.URL portAddress)
                               throws javax.xml.rpc.ServiceException
Specified by:
getFilingService in interface FilingServiceService

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


Copyright © 2002 counterclaim.com. All Rights Reserved.