Apache CXF API

org.apache.cxf.wsn.client
Class Consumer

java.lang.Object
  extended by org.apache.cxf.wsn.client.Consumer
All Implemented Interfaces:
Referencable, NotificationConsumer

public class Consumer
extends Object
implements NotificationConsumer, Referencable


Nested Class Summary
static interface Consumer.Callback
           
 
Constructor Summary
Consumer(Consumer.Callback callback, String address, Class<?>... extraClasses)
           
 
Method Summary
 W3CEndpointReference getEpr()
           
 void notify(Notify notify)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Consumer

public Consumer(Consumer.Callback callback,
                String address,
                Class<?>... extraClasses)
Method Detail

stop

public void stop()

getEpr

public W3CEndpointReference getEpr()
Specified by:
getEpr in interface Referencable

notify

public void notify(Notify notify)
Specified by:
notify in interface NotificationConsumer

Apache CXF API

Apache CXF