Message and related abstractions that represent a SOAP message.See: Description
| Interface | Description |
|---|---|
| Attachment |
Attachment.
|
| AttachmentEx |
Attachment extended interface exposing custom MIME headers.
|
| AttachmentEx.MimeHeader |
MIME header
|
| AttachmentSet |
A set of
Attachment on a Message. |
| Header |
A SOAP header.
|
| MessageHeaders |
Interface representing all the headers of a
Message |
| MessageWritable |
A Message implementation may implement this interface as an alternative way to write the
message into the OutputStream.
|
| Class | Description |
|---|---|
| AddressingUtils | |
| FilterMessageImpl |
A
FilterMessageImpl contains some other Message, which it uses
as its basic source of message data, possibly transforming the data along
the way or providing additional functionality. |
| HeaderList | |
| Headers |
Factory methods for various
Header implementations. |
| Message |
Represents a SOAP message.
|
| MessageContextFactory |
The MessageContextFactory implements org.jvnet.ws.message.MessageContextFactory as
a factory of Packet and public facade of Codec(s).
|
| Messages |
Factory methods for various
Message implementations. |
| MessageWrapper |
A
MessageWrapper wraps the Message for the access through Packet. |
| Packet |
Represents a container of a
Message. |
| SuppressAutomaticWSARequestHeadersFeature |
Suppresses automatic generation of WS-Addressing headers in request messages.
|
| Enum | Description |
|---|---|
| Packet.State | |
| Packet.Status |
| Exception | Description |
|---|---|
| ExceptionHasMessage |
This class represents an Exception that needs to be marshalled
with a specific protocol wire format.
|
Message and related abstractions that represent a SOAP message.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.