org.apache.cxf.jca.cxf
Interface CXFInvocationHandler
- All Superinterfaces:
- java.lang.reflect.InvocationHandler
- All Known Implementing Classes:
- InvokingInvocationHandler, ObjectMethodInvocationHandler, ProxyInvocationHandler
public interface CXFInvocationHandler
- extends java.lang.reflect.InvocationHandler
Methods inherited from interface java.lang.reflect.InvocationHandler |
invoke |
setNext
void setNext(CXFInvocationHandler next)
getNext
CXFInvocationHandler getNext()
getData
CXFInvocationHandlerData getData()
Apache CXF