com.ibm.twss.spm.admin.sub
Interface SubscriptionAdministrationService

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

public interface SubscriptionAdministrationService
extends javax.xml.rpc.Service

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


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

Method Detail

getSubscriptionAdministrationService

SubscriptionAdministrationInterface getSubscriptionAdministrationService()
                                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getSubscriptionAdministrationServiceAddress

java.lang.String getSubscriptionAdministrationServiceAddress()

getSubscriptionAdministrationService

SubscriptionAdministrationInterface getSubscriptionAdministrationService(java.net.URL portAddress)
                                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © IBM Corp. All Rights Reserved.