org.apache.servicemix.wsn.jaxws
Class SubscriptionManagerServiceImpl

java.lang.Object
  extended by org.apache.servicemix.wsn.jaxws.SubscriptionManagerServiceImpl
All Implemented Interfaces:
SubscriptionManager

public class SubscriptionManagerServiceImpl
extends Object
implements SubscriptionManager


Constructor Summary
SubscriptionManagerServiceImpl()
           
 
Method Summary
 RenewResponse renew(Renew Renew)
           
 UnsubscribeResponse unsubscribe(Unsubscribe Unsubscribe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionManagerServiceImpl

public SubscriptionManagerServiceImpl()
Method Detail

unsubscribe

public UnsubscribeResponse unsubscribe(Unsubscribe Unsubscribe)
                                throws ResourceUnknownFault,
                                       UnableToDestroySubscriptionFault
Specified by:
unsubscribe in interface SubscriptionManager
Throws:
ResourceUnknownFault
UnableToDestroySubscriptionFault

renew

public RenewResponse renew(Renew Renew)
                    throws ResourceUnknownFault,
                           UnacceptableTerminationTimeFault
Specified by:
renew in interface SubscriptionManager
Throws:
ResourceUnknownFault
UnacceptableTerminationTimeFault


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