Apache CXF API

Uses of Class
org.apache.cxf.interceptor.Fault

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. 
 

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 that throw Fault
 void Interceptor.handleMessage(T message)
          Intercepts a message.
 


Apache CXF API

Apache CXF