com.sun.xml.ws.server.sei
Class Invoker
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invoker
public Invoker()
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.