com.ibm.wsrf.properties
Interface WSResourcePropertiesService

All Superinterfaces:
Service
All Known Subinterfaces:
WSResourcePropertiesServiceAddressing
All Known Implementing Classes:
WSResourcePropertiesServiceLocator

public interface WSResourcePropertiesService
extends Service


Method Summary
 GetMultipleResourceProperties getGetMultipleResourcePropertiesPort()
           
 GetMultipleResourceProperties getGetMultipleResourcePropertiesPort(URL portAddress)
           
 String getGetMultipleResourcePropertiesPortAddress()
           
 GetResourceProperty getGetResourcePropertyPort()
           
 GetResourceProperty getGetResourcePropertyPort(URL portAddress)
           
 String getGetResourcePropertyPortAddress()
           
 QueryResourceProperties getQueryResourcePropertiesPort()
           
 QueryResourceProperties getQueryResourcePropertiesPort(URL portAddress)
           
 String getQueryResourcePropertiesPortAddress()
           
 SetResourceProperties getSetResourcePropertiesPort()
           
 SetResourceProperties getSetResourcePropertiesPort(URL portAddress)
           
 String getSetResourcePropertiesPortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getQueryResourcePropertiesPortAddress

public String getQueryResourcePropertiesPortAddress()

getQueryResourcePropertiesPort

public QueryResourceProperties getQueryResourcePropertiesPort()
                                                       throws ServiceException

getQueryResourcePropertiesPort

public QueryResourceProperties getQueryResourcePropertiesPort(URL portAddress)
                                                       throws ServiceException

getGetMultipleResourcePropertiesPortAddress

public String getGetMultipleResourcePropertiesPortAddress()

getGetMultipleResourcePropertiesPort

public GetMultipleResourceProperties getGetMultipleResourcePropertiesPort()
                                                                   throws ServiceException

getGetMultipleResourcePropertiesPort

public GetMultipleResourceProperties getGetMultipleResourcePropertiesPort(URL portAddress)
                                                                   throws ServiceException

getSetResourcePropertiesPortAddress

public String getSetResourcePropertiesPortAddress()

getSetResourcePropertiesPort

public SetResourceProperties getSetResourcePropertiesPort()
                                                   throws ServiceException

getSetResourcePropertiesPort

public SetResourceProperties getSetResourcePropertiesPort(URL portAddress)
                                                   throws ServiceException

getGetResourcePropertyPortAddress

public String getGetResourcePropertyPortAddress()

getGetResourcePropertyPort

public GetResourceProperty getGetResourcePropertyPort()
                                               throws ServiceException

getGetResourcePropertyPort

public GetResourceProperty getGetResourcePropertyPort(URL portAddress)
                                               throws ServiceException


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