Package | Description |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.soap |
Modifier and Type | Method and Description |
---|---|
void |
EncoderDecoder11Impl.buildHeaderFault(SequenceFault sf,
Element header,
Marshaller marshaller) |
protected abstract void |
EncoderDecoder.buildHeaderFault(SequenceFault sf,
Element header,
Marshaller marshaller)
Build a header fault, using the correct protocol variation.
|
void |
EncoderDecoder10AImpl.buildHeaderFault(SequenceFault sf,
Element header,
Marshaller marshaller) |
void |
EncoderDecoder10Impl.buildHeaderFault(SequenceFault sf,
Element header,
Marshaller marshaller) |
Element |
EncoderDecoder.buildHeaderFault(SequenceFault sf,
QName qname)
Builds an element containing a WS-RM Fault.
|
org.apache.cxf.interceptor.Fault |
BindingFaultFactory.createFault(SequenceFault sf,
org.apache.cxf.message.Message msg) |
Modifier and Type | Method and Description |
---|---|
void |
Destination.acknowledge(org.apache.cxf.message.Message message)
Acknowledges receipt of a message.
|
void |
DestinationSequence.acknowledge(org.apache.cxf.message.Message message) |
void |
RMDeliveryInterceptor.handle(org.apache.cxf.message.Message message) |
protected void |
RMCaptureInInterceptor.handle(org.apache.cxf.message.Message message) |
protected abstract void |
AbstractRMInterceptor.handle(org.apache.cxf.message.Message message) |
protected void |
RMCaptureOutInterceptor.handle(org.apache.cxf.message.Message msg) |
protected void |
RMInInterceptor.handle(org.apache.cxf.message.Message message) |
protected void |
RMOutInterceptor.handle(org.apache.cxf.message.Message msg) |
Modifier and Type | Method and 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.
|
Apache CXF