|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
---|
public GroovyBeanInvoker(java.lang.Object serviceBean)
Method Detail |
---|
public java.lang.Object invoke(Method method, java.lang.Object[] args, MessageContext context)
Groovy Documentation