Package org.apache.cxf.wsn.client
Class Consumer
- java.lang.Object
-
- org.apache.cxf.wsn.client.Consumer
-
- All Implemented Interfaces:
Referencable,NotificationConsumer
public class Consumer extends Object implements NotificationConsumer, Referencable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConsumer.Callback
-
Constructor Summary
Constructors Constructor Description Consumer(Consumer.Callback callback, String address, Class<?>... extraClasses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.ws.wsaddressing.W3CEndpointReferencegetEpr()voidnotify(Notify notify)voidstop()
-
-
-
Constructor Detail
-
Consumer
public Consumer(Consumer.Callback callback, String address, Class<?>... extraClasses)
-
-
Method Detail
-
stop
public void stop()
-
getEpr
public javax.xml.ws.wsaddressing.W3CEndpointReference getEpr()
- Specified by:
getEprin interfaceReferencable
-
notify
public void notify(Notify notify)
- Specified by:
notifyin interfaceNotificationConsumer
-
-