de.fzj.unicore.wsrflite.xfire
Class WSRFInvoker
java.lang.Object
org.codehaus.xfire.service.invoker.AbstractInvoker
de.fzj.unicore.wsrflite.xfire.WSRFInvoker
- All Implemented Interfaces:
- org.codehaus.xfire.service.invoker.Invoker
public class WSRFInvoker
- extends org.codehaus.xfire.service.invoker.AbstractInvoker
an XFire Invoker for WSRF services
- Author:
- schuller
| Methods inherited from class org.codehaus.xfire.service.invoker.AbstractInvoker |
getContext, getMostSpecificMethod, isJdkDynamicProxy |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
LOCALCALLKEY
public static final String LOCALCALLKEY
LOCKEDKEY
public static final String LOCKEDKEY
WSRFInvoker
public WSRFInvoker()
getAccessControlChecker
public AccessControlInterceptor getAccessControlChecker()
setAccessControlChecker
public void setAccessControlChecker(AccessControlInterceptor aci)
getServiceObject
public Object getServiceObject(org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Creates and returns a service object
- Specified by:
getServiceObject in class org.codehaus.xfire.service.invoker.AbstractInvoker
- Throws:
org.codehaus.xfire.fault.XFireFault
invoke
public Object invoke(Method method,
Object[] params,
org.codehaus.xfire.MessageContext ctx)
throws org.codehaus.xfire.fault.XFireFault
- Specified by:
invoke in interface org.codehaus.xfire.service.invoker.Invoker- Overrides:
invoke in class org.codehaus.xfire.service.invoker.AbstractInvoker
- Throws:
org.codehaus.xfire.fault.XFireFault
isLocalCall
protected boolean isLocalCall(org.codehaus.xfire.MessageContext ctx)
Copyright © 2010. All Rights Reserved.