org.codehaus.wadi.servicespace.basic
Class ServiceSpaceEndpoint

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

public class ServiceSpaceEndpoint
extends java.lang.Object
implements org.codehaus.wadi.group.ServiceEndpoint

Version:
$Revision: $

Constructor Summary
ServiceSpaceEndpoint(ServiceSpace serviceSpace, org.codehaus.wadi.group.EnvelopeListener messageListener)
           
 
Method Summary
 void dispatch(org.codehaus.wadi.group.Envelope envelope)
           
 void dispose(int nbAttemp, long delayMillis)
           
 boolean testDispatchEnvelope(org.codehaus.wadi.group.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,
                            org.codehaus.wadi.group.EnvelopeListener messageListener)
Method Detail

dispatch

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

dispose

public void dispose(int nbAttemp,
                    long delayMillis)
Specified by:
dispose in interface org.codehaus.wadi.group.ServiceEndpoint

testDispatchEnvelope

public boolean testDispatchEnvelope(org.codehaus.wadi.group.Envelope envelope)
Specified by:
testDispatchEnvelope in interface org.codehaus.wadi.group.ServiceEndpoint


Copyright © 2008. All Rights Reserved.