org.apache.ws.eventing
Class EchoConsumer

java.lang.Object
  extended byorg.apache.ws.eventing.EchoConsumer
All Implemented Interfaces:
NotificationConsumer

public class EchoConsumer
extends java.lang.Object
implements NotificationConsumer


Constructor Summary
EchoConsumer(java.lang.String epr)
           
 
Method Summary
 void end(Subscription subscription, java.net.URI status, java.lang.String reason)
           
 org.apache.ws.addressing.EndpointReference getEPR()
           
 int getMode()
           
 void notify(Subscription subscription, java.lang.Object message)
           
 void setEPR(org.apache.ws.addressing.EndpointReference epr)
           
 void setMode(int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoConsumer

public EchoConsumer(java.lang.String epr)
             throws org.apache.axis.types.URI.MalformedURIException
Method Detail

getEPR

public org.apache.ws.addressing.EndpointReference getEPR()
Specified by:
getEPR in interface NotificationConsumer

setEPR

public void setEPR(org.apache.ws.addressing.EndpointReference epr)

getMode

public int getMode()

setMode

public void setMode(int mode)

notify

public void notify(Subscription subscription,
                   java.lang.Object message)
Specified by:
notify in interface NotificationConsumer

end

public void end(Subscription subscription,
                java.net.URI status,
                java.lang.String reason)


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