| Package | Description |
|---|---|
| org.apache.cxf.databinding | |
| org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
WrapperHelper.createWrapperObject(List<?> lst) |
Object |
AbstractWrapperHelper.createWrapperObject(List<?> lst) |
List<Object> |
WrapperHelper.getWrapperParts(Object o) |
List<Object> |
AbstractWrapperHelper.getWrapperParts(Object o) |
| Modifier and Type | Method and Description |
|---|---|
Fault |
Fault.setFaultCode(QName c) |
| Modifier and Type | Method and Description |
|---|---|
void |
Interceptor.handleMessage(T message)
Intercepts a message.
|
Apache CXF