com.ibm.twss.spm.admin.policy
Interface PolicyAdministrationService

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

public interface PolicyAdministrationService
extends javax.xml.rpc.Service

SOAP Web Service for the policy administration interface. This service is used to create, retrieve, update, and delete policy attribute/value pairs. See the interface definition of the Web Service for a complete description of function.


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

Method Detail

getPolicyAdministrationService

PolicyAdministrationInterface getPolicyAdministrationService()
                                                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getPolicyAdministrationServiceAddress

java.lang.String getPolicyAdministrationServiceAddress()

getPolicyAdministrationService

PolicyAdministrationInterface getPolicyAdministrationService(java.net.URL portAddress)
                                                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © IBM Corp. All Rights Reserved.