| Package | Description |
|---|---|
| org.apache.cxf.jca.cxf | |
| org.apache.cxf.jca.cxf.handlers |
| Modifier and Type | Method and Description |
|---|---|
CXFInvocationHandler |
CXFInvocationHandler.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CXFInvocationHandler.setNext(CXFInvocationHandler next) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvokingInvocationHandler
delegates invocations to the target object
|
class |
ObjectMethodInvocationHandler
Handles invocations for methods defined on java.lang.Object, like hashCode,
toString and equals
|
class |
ProxyInvocationHandler
The object returned to the application
implement close and equals for the proxy
|
| Modifier and Type | Method and Description |
|---|---|
CXFInvocationHandler |
InvocationHandlerFactory.createHandlers(Object target,
Subject subject) |
Apache CXF