org.oasis.wsrf.properties
Class WSResourcePropertiesServiceLocator

java.lang.Object
  extended byorg.apache.axis.client.Service
      extended byorg.oasis.wsrf.properties.WSResourcePropertiesServiceLocator
All Implemented Interfaces:
javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service, WSResourcePropertiesService
Direct Known Subclasses:
WSResourcePropertiesServiceAddressingLocator

public class WSResourcePropertiesServiceLocator
extends org.apache.axis.client.Service
implements WSResourcePropertiesService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.client.Service
org.apache.axis.client.Service.HandlerRegistryImpl
 
Field Summary
private  java.lang.String GetMultipleResourcePropertiesPort_address
           
private  java.lang.String GetMultipleResourcePropertiesPortWSDDServiceName
           
private  java.lang.String GetResourcePropertyPort_address
           
private  java.lang.String GetResourcePropertyPortWSDDServiceName
           
private  java.util.HashSet ports
           
private  java.lang.String QueryResourcePropertiesPort_address
           
private  java.lang.String QueryResourcePropertiesPortWSDDServiceName
           
private  java.lang.String SetResourcePropertiesPort_address
           
private  java.lang.String SetResourcePropertiesPortWSDDServiceName
           
 
Fields inherited from class org.apache.axis.client.Service
 
Constructor Summary
WSResourcePropertiesServiceLocator()
           
WSResourcePropertiesServiceLocator(org.apache.axis.EngineConfiguration config)
           
WSResourcePropertiesServiceLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName)
           
 
Method Summary
 GetMultipleResourceProperties_PortType getGetMultipleResourcePropertiesPort()
           
 GetMultipleResourceProperties_PortType getGetMultipleResourcePropertiesPort(java.net.URL portAddress)
           
 java.lang.String getGetMultipleResourcePropertiesPortAddress()
           
 java.lang.String getGetMultipleResourcePropertiesPortWSDDServiceName()
           
 GetResourceProperty getGetResourcePropertyPort()
           
 GetResourceProperty getGetResourcePropertyPort(java.net.URL portAddress)
           
 java.lang.String getGetResourcePropertyPortAddress()
           
 java.lang.String getGetResourcePropertyPortWSDDServiceName()
           
 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()
           
 QueryResourceProperties_PortType getQueryResourcePropertiesPort()
           
 QueryResourceProperties_PortType getQueryResourcePropertiesPort(java.net.URL portAddress)
           
 java.lang.String getQueryResourcePropertiesPortAddress()
           
 java.lang.String getQueryResourcePropertiesPortWSDDServiceName()
           
 javax.xml.namespace.QName getServiceName()
           
 SetResourceProperties_PortType getSetResourcePropertiesPort()
           
 SetResourceProperties_PortType getSetResourcePropertiesPort(java.net.URL portAddress)
           
 java.lang.String getSetResourcePropertiesPortAddress()
           
 java.lang.String getSetResourcePropertiesPortWSDDServiceName()
           
 void setEndpointAddress(javax.xml.namespace.QName portName, java.lang.String address)
          Set the endpoint address for the specified port name.
 void setEndpointAddress(java.lang.String portName, java.lang.String address)
          Set the endpoint address for the specified port name.
 void setGetMultipleResourcePropertiesPortEndpointAddress(java.lang.String address)
           
 void setGetMultipleResourcePropertiesPortWSDDServiceName(java.lang.String name)
           
 void setGetResourcePropertyPortEndpointAddress(java.lang.String address)
           
 void setGetResourcePropertyPortWSDDServiceName(java.lang.String name)
           
 void setQueryResourcePropertiesPortEndpointAddress(java.lang.String address)
           
 void setQueryResourcePropertiesPortWSDDServiceName(java.lang.String name)
           
 void setSetResourcePropertiesPortEndpointAddress(java.lang.String address)
           
 void setSetResourcePropertiesPortWSDDServiceName(java.lang.String name)
           
 
Methods inherited from class org.apache.axis.client.Service
clearCall, 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
 

Field Detail

GetResourcePropertyPort_address

private java.lang.String GetResourcePropertyPort_address

GetResourcePropertyPortWSDDServiceName

private java.lang.String GetResourcePropertyPortWSDDServiceName

SetResourcePropertiesPort_address

private java.lang.String SetResourcePropertiesPort_address

SetResourcePropertiesPortWSDDServiceName

private java.lang.String SetResourcePropertiesPortWSDDServiceName

GetMultipleResourcePropertiesPort_address

private java.lang.String GetMultipleResourcePropertiesPort_address

GetMultipleResourcePropertiesPortWSDDServiceName

private java.lang.String GetMultipleResourcePropertiesPortWSDDServiceName

QueryResourcePropertiesPort_address

private java.lang.String QueryResourcePropertiesPort_address

QueryResourcePropertiesPortWSDDServiceName

private java.lang.String QueryResourcePropertiesPortWSDDServiceName

ports

private java.util.HashSet ports
Constructor Detail

WSResourcePropertiesServiceLocator

public WSResourcePropertiesServiceLocator()

WSResourcePropertiesServiceLocator

public WSResourcePropertiesServiceLocator(org.apache.axis.EngineConfiguration config)

