Package | Description |
---|---|
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.encoding.xml | |
com.sun.xml.ws.handler | |
com.sun.xml.ws.message |
Message implementations. |
com.sun.xml.ws.message.jaxb |
Message implementation for JAXB. |
com.sun.xml.ws.message.saaj | |
com.sun.xml.ws.message.source | |
com.sun.xml.ws.message.stream |
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
static HeaderList |
HeaderList.copy(HeaderList original)
Creates a copy.
|
(package private) HeaderList |
Packet.getHeaderList()
Deprecated.
This method is for exposing header list through
PropertySet.get(Object) ,
for user applications, and should never be invoked directly from within the JAX-WS RI. |
HeaderList |
MessageWrapper.getHeaders()
Deprecated.
|
abstract HeaderList |
Message.getHeaders()
Deprecated.
|
HeaderList |
FilterMessageImpl.getHeaders()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HeaderList |
HeaderList.copy(HeaderList original)
Creates a copy.
|
Constructor and Description |
---|
HeaderList(HeaderList that)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
HeaderList |
XMLMessage.XMLMultiPart.getHeaders() |
HeaderList |
XMLMessage.UnknownContent.getHeaders() |
Modifier and Type | Method and Description |
---|---|
Message |
LogicalMessageImpl.getMessage(HeaderList headers,
AttachmentSet attachments,
WSBinding binding)
This should be called by first checking if the payload is modified.
|
Modifier and Type | Method and Description |
---|---|
HeaderList |
EmptyMessageImpl.getHeaders() |
HeaderList |
DOMMessage.getHeaders() |
Constructor and Description |
---|
DOMMessage(SOAPVersion ver,
HeaderList headers,
Element payload) |
DOMMessage(SOAPVersion ver,
HeaderList headers,
Element payload,
AttachmentSet attachments) |
EmptyMessageImpl(HeaderList headers,
AttachmentSet attachmentSet,
SOAPVersion version) |
Modifier and Type | Method and Description |
---|---|
HeaderList |
JAXBMessage.getHeaders() |
HeaderList |
JAXBDispatchMessage.getHeaders() |
Modifier and Type | Method and Description |
---|---|
static Message |
JAXBMessage.create(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion,
HeaderList headers,
AttachmentSet attachments) |
Modifier and Type | Method and Description |
---|---|
HeaderList |
SAAJMessage.getHeaders() |
Modifier and Type | Method and Description |
---|---|
HeaderList |
ProtocolSourceMessage.getHeaders()
Deprecated.
- use getMessageHeaders() instead
|
Constructor and Description |
---|
PayloadSourceMessage(HeaderList headers,
Source payload,
AttachmentSet attSet,
SOAPVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
HeaderList |
StreamMessage.getHeaders() |
HeaderList |
PayloadStreamReaderMessage.getHeaders()
Deprecated.
- use getMessageHeaders() instead
|
Constructor and Description |
---|
PayloadStreamReaderMessage(HeaderList headers,
javax.xml.stream.XMLStreamReader reader,
AttachmentSet attSet,
SOAPVersion soapVersion) |
StreamMessage(HeaderList headers,
AttachmentSet attachmentSet,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a
StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
HeaderList headers,
String bodyPrologue,
TagInfoset bodyTag,
String bodyEpilogue,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion) |
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
HeaderList headers,
TagInfoset bodyTag,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a
StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.