org.apache.ws.pubsub
Interface NotificationConsumer

All Known Implementing Classes:
EchoConsumer, ForwardConsumer

public interface NotificationConsumer


Method Summary
 org.apache.ws.addressing.EndpointReference getEPR()
           
 void notify(Subscription subscription, java.lang.Object message)
           
 

Method Detail

getEPR

public org.apache.ws.addressing.EndpointReference getEPR()

notify

public void notify(Subscription subscription,
                   java.lang.Object message)


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