Interface | Description |
---|---|
Block |
Block A Block represents an xml element and associated sub-tree.
|
Message |
Message
A Message represents the XML + Attachments
Most of the methods available on a message are only applicable to the XML part of the Message.
|
XMLPart |
XMLPart
The XML portion of a Message
The JAX-WS implementation (proxy, message receiver, etc.) interact with the
Message via Blocks.
|
Class | Description |
---|---|
OccurrenceArray |
Used by the marshaling engine to wrap an array or List
to indicate that the components should be marshaled
as a series of elements (occurrence elements).
|
XMLFault |
This is a value class that is an agnostic representation of a fault.
|
XMLFaultCode |
Agnostic representation of SOAP 1.1 and SOAP 1.2 fault code values.
|
XMLFaultReason |
Agnostic representation of a Fault Reason/faultstring.
|
Enum | Description |
---|---|
Protocol |
Protocol Each message has a protocol (soap11, soap12, rest) This enum represents the protocol
within the Message sub-component
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.