Package org.apache.cxf.jca.cxf
Interface CXFInvocationHandler
-
- All Superinterfaces:
InvocationHandler
- All Known Implementing Classes:
InvokingInvocationHandler,ObjectMethodInvocationHandler,ProxyInvocationHandler
public interface CXFInvocationHandler extends InvocationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CXFInvocationHandlerDatagetData()CXFInvocationHandlergetNext()voidsetNext(CXFInvocationHandler next)-
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
-
-
-
Method Detail
-
setNext
void setNext(CXFInvocationHandler next)
-
getNext
CXFInvocationHandler getNext()
-
getData
CXFInvocationHandlerData getData()
-
-