Uses of Class
org.apache.cxf.headers.Header
-
Packages that use Header Package Description org.apache.cxf.binding.soap org.apache.cxf.ws.rm org.apache.cxf.ws.rm.soap org.apache.cxf.ws.security.wss4j -
-
Uses of Header in org.apache.cxf.binding.soap
Subclasses of Header in org.apache.cxf.binding.soap Modifier and Type Class Description classSoapHeaderMethods in org.apache.cxf.binding.soap that return Header Modifier and Type Method Description HeaderSoapMessage. getHeader(QName qn)Methods in org.apache.cxf.binding.soap that return types with arguments of type Header Modifier and Type Method Description List<Header>SoapMessage. getHeaders() -
Uses of Header in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Header Modifier and Type Method Description HeaderEncoderDecoder. buildHeaderFault(SequenceFault sf)Builds an element containing a WS-RM Fault.Method parameters in org.apache.cxf.ws.rm with type arguments of type Header Modifier and Type Method Description voidEncoderDecoder. buildHeaders(RMProperties rmps, List<Header> headers)Builds an element containing WS-RM headers.protected abstract voidEncoderDecoder. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<Header> headers)Build all required headers, using the correct protocol variation.protected voidEncoderDecoder10AImpl. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<Header> headers)protected voidEncoderDecoder10Impl. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<Header> headers)protected voidEncoderDecoder11Impl. buildHeaders(SequenceType seq, Collection<SequenceAcknowledgement> acks, Collection<AckRequestedType> reqs, boolean last, List<Header> headers) -
Uses of Header in org.apache.cxf.ws.rm.soap
Method parameters in org.apache.cxf.ws.rm.soap with type arguments of type Header Modifier and Type Method Description voidRMSoapInInterceptor. decodeHeaders(SoapMessage message, List<Header> headers, RMProperties rmps) -
Uses of Header in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return Header Modifier and Type Method Description protected HeaderAbstractTokenInterceptor. findSecurityHeader(SoapMessage message, boolean create)
-