org.codehaus.wadi.servicespace.basic
Class ServiceInvocationListener

java.lang.Object
  extended by org.codehaus.wadi.servicespace.basic.ServiceInvocationListener
All Implemented Interfaces:
EnvelopeListener

public class ServiceInvocationListener
extends java.lang.Object
implements EnvelopeListener

Version:
$Revision: $

Constructor Summary
ServiceInvocationListener(ServiceSpace serviceSpace, ClassIndexerRegistry classIndexerRegistry, EnvelopeListener next)
           
 
Method Summary
protected  InvocationResult invokeServiceMethod(java.lang.Object service, InvocationInfo invMetaData)
           
 void onEnvelope(Envelope message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInvocationListener

public ServiceInvocationListener(ServiceSpace serviceSpace,
                                 ClassIndexerRegistry classIndexerRegistry,
                                 EnvelopeListener next)
Method Detail

onEnvelope

public void onEnvelope(Envelope message)
Specified by:
onEnvelope in interface EnvelopeListener

invokeServiceMethod

protected InvocationResult invokeServiceMethod(java.lang.Object service,
                                               InvocationInfo invMetaData)


Copyright © 2011. All Rights Reserved.