com.sun.xml.ws.server.sei
Class Invoker

java.lang.Object
  extended by com.sun.xml.ws.server.sei.Invoker
Direct Known Subclasses:
Invoker

public abstract class Invoker
extends Object

Hides the detail of calling into application implementations.

Since:
2.2.6

Constructor Summary
Invoker()
           
 
Method Summary
abstract  Object invoke(Packet p, Method m, Object... args)
          Wrapper for reflection invoke that allows containers to adapt
 
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

invoke

public abstract Object invoke(@NotNull
                              Packet p,
                              @NotNull
                              Method m,
                              @NotNull
                              Object... args)
                       throws InvocationTargetException,
                              IllegalAccessException
Wrapper for reflection invoke that allows containers to adapt

Throws:
InvocationTargetException
IllegalAccessException


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.