com.ibm.twss.sp.nm.registration
Interface NotificationRegistrationService

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

public interface NotificationRegistrationService
extends javax.xml.rpc.Service


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

Method Detail

getNotificationRegistration

NotificationRegistration getNotificationRegistration()
                                                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationRegistrationAddress

java.lang.String getNotificationRegistrationAddress()

getNotificationRegistration

NotificationRegistration getNotificationRegistration(java.net.URL portAddress)
                                                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2003 IBM Corp. All Rights Reserved.