Package | Description |
---|---|
org.apache.cxf.binding.soap | |
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.soap | |
org.apache.cxf.ws.security.wss4j |
Modifier and Type | Class and Description |
---|---|
class |
SoapHeader |
Modifier and Type | Method and Description |
---|---|
Header |
SoapMessage.getHeader(QName qn) |
Modifier and Type | Method and Description |
---|---|
List<Header> |
SoapMessage.getHeaders() |
Modifier and Type | Method and Description |
---|---|
Header |
EncoderDecoder.buildHeaderFault(SequenceFault sf)
Builds an element containing a WS-RM Fault.
|
Modifier and Type | Method and Description |
---|---|
void |
EncoderDecoder.buildHeaders(RMProperties rmps,
List<Header> headers)
Builds an element containing WS-RM headers.
|
protected abstract void |
EncoderDecoder.buildHeaders(SequenceType seq,
Collection<SequenceAcknowledgement> acks,
Collection<AckRequestedType> reqs,
boolean last,
List<Header> headers)
Build all required headers, using the correct protocol variation.
|
protected void |
EncoderDecoder10AImpl.buildHeaders(SequenceType seq,
Collection<SequenceAcknowledgement> acks,
Collection<AckRequestedType> reqs,
boolean last,
List<Header> headers) |
protected void |
EncoderDecoder11Impl.buildHeaders(SequenceType seq,
Collection<SequenceAcknowledgement> acks,
Collection<AckRequestedType> reqs,
boolean last,
List<Header> headers) |
protected void |
EncoderDecoder10Impl.buildHeaders(SequenceType seq,
Collection<SequenceAcknowledgement> acks,
Collection<AckRequestedType> reqs,
boolean last,
List<Header> headers) |
Modifier and Type | Method and Description |
---|---|
void |
RMSoapInInterceptor.decodeHeaders(SoapMessage message,
List<Header> headers,
RMProperties rmps) |
Modifier and Type | Method and Description |
---|---|
protected Header |
AbstractTokenInterceptor.findSecurityHeader(SoapMessage message,
boolean create) |
Apache CXF