Package org.jboss.wsf.spi.invocation
Class InvocationHandlerFactory
- java.lang.Object
-
- org.jboss.wsf.spi.invocation.InvocationHandlerFactory
-
public abstract class InvocationHandlerFactory extends Object
Creates invocation related artefacts.- Author:
- Heiko.Braun@jboss.com Created: Jul 19, 2007
-
-
Constructor Summary
Constructors Constructor Description InvocationHandlerFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract InvocationHandlernewInvocationHandler(InvocationType type)
-
-
-
Method Detail
-
newInvocationHandler
public abstract InvocationHandler newInvocationHandler(InvocationType type)
-
-