org.codehaus.wadi.servicespace.basic
Class ServiceResponseListener

java.lang.Object
  extended by org.codehaus.wadi.servicespace.basic.ServiceResponseListener
All Implemented Interfaces:
ServiceEndpoint

public class ServiceResponseListener
extends java.lang.Object
implements ServiceEndpoint

Version:
$Revision: $

Constructor Summary
ServiceResponseListener(ServiceSpace serviceSpace)
           
 
Method Summary
 void dispatch(Envelope envelope)
           
 void dispose(int nbAttemp, long delayMillis)
           
 boolean testDispatchEnvelope(Envelope envelope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceResponseListener

public ServiceResponseListener(ServiceSpace serviceSpace)
Method Detail

dispatch

public void dispatch(Envelope envelope)
              throws java.lang.Exception
Specified by:
dispatch in interface ServiceEndpoint
Throws:
java.lang.Exception

dispose

public void dispose(int nbAttemp,
                    long delayMillis)
Specified by:
dispose in interface ServiceEndpoint

testDispatchEnvelope

public boolean testDispatchEnvelope(Envelope envelope)
Specified by:
testDispatchEnvelope in interface ServiceEndpoint


Copyright © 2010. All Rights Reserved.