Uses of Class
com.sun.xml.ws.api.message.HeaderList
-
Packages that use HeaderList Package Description com.sun.xml.ws.api.addressing com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message. -
-
Uses of HeaderList in com.sun.xml.ws.api.addressing
Methods in com.sun.xml.ws.api.addressing with parameters of type HeaderList Modifier and Type Method Description voidWSEndpointReference. 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 HeaderList Modifier and Type Method Description static 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 HeaderList Modifier and Type Method Description static HeaderListHeaderList. copy(HeaderList original)Creates a copy.Constructors in com.sun.xml.ws.api.message with parameters of type HeaderList Constructor Description HeaderList(HeaderList that)Copy constructor.
-