org.jboss.wsf.spi.invocation
Class InvocationHandler

java.lang.Object
  extended by org.jboss.wsf.spi.invocation.InvocationHandler

public abstract class InvocationHandler
extends java.lang.Object

Handles invocations on endpoints.

Since:
25-Apr-2007
Author:
Thomas.Diesler@jboss.org, Heiko.Braun@jboss.com

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

InvocationHandler

public InvocationHandler()
Method Detail

createInvocation

public abstract Invocation createInvocation()
Create a container specific invocation


invoke

public abstract void invoke(Endpoint ep,
                            Invocation inv)
                     throws java.lang.Exception
Invoke the the service endpoint

Throws:
java.lang.Exception

init

public abstract void init(Endpoint ep)
Initilize the invocation handler


handleInvocationException

protected void handleInvocationException(java.lang.Throwable th)
                                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.