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(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, XMLStreamBuffer mark) -
Uses of Header in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime that return HeaderModifier and TypeMethodDescriptionprotected final HeaderWsrmProtocolHandler.createHeader(Object jaxbHeaderContent) abstract HeaderWsrmProtocolHandler.createSequenceFaultElementHeader(QName subcode, Detail detail) -
Uses of Header in com.sun.xml.ws.security.opt.impl.crypto
Constructors in com.sun.xml.ws.security.opt.impl.crypto with parameters of type HeaderModifierConstructorDescriptionJAXBDataImpl(Header header) JAXBDataImpl(Header header, boolean contentOnly, org.jvnet.staxex.NamespaceContextEx nsContext, jakarta.xml.bind.JAXBContext jcc) StreamHeaderData(Header header, boolean contentOnly, org.jvnet.staxex.NamespaceContextEx ns) Creates a new instance of HeaderData -
Uses of Header in com.sun.xml.ws.security.opt.impl.dsig
Methods in com.sun.xml.ws.security.opt.impl.dsig that return HeaderConstructors in com.sun.xml.ws.security.opt.impl.dsig with parameters of type HeaderModifierConstructorDescriptionSignedMessageHeader(Header header, String id, JAXBFilterProcessingContext context) Creates a new instance of SignedMessageHeader -
Uses of Header in com.sun.xml.ws.security.opt.impl.incoming
Classes in com.sun.xml.ws.security.opt.impl.incoming that implement Header -
Uses of Header in com.sun.xml.ws.security.opt.impl.message
Classes in com.sun.xml.ws.security.opt.impl.message that implement HeaderModifier and TypeClassDescriptionclassHeader represents any Header element that has its contents signed.classclassConstructors in com.sun.xml.ws.security.opt.impl.message with parameters of type Header -
Uses of Header in com.sun.xml.ws.tx.at.tube
Methods in com.sun.xml.ws.tx.at.tube that return types with arguments of type HeaderModifier and TypeMethodDescriptionWSATClient.doHandleRequest(TransactionalAttribute transactionalAttribute, Map<String, Object> map) WSATClientHelper.doHandleRequest(TransactionalAttribute transactionalAttribute, Map<String, Object> map) For outbound case, if transaction exists, suspend and store it and attach CoordinationContext to SOAP Header For return of outbound case, if suspend transaction exists, resume it -
Uses of Header in com.sun.xml.ws.tx.coord.common
Fields in com.sun.xml.ws.tx.coord.common declared as HeaderMethods in com.sun.xml.ws.tx.coord.common with parameters of type HeaderModifier and TypeMethodDescriptionprotected abstract CoordinationContextIFCoordinationContextBuilder._fromHeader(Header header) -
Uses of Header in com.sun.xml.ws.tx.coord.v10
Methods in com.sun.xml.ws.tx.coord.v10 with parameters of type HeaderModifier and TypeMethodDescriptionprotected CoordinationContextIFCoordinationContextBuilderImpl._fromHeader(Header header) -
Uses of Header in com.sun.xml.ws.tx.coord.v11
Methods in com.sun.xml.ws.tx.coord.v11 with parameters of type HeaderModifier and TypeMethodDescriptionprotected CoordinationContextIFCoordinationContextBuilderImpl._fromHeader(Header header)