Uses of Class
org.apache.cxf.ws.rm.SequenceFault
-
Packages that use SequenceFault Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.soap -
-
Uses of SequenceFault in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with parameters of type SequenceFault Modifier and Type Method Description org.apache.cxf.headers.Header
EncoderDecoder. buildHeaderFault(SequenceFault sf)
Builds an element containing a WS-RM Fault.protected abstract Object
EncoderDecoder. buildHeaderFaultObject(SequenceFault sf)
Build a header fault, using the correct protocol variation.protected Object
EncoderDecoder10AImpl. buildHeaderFaultObject(SequenceFault sf)
protected Object
EncoderDecoder10Impl. buildHeaderFaultObject(SequenceFault sf)
protected Object
EncoderDecoder11Impl. buildHeaderFaultObject(SequenceFault sf)
org.apache.cxf.interceptor.Fault
BindingFaultFactory. createFault(SequenceFault sf, org.apache.cxf.message.Message msg)
Methods in org.apache.cxf.ws.rm that throw SequenceFault Modifier and Type Method Description void
Destination. acknowledge(org.apache.cxf.message.Message message)
Acknowledges receipt of a message.void
DestinationSequence. acknowledge(org.apache.cxf.message.Message message)
protected abstract void
AbstractRMInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMCaptureInInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMCaptureOutInterceptor. handle(org.apache.cxf.message.Message msg)
void
RMDeliveryInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMInInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMOutInterceptor. handle(org.apache.cxf.message.Message msg)
-
Uses of SequenceFault in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap with parameters of type SequenceFault Modifier and Type Method Description org.apache.cxf.interceptor.Fault
SoapFaultFactory. createFault(SequenceFault sf, org.apache.cxf.message.Message msg)
static void
RMSoapOutInterceptor. encodeFault(org.apache.cxf.binding.soap.SoapMessage message, SequenceFault sf)
Encode the SequenceFault in protocol-specific header.
-