org.apache.servicemix.wsn.client
Class Subscription

java.lang.Object
  extended by org.apache.servicemix.wsn.client.AbstractWSAClient
      extended by org.apache.servicemix.wsn.client.Subscription

public class Subscription
extends AbstractWSAClient


Constructor Summary
Subscription(javax.jbi.component.ComponentContext context, javax.xml.ws.wsaddressing.W3CEndpointReference subscriptionReference)
           
 
Method Summary
 void pause()
           
 void resume()
           
 void unsubscribe()
           
 
Methods inherited from class org.apache.servicemix.wsn.client.AbstractWSAClient
createWSA, getContext, getEndpoint, getServiceEndpoint, getWSAAddress, isJbiWrapped, request, request, resolveWSA, send, send, setContext, setEndpoint, setJbiWrapped, setServiceEndpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subscription

public Subscription(javax.jbi.component.ComponentContext context,
                    javax.xml.ws.wsaddressing.W3CEndpointReference subscriptionReference)
Method Detail

pause

public void pause()
           throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException

resume

public void resume()
            throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException

unsubscribe

public void unsubscribe()
                 throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException


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