|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.server.sei.Invoker
public abstract class Invoker
Hides the detail of calling into application implementations.
| Constructor Summary | |
|---|---|
Invoker()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
invoke(Packet p,
java.lang.reflect.Method m,
java.lang.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 |
|---|
public Invoker()
| Method Detail |
|---|
public abstract java.lang.Object invoke(@NotNull
Packet p,
@NotNull
java.lang.reflect.Method m,
@NotNull
java.lang.Object... args)
throws java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||