public abstract class Invoker extends Object
public abstract void inject(WebServiceContext webServiceContext) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
public abstract Object invoke(Method m, Object... args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.