org.codehaus.wadi.servicespace.basic
Class ServiceInvocationListener
java.lang.Object
org.codehaus.wadi.servicespace.basic.ServiceInvocationListener
- All Implemented Interfaces:
- ServiceEndpoint
public class ServiceInvocationListener
- extends java.lang.Object
- implements ServiceEndpoint
- Version:
- $Revision: $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceInvocationListener
public ServiceInvocationListener(ServiceSpace serviceSpace,
ClassIndexerRegistry classIndexerRegistry)
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
handleServiceMessage
protected void handleServiceMessage(ServiceName serviceName,
Envelope request)
invokeServiceMethod
protected InvocationResult invokeServiceMethod(java.lang.Object service,
InvocationInfo invMetaData)
Copyright © 2010. All Rights Reserved.