public class Consumer extends Object implements NotificationConsumer, Referencable
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Consumer.Callback  | 
| Constructor and Description | 
|---|
Consumer(Consumer.Callback callback,
        String address,
        Class<?>... extraClasses)  | 
| Modifier and Type | Method and Description | 
|---|---|
W3CEndpointReference | 
getEpr()  | 
void | 
notify(Notify notify)  | 
void | 
stop()  | 
public Consumer(Consumer.Callback callback, String address, Class<?>... extraClasses)
public void stop()
public W3CEndpointReference getEpr()
getEpr in interface Referencablepublic void notify(Notify notify)
notify in interface NotificationConsumerApache CXF