com.ibm.wsrf.properties
Class WSResourcePropertiesServiceLocator

java.lang.Object
  |
  +--org.apache.axis.client.Service
        |
        +--com.ibm.wsrf.properties.WSResourcePropertiesServiceLocator
All Implemented Interfaces:
Referenceable, Serializable, Service, WSResourcePropertiesService
Direct Known Subclasses:
WSResourcePropertiesServiceAddressingLocator

public class WSResourcePropertiesServiceLocator
extends Service
implements WSResourcePropertiesService

See Also:
Serialized Form

Inner classes inherited from class org.apache.axis.client.Service
Service.HandlerRegistryImpl
 
Constructor Summary
WSResourcePropertiesServiceLocator()
           
 
Method Summary
 GetMultipleResourceProperties getGetMultipleResourcePropertiesPort()
           
 GetMultipleResourceProperties getGetMultipleResourcePropertiesPort(URL portAddress)
           
 String getGetMultipleResourcePropertiesPortAddress()
           
 String getGetMultipleResourcePropertiesPortWSDDServiceName()
           
 GetResourceProperty getGetResourcePropertyPort()
           
 GetResourceProperty getGetResourcePropertyPort(URL portAddress)
           
 String getGetResourcePropertyPortAddress()
           
 String getGetResourcePropertyPortWSDDServiceName()
           
 Remote getPort(Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Remote getPort(QName portName, Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Iterator getPorts()
           
 QueryResourceProperties getQueryResourcePropertiesPort()
           
 QueryResourceProperties getQueryResourcePropertiesPort(URL portAddress)
           
 String getQueryResourcePropertiesPortAddress()
           
 String getQueryResourcePropertiesPortWSDDServiceName()
           
 QName getServiceName()
           
 SetResourceProperties getSetResourcePropertiesPort()
           
 SetResourceProperties getSetResourcePropertiesPort(URL portAddress)
           
 String getSetResourcePropertiesPortAddress()
           
 String getSetResourcePropertiesPortWSDDServiceName()
           
 void setEndpointAddress(QName portName, String address)
          Set the endpoint address for the specified port name.
 void setEndpointAddress(String portName, String address)
          Set the endpoint address for the specified port name.
 void setGetMultipleResourcePropertiesPortEndpointAddress(String address)
           
 void setGetMultipleResourcePropertiesPortWSDDServiceName(String name)
           
 void setGetResourcePropertyPortEndpointAddress(String address)
           
 void setGetResourcePropertyPortWSDDServiceName(String name)
           
 void setQueryResourcePropertiesPortEndpointAddress(String address)
           
 void setQueryResourcePropertiesPortWSDDServiceName(String name)
           
 void setSetResourcePropertiesPortEndpointAddress(String address)
           
 void setSetResourcePropertiesPortWSDDServiceName(String name)
           
 
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
 
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

WSResourcePropertiesServiceLocator

public WSResourcePropertiesServiceLocator()
Method Detail

getQueryResourcePropertiesPortAddress

public String getQueryResourcePropertiesPortAddress()
Specified by:
getQueryResourcePropertiesPortAddress in interface WSResourcePropertiesService

getQueryResourcePropertiesPortWSDDServiceName

public String getQueryResourcePropertiesPortWSDDServiceName()

setQueryResourcePropertiesPortWSDDServiceName

public void setQueryResourcePropertiesPortWSDDServiceName(String name)

getQueryResourcePropertiesPort

public QueryResourceProperties getQueryResourcePropertiesPort()
                                                       throws ServiceException
Specified by:
getQueryResourcePropertiesPort in interface WSResourcePropertiesService

getQueryResourcePropertiesPort

public QueryResourceProperties getQueryResourcePropertiesPort(URL portAddress)
                                                       throws ServiceException
Specified by:
getQueryResourcePropertiesPort in interface WSResourcePropertiesService

setQueryResourcePropertiesPortEndpointAddress

public void setQueryResourcePropertiesPortEndpointAddress(String address)

getGetMultipleResourcePropertiesPortAddress

public String getGetMultipleResourcePropertiesPortAddress()
Specified by:
getGetMultipleResourcePropertiesPortAddress in interface WSResourcePropertiesService

getGetMultipleResourcePropertiesPortWSDDServiceName

public String getGetMultipleResourcePropertiesPortWSDDServiceName()

setGetMultipleResourcePropertiesPortWSDDServiceName

public void setGetMultipleResourcePropertiesPortWSDDServiceName(String name)

getGetMultipleResourcePropertiesPort

public GetMultipleResourceProperties getGetMultipleResourcePropertiesPort()
                                                                   throws ServiceException
Specified by:
getGetMultipleResourcePropertiesPort in interface WSResourcePropertiesService

getGetMultipleResourcePropertiesPort

public GetMultipleResourceProperties getGetMultipleResourcePropertiesPort(URL portAddress)
                                                                   throws ServiceException
Specified by:
getGetMultipleResourcePropertiesPort in interface WSResourcePropertiesService

setGetMultipleResourcePropertiesPortEndpointAddress

public void setGetMultipleResourcePropertiesPortEndpointAddress(String address)

getSetResourcePropertiesPortAddress

public String getSetResourcePropertiesPortAddress()
Specified by:
getSetResourcePropertiesPortAddress in interface WSResourcePropertiesService

getSetResourcePropertiesPortWSDDServiceName

public String getSetResourcePropertiesPortWSDDServiceName()

setSetResourcePropertiesPortWSDDServiceName

public void setSetResourcePropertiesPortWSDDServiceName(String name)

getSetResourcePropertiesPort

public SetResourceProperties getSetResourcePropertiesPort()
                                                   throws ServiceException
Specified by:
getSetResourcePropertiesPort in interface WSResourcePropertiesService

getSetResourcePropertiesPort

public SetResourceProperties getSetResourcePropertiesPort(URL portAddress)
                                                   throws ServiceException
Specified by:
getSetResourcePropertiesPort in interface WSResourcePropertiesService

setSetResourcePropertiesPortEndpointAddress

public void setSetResourcePropertiesPortEndpointAddress(String address)

getGetResourcePropertyPortAddress

public String getGetResourcePropertyPortAddress()
Specified by:
getGetResourcePropertyPortAddress in interface WSResourcePropertiesService

getGetResourcePropertyPortWSDDServiceName

public String getGetResourcePropertyPortWSDDServiceName()

setGetResourcePropertyPortWSDDServiceName

public void setGetResourcePropertyPortWSDDServiceName(String name)

getGetResourcePropertyPort

public GetResourceProperty getGetResourcePropertyPort()
                                               throws ServiceException
Specified by:
getGetResourcePropertyPort in interface WSResourcePropertiesService

getGetResourcePropertyPort

public GetResourceProperty getGetResourcePropertyPort(URL portAddress)
                                               throws ServiceException
Specified by:
getGetResourcePropertyPort in interface WSResourcePropertiesService

setGetResourcePropertyPortEndpointAddress

public void setGetResourcePropertyPortEndpointAddress(String address)

getPort

public Remote getPort(Class serviceEndpointInterface)
               throws 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 Service
Overrides:
getPort in class Service

getPort

public Remote getPort(QName portName,
                      Class serviceEndpointInterface)
               throws 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 Service
Overrides:
getPort in class Service

getServiceName

public QName getServiceName()
Specified by:
getServiceName in interface Service
Overrides:
getServiceName in class Service

getPorts

public Iterator getPorts()
Specified by:
getPorts in interface Service
Overrides:
getPorts in class Service

setEndpointAddress

public void setEndpointAddress(String portName,
                               String address)
                        throws ServiceException
Set the endpoint address for the specified port name.

setEndpointAddress

public void setEndpointAddress(QName portName,
                               String address)
                        throws ServiceException
Set the endpoint address for the specified port name.


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.