Package org.jclouds.http.functions
Class ParseSax.HandlerWithResult<T>
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<T>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Direct Known Subclasses:
AccessControlListHandler
,AccountNameEnumerationResultsHandler
,AllocateAddressResponseHandler
,AssociateRouteTableResponseHandler
,BaseEnvelopeHandler
,BlobBlocksResultsHandler
,BlockDeviceMappingHandler
,BooleanValueHandler
,BucketLoggingHandler
,ContainerNameEnumerationResultsHandler
,CopyObjectHandler
,CreateSecurityGroupResponseHandler
,DescribeAvailabilityZonesResponseHandler
,DescribeBundleTasksResponseHandler
,DescribePlacementGroupsResponseHandler
,DescribeRegionsResponseHandler
,DescribeReservedInstancesOfferingResponseHandler
,DescribeSnapshotsResponseHandler
,DescribeSpotPriceHistoryResponseHandler
,DescribeVolumesResponseHandler
,ErrorHandler
,ErrorHandler
,ErrorHandler
,GetConsoleOutputResponseHandler
,GetMetricStatisticsResponseHandler
,GetMetricStatisticsResponseHandlerV2
,GetPasswordDataResponseHandler
,ImageIdHandler
,InstanceInitiatedShutdownBehaviorHandler
,InstanceTypeHandler
,InternetGatewayAttachmentSetHandler
,ListAllMyBucketsHandler
,ListBucketHandler
,ListDirectoryResponseHandler
,ListMultipartUploadsHandler
,LocationConstraintHandler
,MonitoringStateHandler
,ParseSax.HandlerForGeneratedRequestWithResult
,PartIdsFromHttpResponse
,PartIdsFromHttpResponseFull
,PayerHandler
,PermissionHandler
,ProductCodesHandler
,ResourceAllocationSettingDataHandler
,ReturnValueHandler
,RouteTableHandler
,SectionHandler
,SpotInstancesHandler
,StringValueHandler
,VirtualSystemSettingDataHandler
public abstract static class ParseSax.HandlerWithResult<T>
extends DefaultHandler
implements InvocationContext<ParseSax.HandlerWithResult<T>>
Handler that produces a useable domain object accessible after parsing completes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HttpRequest
abstract T
setContext
(HttpRequest request) Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
HandlerWithResult
public HandlerWithResult()
-
-
Method Details
-
getRequest
-
getResult
-
setContext
- Specified by:
setContext
in interfaceInvocationContext<T>
-