Apache CXF API

org.apache.cxf.jca.cxf.handlers
Class InvocationHandlerFactory

java.lang.Object
  extended by org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactory

public class InvocationHandlerFactory
extends Object


Field Summary
static String JCA_HANDLERS_RESOURCE
           
 
Constructor Summary
InvocationHandlerFactory(Bus b, CXFManagedConnection connection)
           
 
Method Summary
 CXFInvocationHandler createHandlers(Object target, Subject subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Apache CXF API

Apache CXF