org.codehaus.wadi.servicespace.basic
Class ServiceSpaceEndpoint

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

public class ServiceSpaceEndpoint
extends java.lang.Object
implements ServiceEndpoint

Version:
$Revision: $

Constructor Summary
ServiceSpaceEndpoint(ServiceSpace serviceSpace, EnvelopeListener envelpeListener, ServiceSpaceEnvelopeHelper envelopeHelper)
           
 
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

ServiceSpaceEndpoint

public ServiceSpaceEndpoint(ServiceSpace serviceSpace,
                            EnvelopeListener envelpeListener,
                            ServiceSpaceEnvelopeHelper envelopeHelper)
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 © 2011. All Rights Reserved.