org.apache.ws.eventing
Class ForwardEndConsumer

java.lang.Object
  extended byorg.apache.ws.eventing.ForwardEndConsumer
All Implemented Interfaces:
SubscriptionEndConsumer

public class ForwardEndConsumer
extends java.lang.Object
implements SubscriptionEndConsumer


Field Summary
 org.apache.ws.addressing.EndpointReference epr
           
 
Constructor Summary
ForwardEndConsumer(org.apache.ws.addressing.EndpointReference epr)
           
 
Method Summary
 void end(Subscription subscription, java.lang.String reason)
           
 org.apache.ws.addressing.EndpointReference getEPR()
           
 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

ForwardEndConsumer

public ForwardEndConsumer(org.apache.ws.addressing.EndpointReference epr)
Method Detail

getEPR

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

setEPR

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

end

public void end(Subscription subscription,
                java.lang.String reason)
Specified by:
end in interface SubscriptionEndConsumer


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