Package com.sun.xml.ws.api.message

Message and related abstractions that represent a SOAP message.

See:
          Description

Interface Summary
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
MessageMetadata In order for the Message to get properties from the Packet ...
MessageWritable A Message implementation may implement this interface as an alternative way to write the message into the OutputStream.
StreamingSOAP  
 

Class Summary
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 A list of Headers on a Message.
Headers Factory methods for various Header implementations.
Message Represents a SOAP message.
MessageContextFactory The MessageContextFactory implements com.oracle.webservices.api.message.MessageContextFactory as a factory of Packet and public facade of Codec(s).
Messages Factory methods for various Message implementations.
Packet Represents a container of a Message.
SuppressAutomaticWSARequestHeadersFeature Suppresses automatic generation of WS-Addressing headers in request messages.
 

Enum Summary
Packet.State  
Packet.Status  
 

Exception Summary
ExceptionHasMessage This class represents an Exception that needs to be marshalled with a specific protocol wire format.
 

Package com.sun.xml.ws.api.message Description

Message and related abstractions that represent a SOAP message.



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.