Uses of Class
org.apache.cxf.ws.rm.SequenceFault
Packages that use SequenceFault
-
Uses of SequenceFault in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with parameters of type SequenceFaultModifier and TypeMethodDescriptionEncoderDecoder.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) BindingFaultFactory.createFault(SequenceFault sf, Message msg) Methods in org.apache.cxf.ws.rm that throw SequenceFaultModifier and TypeMethodDescriptionvoidDestination.acknowledge(Message message) Acknowledges receipt of a message.voidDestinationSequence.acknowledge(Message message) protected abstract voidprotected voidprotected voidvoidprotected voidprotected void -
Uses of SequenceFault in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap with parameters of type SequenceFaultModifier and TypeMethodDescriptionSoapFaultFactory.createFault(SequenceFault sf, Message msg) static voidRMSoapOutInterceptor.encodeFault(SoapMessage message, SequenceFault sf) Encode the SequenceFault in protocol-specific header.