Package org.apache.cxf.jca.cxf.handlers
Class InvocationHandlerFactory
- java.lang.Object
-
- org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactory
-
public class InvocationHandlerFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJCA_HANDLERS_RESOURCE
-
Constructor Summary
Constructors Constructor Description InvocationHandlerFactory(Bus b, CXFManagedConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CXFInvocationHandlercreateHandlers(Object target, Subject subject)
-
-
-
Field Detail
-
JCA_HANDLERS_RESOURCE
public static final String JCA_HANDLERS_RESOURCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvocationHandlerFactory
public InvocationHandlerFactory(Bus b, CXFManagedConnection connection) throws ResourceAdapterInternalException
- Throws:
ResourceAdapterInternalException
-
-
Method Detail
-
createHandlers
public CXFInvocationHandler createHandlers(Object target, Subject subject) throws ResourceAdapterInternalException
- Throws:
ResourceAdapterInternalException
-
-