javax.xml.ws.spi
Class Invoker

java.lang.Object
  extended by javax.xml.ws.spi.Invoker

public abstract class Invoker
extends Object

Since:
2.2

Constructor Summary
Invoker()
           
 
Method Summary
abstract  void inject(WebServiceContext webServiceContext)
           
abstract  Object invoke(Method m, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoker

public Invoker()
Method Detail

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.