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

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

public class InvocationHandlerFactory
extends java.lang.Object


Field Summary
static java.lang.String JCA_HANDLERS_RESOURCE
           
 
Constructor Summary
InvocationHandlerFactory(Bus b, CXFManagedConnection connection)
           
 
Method Summary
 CXFInvocationHandler createHandlers(java.lang.Object target, javax.security.auth.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 java.lang.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(java.lang.Object target,
                                           javax.security.auth.Subject subject)
                                    throws ResourceAdapterInternalException
Throws:
ResourceAdapterInternalException


Apache CXF