AbstractErrorUnmarshaller<T> |
|
LegacyErrorUnmarshaller |
Unmarshalls an error response into an ServiceException, or optionally, a
subclass of ServiceException if this class is extended.
|
SimpleTypeStaxUnmarshallers |
Collection of StAX unmarshallers for simple data types.
|
SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller |
|
SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller |
|
SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller |
Unmarshaller for Boolean values.
|
SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller |
Unmarshaller for ByteBuffer values.
|
SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller |
Unmarshaller for Byte values.
|
SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller |
Unmarshaller for Date values.
|
SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller |
Unmarshaller for Double values.
|
SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller |
Unmarshaller for Float values.
|
SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller |
Unmarshaller for Integer values.
|
SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller |
Unmarshaller for Long values.
|
SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller |
Unmarshaller for String values.
|
SimpleTypeUnmarshallers |
Collection of unmarshallers for simple data types.
|
SimpleTypeUnmarshallers.BooleanUnmarshaller |
Unmarshaller for Boolean values.
|
SimpleTypeUnmarshallers.ByteBufferUnmarshaller |
Unmarshaller for ByteBuffer values.
|
SimpleTypeUnmarshallers.ByteUnmarshaller |
Unmarshaller for Byte values.
|
SimpleTypeUnmarshallers.DateUnmarshaller |
Unmarshaller for Date values.
|
SimpleTypeUnmarshallers.DoubleUnmarshaller |
Unmarshaller for Double values.
|
SimpleTypeUnmarshallers.FloatUnmarshaller |
Unmarshaller for Float values.
|
SimpleTypeUnmarshallers.IntegerUnmarshaller |
Unmarshaller for Integer values.
|
SimpleTypeUnmarshallers.LongUnmarshaller |
Unmarshaller for Long values.
|
SimpleTypeUnmarshallers.StringUnmarshaller |
Unmarshaller for String values.
|
StandardErrorUnmarshaller |
Error unmarshaller that knows how to interpret a standard error message (i.e.
|
StaxUnmarshallerContext |
Contains the unmarshalling state for the parsing of an XML response.
|
VoidStaxUnmarshaller<T> |
Simple StAX unmarshaller that iterates through the XML events but always
returns null.
|