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 HeaderEncoderDecoder. buildHeaderFault(SequenceFault sf)Builds an element containing a WS-RM Fault.protected abstract ObjectEncoderDecoder. buildHeaderFaultObject(SequenceFault sf)Build a header fault, using the correct protocol variation.protected ObjectEncoderDecoder10AImpl. buildHeaderFaultObject(SequenceFault sf)protected ObjectEncoderDecoder10Impl. buildHeaderFaultObject(SequenceFault sf)protected ObjectEncoderDecoder11Impl. buildHeaderFaultObject(SequenceFault sf)FaultBindingFaultFactory. createFault(SequenceFault sf, Message msg)Methods in org.apache.cxf.ws.rm that throw SequenceFault Modifier and Type Method Description voidDestination. acknowledge(Message message)Acknowledges receipt of a message.voidDestinationSequence. acknowledge(Message message)protected abstract voidAbstractRMInterceptor. handle(Message message)protected voidRMCaptureInInterceptor. handle(Message message)protected voidRMCaptureOutInterceptor. handle(Message msg)voidRMDeliveryInterceptor. handle(Message message)protected voidRMInInterceptor. handle(Message message)protected voidRMOutInterceptor. handle(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 FaultSoapFaultFactory. createFault(SequenceFault sf, Message msg)static voidRMSoapOutInterceptor. encodeFault(SoapMessage message, SequenceFault sf)Encode the SequenceFault in protocol-specific header.
-