Package | Description |
---|---|
com.netease.cloud.http | |
com.netease.cloud.services.nos.internal | |
com.netease.cloud.services.nos.model.transform | |
com.netease.cloud.transform |
Constructor and Description |
---|
StaxResponseHandler(Unmarshaller<T,StaxUnmarshallerContext> responseUnmarshaller)
Constructs a new response handler that will use the specified StAX
unmarshaller to unmarshall the service response and uses the specified
response element path to find the root of the business data in the
service's response.
|
Constructor and Description |
---|
DefaultErrorResponseHandler(List<Unmarshaller<ServiceException,Node>> unmarshallerList)
Constructs a new DefaultErrorResponseHandler that will handle error
responses from services using the specified list of unmarshallers.
|
Constructor and Description |
---|
NosXmlResponseHandler(Unmarshaller<T,InputStream> responseUnmarshaller)
Constructs a new Nos response handler that will use the specified SAX
unmarshaller to turn the response into an object.
|
ResponseHeaderHandlerChain(Unmarshaller<T,InputStream> responseUnmarshaller,
HeaderHandler<T>... headerHandlers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractErrorUnmarshaller<T> |
class |
LegacyErrorUnmarshaller
Unmarshalls an error response into an ServiceException, or optionally, a
subclass of ServiceException if this class is extended.
|
static class |
SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller |
static class |
SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller |
static class |
SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller
Unmarshaller for Boolean values.
|
static class |
SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller
Unmarshaller for ByteBuffer values.
|
static class |
SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller
Unmarshaller for Byte values.
|
static class |
SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller
Unmarshaller for Date values.
|
static class |
SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller
Unmarshaller for Double values.
|
static class |
SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller
Unmarshaller for Float values.
|
static class |
SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller
Unmarshaller for Integer values.
|
static class |
SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller
Unmarshaller for Long values.
|
static class |
SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller
Unmarshaller for String values.
|
static class |
SimpleTypeUnmarshallers.BooleanUnmarshaller
Unmarshaller for Boolean values.
|
static class |
SimpleTypeUnmarshallers.ByteBufferUnmarshaller
Unmarshaller for ByteBuffer values.
|
static class |
SimpleTypeUnmarshallers.ByteUnmarshaller
Unmarshaller for Byte values.
|
static class |
SimpleTypeUnmarshallers.DateUnmarshaller
Unmarshaller for Date values.
|
static class |
SimpleTypeUnmarshallers.DoubleUnmarshaller
Unmarshaller for Double values.
|
static class |
SimpleTypeUnmarshallers.FloatUnmarshaller
Unmarshaller for Float values.
|
static class |
SimpleTypeUnmarshallers.IntegerUnmarshaller
Unmarshaller for Integer values.
|
static class |
SimpleTypeUnmarshallers.LongUnmarshaller
Unmarshaller for Long values.
|
static class |
SimpleTypeUnmarshallers.StringUnmarshaller
Unmarshaller for String values.
|
class |
StandardErrorUnmarshaller
Error unmarshaller that knows how to interpret a standard error message (i.e.
|
class |
VoidStaxUnmarshaller<T>
Simple StAX unmarshaller that iterates through the XML events but always
returns null.
|
Copyright © 2017. All Rights Reserved.