it.imolinfo.jbi4ejb.runtime
Class ProviderServiceInvoker

java.lang.Object
  extended by it.imolinfo.jbi4ejb.runtime.ProviderServiceInvoker
All Implemented Interfaces:
org.codehaus.xfire.service.invoker.Invoker

public class ProviderServiceInvoker
extends java.lang.Object
implements org.codehaus.xfire.service.invoker.Invoker

The Service invoker, wraps th eEJBProxy call.

Author:
Marco Piraccini

Constructor Summary
ProviderServiceInvoker(ProviderServiceDescriptor serviceDescriptor)
          Creates the ProviderServiceInvoker.
 
Method Summary
 java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object[] args, org.codehaus.xfire.MessageContext messageContext)
          The service class invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderServiceInvoker

public ProviderServiceInvoker(ProviderServiceDescriptor serviceDescriptor)
Creates the ProviderServiceInvoker.

Parameters:
serviceDescriptor - the service descriptor
Method Detail

invoke

public java.lang.Object invoke(java.lang.reflect.Method method,
                               java.lang.Object[] args,
                               org.codehaus.xfire.MessageContext messageContext)
                        throws org.codehaus.xfire.fault.XFireFault
The service class invocation.

Specified by:
invoke in interface org.codehaus.xfire.service.invoker.Invoker
Parameters:
method - The method to invoke.
args - The method params
messageContext - The message context
Returns:
the result Object
Throws:
org.codehaus.xfire.fault.XFireFault - the service fault


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.