Uses of Class
com.sun.xml.ws.api.message.HeaderList
Packages that use HeaderList
-
Uses of HeaderList in com.sun.xml.ws.api.addressing
Methods in com.sun.xml.ws.api.addressing with parameters of type HeaderListModifier and TypeMethodDescriptionvoidWSEndpointReference.addReferenceParameters(HeaderList headers) Copies all the reference parameters from the givenHeaderListto this EPRvoidWSEndpointReference.addReferenceParametersToList(HeaderList outbound) Deprecated.- use addReferenceParametersToList(MessageHeaders) -
Uses of HeaderList in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return HeaderListModifier and TypeMethodDescriptionstatic HeaderListHeaderList.copy(HeaderList original) Creates a copy.static HeaderListHeaderList.copy(MessageHeaders original) Creates a copy.Methods in com.sun.xml.ws.api.message with parameters of type HeaderListModifier and TypeMethodDescriptionstatic HeaderListHeaderList.copy(HeaderList original) Creates a copy.Constructors in com.sun.xml.ws.api.message with parameters of type HeaderList -
Uses of HeaderList in com.sun.xml.ws.security.message.stream
Methods in com.sun.xml.ws.security.message.stream that return HeaderListModifier and TypeMethodDescriptionLazyStreamBasedMessage.getHeaders()Gets all the headers of this message. -
Uses of HeaderList in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming that return HeaderList -
Uses of HeaderList in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message that return HeaderListModifier and TypeMethodDescriptionMessageWrapper.getHeaders()Gets all the headers of this message.