com.counterclaim.openefm.client.filing
Class FilingServiceLocator

java.lang.Object
  extended byorg.apache.axis.client.Service
      extended bycom.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
 

Field Summary
private  java.lang.String FilingService_address
           
 
Fields inherited from class org.apache.axis.client.Service
 
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, 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
 

Field Detail

FilingService_address

private final java.lang.String FilingService_address
See Also:
Constant Field Values
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
Throws:
javax.xml.rpc.ServiceException

getFilingService

public FilingService getFilingService(java.net.URL portAddress)
                               throws javax.xml.rpc.ServiceException
Specified by:
getFilingService in interface FilingServiceService
Throws:
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
Throws:
javax.xml.rpc.ServiceException


Copyright © 2002 counterclaim.com. All Rights Reserved.