Apache CXF API

org.apache.cxf.jca.cxf
Interface CXFInvocationHandler

All Superinterfaces:
InvocationHandler
All Known Implementing Classes:
InvokingInvocationHandler, ObjectMethodInvocationHandler, ProxyInvocationHandler

public interface CXFInvocationHandler
extends InvocationHandler


Method Summary
 CXFInvocationHandlerData getData()
           
 CXFInvocationHandler getNext()
           
 void setNext(CXFInvocationHandler next)
           
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

setNext

void setNext(CXFInvocationHandler next)

getNext

CXFInvocationHandler getNext()

getData

CXFInvocationHandlerData getData()

Apache CXF API

Apache CXF