public class SimpleDBStaxResponseHandler<T> extends StaxResponseHandler<T>
| Constructor and Description |
|---|
SimpleDBStaxResponseHandler(Unmarshaller<T,StaxUnmarshallerContext> responseUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerAdditionalMetadataExpressions(StaxUnmarshallerContext unmarshallerContext)
Hook for subclasses to override in order to collect additional metadata
from service responses.
|
handle, needsConnectionLeftOpenpublic SimpleDBStaxResponseHandler(Unmarshaller<T,StaxUnmarshallerContext> responseUnmarshaller)
protected void registerAdditionalMetadataExpressions(StaxUnmarshallerContext unmarshallerContext)
StaxResponseHandlerregisterAdditionalMetadataExpressions in class StaxResponseHandler<T>unmarshallerContext - The unmarshaller context used to process a service's response
data.Copyright © 2016. All rights reserved.