WSResourcePropertiesServiceLocator

public WSResourcePropertiesServiceLocator(java.lang.String wsdlLoc,
                                          javax.xml.namespace.QName sName)
                                   throws javax.xml.rpc.ServiceException
Method Detail

getGetResourcePropertyPortAddress

public java.lang.String getGetResourcePropertyPortAddress()
Specified by:
getGetResourcePropertyPortAddress in interface WSResourcePropertiesService

getGetResourcePropertyPortWSDDServiceName

public java.lang.String getGetResourcePropertyPortWSDDServiceName()

setGetResourcePropertyPortWSDDServiceName

public void setGetResourcePropertyPortWSDDServiceName(java.lang.String name)

getGetResourcePropertyPort

public GetResourceProperty getGetResourcePropertyPort()
                                               throws javax.xml.rpc.ServiceException
Specified by:
getGetResourcePropertyPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

getGetResourcePropertyPort

public GetResourceProperty getGetResourcePropertyPort(java.net.URL portAddress)
                                               throws javax.xml.rpc.ServiceException
Specified by:
getGetResourcePropertyPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

setGetResourcePropertyPortEndpointAddress

public void setGetResourcePropertyPortEndpointAddress(java.lang.String address)

getSetResourcePropertiesPortAddress

public java.lang.String getSetResourcePropertiesPortAddress()
Specified by:
getSetResourcePropertiesPortAddress in interface WSResourcePropertiesService

getSetResourcePropertiesPortWSDDServiceName

public java.lang.String getSetResourcePropertiesPortWSDDServiceName()

setSetResourcePropertiesPortWSDDServiceName

public void setSetResourcePropertiesPortWSDDServiceName(java.lang.String name)

getSetResourcePropertiesPort

public SetResourceProperties_PortType getSetResourcePropertiesPort()
                                                            throws javax.xml.rpc.ServiceException
Specified by:
getSetResourcePropertiesPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

getSetResourcePropertiesPort

public SetResourceProperties_PortType getSetResourcePropertiesPort(java.net.URL portAddress)
                                                            throws javax.xml.rpc.ServiceException
Specified by:
getSetResourcePropertiesPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

setSetResourcePropertiesPortEndpointAddress

public void setSetResourcePropertiesPortEndpointAddress(java.lang.String address)

getGetMultipleResourcePropertiesPortAddress

public java.lang.String getGetMultipleResourcePropertiesPortAddress()
Specified by:
getGetMultipleResourcePropertiesPortAddress in interface WSResourcePropertiesService

getGetMultipleResourcePropertiesPortWSDDServiceName

public java.lang.String getGetMultipleResourcePropertiesPortWSDDServiceName()

setGetMultipleResourcePropertiesPortWSDDServiceName

public void setGetMultipleResourcePropertiesPortWSDDServiceName(java.lang.String name)

getGetMultipleResourcePropertiesPort

public GetMultipleResourceProperties_PortType getGetMultipleResourcePropertiesPort()
                                                                            throws javax.xml.rpc.ServiceException
Specified by:
getGetMultipleResourcePropertiesPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

getGetMultipleResourcePropertiesPort

public GetMultipleResourceProperties_PortType getGetMultipleResourcePropertiesPort(java.net.URL portAddress)
                                                                            throws javax.xml.rpc.ServiceException
Specified by:
getGetMultipleResourcePropertiesPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

setGetMultipleResourcePropertiesPortEndpointAddress

public void setGetMultipleResourcePropertiesPortEndpointAddress(java.lang.String address)

getQueryResourcePropertiesPortAddress

public java.lang.String getQueryResourcePropertiesPortAddress()
Specified by:
getQueryResourcePropertiesPortAddress in interface WSResourcePropertiesService

getQueryResourcePropertiesPortWSDDServiceName

public java.lang.String getQueryResourcePropertiesPortWSDDServiceName()

setQueryResourcePropertiesPortWSDDServiceName

public void setQueryResourcePropertiesPortWSDDServiceName(java.lang.String name)

getQueryResourcePropertiesPort

public QueryResourceProperties_PortType getQueryResourcePropertiesPort()
                                                                throws javax.xml.rpc.ServiceException
Specified by:
getQueryResourcePropertiesPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

getQueryResourcePropertiesPort

public QueryResourceProperties_PortType getQueryResourcePropertiesPort(java.net.URL portAddress)
                                                                throws javax.xml.rpc.ServiceException
Specified by:
getQueryResourcePropertiesPort in interface WSResourcePropertiesService
Throws:
javax.xml.rpc.ServiceException

setQueryResourcePropertiesPortEndpointAddress

public void setQueryResourcePropertiesPortEndpointAddress(java.lang.String address)

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

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
Throws:
javax.xml.rpc.ServiceException

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface javax.xml.rpc.Service

getPorts

public java.util.Iterator getPorts()
Specified by:
getPorts in interface javax.xml.rpc.Service

setEndpointAddress

public void setEndpointAddress(java.lang.String portName,
                               java.lang.String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException

setEndpointAddress

public void setEndpointAddress(javax.xml.namespace.QName portName,
                               java.lang.String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException