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.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)org.apache.cxf.interceptor.FaultBindingFaultFactory. createFault(SequenceFault sf, org.apache.cxf.message.Message msg)Methods in org.apache.cxf.ws.rm that throw SequenceFault Modifier and Type Method Description voidDestination. acknowledge(org.apache.cxf.message.Message message)Acknowledges receipt of a message.voidDestinationSequence. acknowledge(org.apache.cxf.message.Message message)protected abstract voidAbstractRMInterceptor. handle(org.apache.cxf.message.Message message)protected voidRMCaptureInInterceptor. handle(org.apache.cxf.message.Message message)protected voidRMCaptureOutInterceptor. handle(org.apache.cxf.message.Message msg)voidRMDeliveryInterceptor. handle(org.apache.cxf.message.Message message)protected voidRMInInterceptor. handle(org.apache.cxf.message.Message message)protected voidRMOutInterceptor. 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.FaultSoapFaultFactory. createFault(SequenceFault sf, org.apache.cxf.message.Message msg)static voidRMSoapOutInterceptor. encodeFault(org.apache.cxf.binding.soap.SoapMessage message, SequenceFault sf)Encode the SequenceFault in protocol-specific header.
-