it.imolinfo.jbi4cics.webservices.runtime
Class ServiceInvoker

java.lang.Object
  extended by it.imolinfo.jbi4cics.webservices.runtime.ServiceInvoker
All Implemented Interfaces:
org.codehaus.xfire.service.invoker.Invoker

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

This class handle invokation of web services and forward in to a legacy service invokation.

Author:
raffaele

Constructor Summary
ServiceInvoker(ServiceDescriptor serviceDescriptor)
           
 
Method Summary
 java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object[] args, org.codehaus.xfire.MessageContext messageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInvoker

public ServiceInvoker(ServiceDescriptor serviceDescriptor)
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
Specified by:
invoke in interface org.codehaus.xfire.service.invoker.Invoker
Throws:
org.codehaus.xfire.fault.XFireFault


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