Groovy Documentation

src.java.org.grails.xfire
Class GroovyBeanInvoker

java.lang.Object
  org.codehaus.xfire.service.invoker.AbstractInvoker
      org.codehaus.xfire.service.invoker.BeanInvoker
          src.java.org.grails.xfire.GroovyBeanInvoker

class GroovyBeanInvoker
extends org.codehaus.xfire.service.invoker.BeanInvoker

Constructor Summary
GroovyBeanInvoker(java.lang.Object serviceBean)

 
Method Summary
java.lang.Object invoke(Method method, java.lang.Object[] args, MessageContext context)

 
Methods inherited from class org.codehaus.xfire.service.invoker.BeanInvoker
getServiceObject, invoke, getContext, getMostSpecificMethod, isJdkDynamicProxy, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class org.codehaus.xfire.service.invoker.AbstractInvoker
invoke, getContext, getMostSpecificMethod, getServiceObject, isJdkDynamicProxy, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

GroovyBeanInvoker

public GroovyBeanInvoker(java.lang.Object serviceBean)


 
Method Detail

invoke

public java.lang.Object invoke(Method method, java.lang.Object[] args, MessageContext context)


 

Groovy Documentation