Package org.jclouds.http.functions
Class ParseSax.HandlerForGeneratedRequestWithResult<T>
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<T>
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<T>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Direct Known Subclasses:
AccountHandler
,AccountLevelGroupsHandler
,AlarmHistoryItemHandler
,AttachmentHandler
,AttributeHandler
,AttributesHandler
,AWSEC2DescribeSecurityGroupsResponseHandler
,AWSEC2IpPermissionHandler
,AWSEC2SecurityGroupHandler
,BaseAWSReservationHandler
,BaseProfitBricksResponseHandler
,BaseReservationHandler
,BatchErrorHandler
,BatchResponseHandler
,BundleTaskHandler
,ChangeHandler
,CreateHostedZoneResponseHandler
,CreateRouteTableResponseHandler
,CreateVolumeResponseHandler
,DatapointHandler
,DeleteResultHandler
,DescribeAddressesResponseHandler
,DescribeImagesResponseHandler
,DescribeInternetGatewaysResponseHandler
,DescribeKeyPairsResponseHandler
,DescribeRouteTablesResponseHandler
,DescribeSecurityGroupsResponseHandler
,DescribeSubnetsResponseHandler
,DescribeTagsResponseHandler
,DescribeVPCsResponseHandler
,DimensionHandler
,DirectionalGroupHandler
,DirectionalPoolListHandler
,DirectionalPoolRecordDetailHandler
,DirectionalPoolRecordDetailListHandler
,ElementTextHandler
,ErrorEntryHandler
,GetHostedZoneResponseHandler
,HostedZoneHandler
,InstanceStateChangeHandler
,InternetGatewayHandler
,InvalidChangeBatchHandler
,IpPermissionHandler
,ItemListHandler
,KeyPairResponseHandler
,LaunchSpecificationHandler
,ListAlarmHistoryResponseHandler
,ListAlarmsForMetricResponseHandler
,ListAlarmsResponseHandler
,ListHostedZonesResponseHandler
,ListMetricsResponseHandler
,ListResourceRecordSetsResponseHandler
,MessageHandler
,MetricAlarmHandler
,MetricHandler
,PlacementGroupHandler
,PoolRecordSpecHandler
,ReceiveMessageResponseHandler
,RegionListHandler
,ReservedInstancesOfferingHandler
,ResourceRecordDetailHandler
,ResourceRecordListHandler
,ResourceRecordSetHandler
,RoundRobinPoolHandler
,RoundRobinPoolListHandler
,RouteHandler
,RouteSetHandler
,RouteTableAssociationSetHandler
,SecurityGroupHandler
,SendMessageBatchResultEntryHandler
,SessionCredentialsHandler
,SnapshotHandler
,SpotHandler
,SpotInstanceHandler
,SubnetHandler
,TagHandler
,TagSetHandler
,TaskHandler
,TaskListHandler
,TextFromSingleElementHandler
,TrafficControllerPoolHandler
,TrafficControllerPoolListHandler
,TrafficControllerPoolRecordDetailListHandler
,UltraWSExceptionHandler
,UserAndSessionCredentialsHandler
,VPCHandler
,ZoneHandler
,ZoneListHandler
,ZonePropertiesHandler
public abstract static class ParseSax.HandlerForGeneratedRequestWithResult<T>
extends ParseSax.HandlerWithResult<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
getResult
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
-
HandlerForGeneratedRequestWithResult
public HandlerForGeneratedRequestWithResult()
-
-
Method Details
-
setContext
- Specified by:
setContext
in interfaceInvocationContext<T>
- Overrides:
setContext
in classParseSax.HandlerWithResult<T>
-
getRequest
- Overrides:
getRequest
in classParseSax.HandlerWithResult<T>
-