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 java.lang.Object

Hides the detail of calling into application implementations.

Since:
2.2.6

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

Invoker

public Invoker()
Method Detail

invoke

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
Wrapper for reflection invoke that allows containers to adapt

Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException


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