org.jboss.wsf.spi.invocation
Class InvocationHandlerFactory

java.lang.Object
  extended by org.jboss.wsf.spi.invocation.InvocationHandlerFactory
All Implemented Interfaces:
SPIView

public abstract class InvocationHandlerFactory
extends java.lang.Object
implements SPIView

Creates invocation related artefacts.

Author:
Heiko.Braun@jboss.com Created: Jul 19, 2007

Constructor Summary
InvocationHandlerFactory()
           
 
Method Summary
abstract  InvocationHandler newInvocationHandler(InvocationType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationHandlerFactory

public InvocationHandlerFactory()
Method Detail

newInvocationHandler

public abstract InvocationHandler newInvocationHandler(InvocationType type)


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