org.apache.ws.eventing
Class EchoConsumer
java.lang.Object
org.apache.ws.eventing.EchoConsumer
- All Implemented Interfaces:
- NotificationConsumer
- public class EchoConsumer
- extends java.lang.Object
- implements NotificationConsumer
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 |
EchoConsumer
public EchoConsumer(java.lang.String epr)
throws org.apache.axis.types.URI.MalformedURIException
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.