java.lang.Object
com.sun.xml.ws.server.sei.Invoker
- Direct Known Subclasses:
Invoker
Hides the detail of calling into application implementations.
- Since:
- 2.2.6
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Invoker
public Invoker()Default constructor.
-
-
Method Details
-
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
-