org.codehaus.wadi.group
Interface ServiceEndpoint

All Known Implementing Classes:
AbstractMsgDispatcher

public interface ServiceEndpoint

Version:
$Revision: 1603 $

Method Summary
 void dispatch(Envelope envelope)
           
 void dispose(int nbAttemp, long delayMillis)
           
 boolean testDispatchEnvelope(Envelope envelope)
           
 

Method Detail

testDispatchEnvelope

boolean testDispatchEnvelope(Envelope envelope)

dispatch

void dispatch(Envelope envelope)
              throws java.lang.Exception
Throws:
java.lang.Exception

dispose

void dispose(int nbAttemp,
             long delayMillis)


Copyright © 2008. All Rights Reserved.