public abstract class Invoker extends Object
| Constructor and Description |
|---|
Invoker() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
inject(WebServiceContext webServiceContext) |
abstract Object |
invoke(Method m,
Object... args) |
public abstract void inject(WebServiceContext webServiceContext) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
public abstract Object invoke(Method m, Object... args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.