Package org.apache.cxf.ws.rm
Interface BindingFaultFactory
-
- All Known Implementing Classes:
SoapFaultFactory
public interface BindingFaultFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.cxf.interceptor.Fault
createFault(SequenceFault sf, org.apache.cxf.message.Message msg)
String
toString(org.apache.cxf.interceptor.Fault f)
-
-
-
Method Detail
-
createFault
org.apache.cxf.interceptor.Fault createFault(SequenceFault sf, org.apache.cxf.message.Message msg)
-
toString
String toString(org.apache.cxf.interceptor.Fault f)
-
-