|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fault | |
---|---|
org.apache.cxf.databinding | |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
org.apache.cxf.service.invoker |
Uses of Fault in org.apache.cxf.databinding |
---|
Methods in org.apache.cxf.databinding that throw Fault | |
---|---|
Object |
WrapperHelper.createWrapperObject(List<?> lst)
|
Object |
AbstractWrapperHelper.createWrapperObject(List<?> lst)
|
List<Object> |
WrapperHelper.getWrapperParts(Object o)
|
List<Object> |
AbstractWrapperHelper.getWrapperParts(Object o)
|
Uses of Fault in org.apache.cxf.interceptor |
---|
Methods in org.apache.cxf.interceptor that return Fault | |
---|---|
Fault |
Fault.setFaultCode(QName c)
|
Methods in org.apache.cxf.interceptor with parameters of type Fault | |
---|---|
protected void |
ClientFaultConverter.processFaultDetail(Fault fault,
Message msg)
|
Methods in org.apache.cxf.interceptor that throw Fault | |
---|---|
static XMLInputFactory |
StaxInInterceptor.getXMLInputFactory(Message m)
|
static XMLOutputFactory |
StaxOutInterceptor.getXMLOutputFactory(Message m)
|
void |
AbstractEndpointSelectionInterceptor.handleMessage(Message message)
|
void |
MessageSenderInterceptor.MessageSenderEndingInterceptor.handleMessage(Message message)
|
void |
StaxInEndingInterceptor.handleMessage(Message message)
|
void |
LoggingOutInterceptor.handleMessage(Message message)
|
void |
LoggingInInterceptor.handleMessage(Message message)
|
void |
WrappedOutInterceptor.WrappedOutEndingInterceptor.handleMessage(Message message)
|
void |
StaxOutEndingInterceptor.handleMessage(Message message)
|
void |
URIMappingInterceptor.handleMessage(Message message)
|
void |
FaultOutInterceptor.handleMessage(Message message)
|
void |
OneWayProcessorInterceptor.handleMessage(Message message)
|
void |
Interceptor.handleMessage(T message)
Intercepts a message. |
protected void |
LoggingInInterceptor.logging(Logger logger,
Message message)
|
Uses of Fault in org.apache.cxf.service.invoker |
---|
Methods in org.apache.cxf.service.invoker that return Fault | |
---|---|
protected Fault |
AbstractInvoker.createFault(Throwable ex,
Method m,
List<Object> params,
boolean checked)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |