Uses of Interface
com.sun.xml.ws.api.message.Header
Packages that use Header
Package
Description
Message and related abstractions that represent a SOAP message.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
Message implementations.Message implementation for JAXB.-
Uses of Header in com.sun.xml.ws.api.addressing
Methods in com.sun.xml.ws.api.addressing that return HeaderModifier and TypeMethodDescriptionWSEndpointReference.createHeader(QName rootTagName) Returns aHeaderthat wraps thisWSEndpointReference. -
Uses of Header in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return HeaderModifier and TypeMethodDescriptionstatic HeaderHeaders.create(SOAPVersion soapVersion, XMLStreamReader reader) Creates a newHeaderthat reads fromXMLStreamReader.static HeaderHeaders.create(BindingContext context, Object o) static Headerstatic HeaderCreates aHeaderbacked a by a JAXB bean.static HeaderHeaders.create(jakarta.xml.soap.SOAPHeaderElement header) Creates a newHeaderbacked by a SAAJ object.static HeaderCreates a newHeaderthat that has a single text value in it (IOW, of the form <foo>text</foo>.)static Headerstatic HeaderHeaders.createMustUnderstand(SOAPVersion soapVersion, QName name, String value) Creates a newHeaderthat that has a single text value in it (IOW, of the form <foo>text</foo>.)HeaderList.get(int index) Gets theHeaderat the specified index.Gets the firstHeaderof the specified name.Gets the firstHeaderof the specified name.static HeaderAddressingUtils.getFirstHeader(MessageHeaders headers, QName name, boolean markUnderstood, SOAPVersion sv) HeaderList.remove(int index) Removes the firstHeaderof the specified name.Removes the firstHeaderof the specified name.Removes the firstHeaderof the specified name.protected HeaderHeaderList.removeInternal(int index) Methods in com.sun.xml.ws.api.message that return types with arguments of type HeaderModifier and TypeMethodDescriptionHeaderList.asList()MessageHeaders.asList()ReturnsHeaderinstances in aList.HeaderList.getHeaders()HeaderList.getHeaders(String nsUri, boolean markAsUnderstood) Gets an iteration of headersHeaderin the specified namespace, including duplicates (if any.)HeaderList.getHeaders(String nsUri, String localName, boolean markAsUnderstood) Gets all theHeaders of the specified name, including duplicates (if any.)HeaderList.getHeaders(QName headerName, boolean markAsUnderstood) MessageHeaders.getHeaders()MessageHeaders.getHeaders(String nsUri, boolean markAsUnderstood) Get all headers in specified namespaceMessageHeaders.getHeaders(String nsUri, String localName, boolean markAsUnderstood) MessageHeaders.getHeaders(QName headerName, boolean markAsUnderstood) Methods in com.sun.xml.ws.api.message with parameters of type HeaderModifier and TypeMethodDescriptionbooleanAdds a newHeader.booleanvoidDeprecated.throws UnsupportedOperationException from some HeaderList implementations - better iterate over items one by oneprotected voidHeaderList.addInternal(int index, Header header) booleanHeaderList.addOrReplace(Header header) booleanMessageHeaders.addOrReplace(Header header) booleanHeaderList.isUnderstood(Header header) booleanMessageHeaders.isUnderstood(Header header) True if the header has been explicitly marked understood, false otherwisevoidvoidvoidHeaderList.understood(Header header) Deprecated.By the definition ofArrayList, this operation requires O(n) search of the array, and thus inherently inefficient.voidMessageHeaders.understood(Header header) -
Uses of Header in com.sun.xml.ws.api.message.saaj
Methods in com.sun.xml.ws.api.message.saaj that return HeaderModifier and TypeMethodDescriptionMethods in com.sun.xml.ws.api.message.saaj that return types with arguments of type HeaderModifier and TypeMethodDescriptionSAAJMessageHeaders.asList()SAAJMessageHeaders.getHeaders()SAAJMessageHeaders.getHeaders(String nsUri, boolean markAsUnderstood) SAAJMessageHeaders.getHeaders(String nsUri, String localName, boolean markAsUnderstood) SAAJMessageHeaders.getHeaders(QName headerName, boolean markAsUnderstood) Methods in com.sun.xml.ws.api.message.saaj with parameters of type HeaderModifier and TypeMethodDescriptionbooleanbooleanSAAJMessageHeaders.addOrReplace(Header header) booleanSAAJMessageHeaders.isUnderstood(Header header) voidvoidSAAJMessageHeaders.understood(Header header) -
Uses of Header in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return types with arguments of type HeaderMethods in com.sun.xml.ws.client with parameters of type HeaderMethod parameters in com.sun.xml.ws.client with type arguments of type Header -
Uses of Header in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer that return types with arguments of type HeaderModifier and TypeMethodDescriptionWSBindingProvider.getInboundHeaders()EPRRecipe.getReferenceParameters()Gets all the reference parameters added so far.Methods in com.sun.xml.ws.developer with parameters of type HeaderModifier and TypeMethodDescriptionEPRRecipe.addReferenceParameter(Header h) Adds a new reference parameter.EPRRecipe.addReferenceParameters(Header... headers) Adds all the headers as reference parameters.voidWSBindingProvider.setOutboundHeaders(Header... headers) Sets the out-bound headers to be added to messages sent from thisBindingProvider.Method parameters in com.sun.xml.ws.developer with type arguments of type HeaderModifier and TypeMethodDescriptionEPRRecipe.addReferenceParameters(Iterable<? extends Header> headers) Adds all the headers as reference parameters.voidWSBindingProvider.setOutboundHeaders(List<Header> headers) Sets the out-bound headers to be added to messages sent from thisBindingProvider. -
Uses of Header in com.sun.xml.ws.message
Classes in com.sun.xml.ws.message that implement HeaderModifier and TypeClassDescriptionclassPartial default implementation ofHeader.classHeaderimplementation for a DOM.classclassHeaderthat represents <wsa:ProblemAction>final classWS-Addressing <RelatesTo$gt; header.classHeaderthat has a single text value in it (IOW, of the form <foo>text</foo>.) -
Uses of Header in com.sun.xml.ws.message.jaxb
Classes in com.sun.xml.ws.message.jaxb that implement HeaderModifier and TypeClassDescriptionfinal classHeaderwhose physical data representation is a JAXB bean. -
Uses of Header in com.sun.xml.ws.message.saaj
Classes in com.sun.xml.ws.message.saaj that implement Header -
Uses of Header in com.sun.xml.ws.message.stream
Classes in com.sun.xml.ws.message.stream that implement HeaderModifier and TypeClassDescriptionfinal classUsed to represent outbound header created fromXMLStreamBuffer.classHeaderwhose physical data representation is an XMLStreamBuffer.classStreamHeaderfor SOAP 1.1.classStreamHeaderfor SOAP 1.2.Methods in com.sun.xml.ws.message.stream that return HeaderModifier and TypeMethodDescriptionStreamMessage.StreamHeaderDecoder.decodeHeader(XMLStreamReader reader, com.sun.xml.stream.buffer.XMLStreamBuffer mark)