Package org.apache.axis2.jaxws.message
-
Interface Summary Interface Description Block<T,C> Block A Block represents an xml element and associated sub-tree.Message MessageXMLPart XMLPart The XML portion of a Message The JAX-WS implementation (proxy, message receiver, etc.) interact with the Message via Blocks. -
Class Summary 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 Summary Enum Description Protocol Protocol Each message has a protocol (soap11, soap12, rest) This enum represents the protocol within the Message sub-component