javax.xml.ws.spi
Class Invoker
java.lang.Object
javax.xml.ws.spi.Invoker
public abstract class Invoker
- extends Object
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invoker
public Invoker()
inject
public abstract void inject(WebServiceContext webServiceContext)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
invoke
public abstract Object invoke(Method m,
Object... args)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.