|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HeaderList | |
|---|---|
| com.sun.xml.ws.api.addressing | |
| com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
| com.sun.xml.ws.security.message.stream | |
| com.sun.xml.ws.security.opt.impl.incoming | |
| com.sun.xml.ws.security.opt.impl.message | |
| Uses of HeaderList in com.sun.xml.ws.api.addressing |
|---|
| Methods in com.sun.xml.ws.api.addressing with parameters of type HeaderList | |
|---|---|
void |
WSEndpointReference.addReferenceParameters(HeaderList headers)
Copies all the reference parameters from the given HeaderList
to this EPR |
void |
WSEndpointReference.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 | |
|---|---|
static HeaderList |
HeaderList.copy(HeaderList original)
Creates a copy. |
static HeaderList |
HeaderList.copy(MessageHeaders original)
Creates a copy. |
| Methods in com.sun.xml.ws.api.message with parameters of type HeaderList | |
|---|---|
static HeaderList |
HeaderList.copy(HeaderList original)
Creates a copy. |
| Constructors in com.sun.xml.ws.api.message with parameters of type HeaderList | |
|---|---|
HeaderList(HeaderList that)
Copy constructor. |
|
| Uses of HeaderList in com.sun.xml.ws.security.message.stream |
|---|
| Methods in com.sun.xml.ws.security.message.stream that return HeaderList | |
|---|---|
HeaderList |
LazyStreamBasedMessage.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 | |
|---|---|
HeaderList |
VerifiedStreamMessage.getHeaders()
|
| Uses of HeaderList in com.sun.xml.ws.security.opt.impl.message |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.message that return HeaderList | |
|---|---|
HeaderList |
MessageWrapper.getHeaders()
Gets all the headers of this message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||