com.ibm.twss.spm.admin.req
Interface RequesterAdministrationService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
RequesterAdministrationServiceLocator

public interface RequesterAdministrationService
extends javax.xml.rpc.Service

SOAP Web Service for the requester administration interface. This service is used to create, retrieve, update, and delete requester definitions. See the interface definition of the Web Service for a complete description of function.


Method Summary
 RequesterAdministrationInterface getRequesterAdministrationService()
           
 RequesterAdministrationInterface getRequesterAdministrationService(java.net.URL portAddress)
           
 java.lang.String getRequesterAdministrationServiceAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getRequesterAdministrationService

RequesterAdministrationInterface getRequesterAdministrationService()
                                                                   throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getRequesterAdministrationServiceAddress

java.lang.String getRequesterAdministrationServiceAddress()

getRequesterAdministrationService

RequesterAdministrationInterface getRequesterAdministrationService(java.net.URL portAddress)
                                                                   throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © IBM Corp. All Rights Reserved.