org.apache.ws.eventing.porttype
Interface SubscriptionManagerPortType

All Known Implementing Classes:
BrokerService, PublisherService, SubscriptionManagerPortTypeImpl

public interface SubscriptionManagerPortType


Method Summary
 org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus(org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body)
           
 org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewResponseDocument renew(org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewDocument body)
           
 void unsubscribe(org.xmlsoap.schemas.ws.x2004.x08.eventing.UnsubscribeDocument body)
           
 

Method Detail

renew

public org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewResponseDocument renew(org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewDocument body)
                                                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unsubscribe

public void unsubscribe(org.xmlsoap.schemas.ws.x2004.x08.eventing.UnsubscribeDocument body)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStatus

public org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus(org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body)
                                                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.