|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.wsf.spi.invocation.InvocationHandler
public abstract class InvocationHandler
Handles invocations on endpoints.
Constructor Summary | |
---|---|
InvocationHandler()
|
Method Summary | |
---|---|
abstract Invocation |
createInvocation()
Create a container specific invocation |
protected void |
handleInvocationException(java.lang.Throwable th)
|
abstract void |
init(Endpoint ep)
Initilize the invocation handler |
abstract void |
invoke(Endpoint ep,
Invocation inv)
Invoke the the service endpoint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationHandler()
Method Detail |
---|
public abstract Invocation createInvocation()
public abstract void invoke(Endpoint ep, Invocation inv) throws java.lang.Exception
java.lang.Exception
public abstract void init(Endpoint ep)
protected void handleInvocationException(java.lang.Throwable th) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |