org.apache.ws.eventing
Class ForwardConsumer

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

public class ForwardConsumer
extends java.lang.Object
implements NotificationConsumer


Field Summary
 org.apache.ws.addressing.EndpointReference epr
           
 
Constructor Summary
ForwardConsumer(org.apache.ws.addressing.EndpointReference epr)
           
 
Method Summary
 org.apache.ws.addressing.EndpointReference getEPR()
           
 void notify(Subscription subscription, java.lang.Object message)
           
 void setEPR(org.apache.ws.addressing.EndpointReference epr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epr

public org.apache.ws.addressing.EndpointReference epr
Constructor Detail

ForwardConsumer

public ForwardConsumer(org.apache.ws.addressing.EndpointReference epr)
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)

notify

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


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