public class XmlResponsesSaxParser extends Object
| 构造器和说明 |
|---|
XmlResponsesSaxParser()
Constructs the XML SAX parser.
|
public XmlResponsesSaxParser()
throws CosClientException
protected void parseXmlInputStream(org.xml.sax.helpers.DefaultHandler handler, InputStream inputStream) throws IOException
handler - the handler for the XML documentinputStream - an input stream containing the XML document to parseIOException - on error reading from the input stream (ie connection reset)CosClientException - on error with malformed XML, etcprotected InputStream sanitizeXmlDocument(org.xml.sax.helpers.DefaultHandler handler, InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ListBucketHandler parseListBucketObjectsResponse(InputStream inputStream, boolean shouldSDKDecodeResponse) throws IOException
inputStream - XML data input stream.CosClientExceptionIOExceptionpublic XmlResponsesSaxParser.ListVersionsHandler parseListVersionsResponse(InputStream inputStream, boolean shouldSDKDecodeResponse) throws IOException
inputStream - XML data input stream.shouldSDKDecodeResponse - CosClientExceptionIOExceptionpublic XmlResponsesSaxParser.ListAllMyBucketsHandler parseListMyBucketsResponse(InputStream inputStream) throws IOException
inputStream - XML data input stream.CosClientExceptionIOExceptionpublic XmlResponsesSaxParser.AccessControlListHandler parseAccessControlListResponse(InputStream inputStream) throws IOException
inputStream - XML data input stream.CosClientExceptionIOExceptionpublic XmlResponsesSaxParser.ImagePersistenceHandler parseImagePersistenceResponse(InputStream inputStream) throws IOException
inputStream - XML data input stream.CosClientExceptionIOExceptionpublic XmlResponsesSaxParser.BucketLifecycleConfigurationHandler parseBucketLifecycleConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler parseBucketCrossOriginConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketDomainConfigurationHandler parseBucketDomainConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketRefererConfigurationHandler parseBucketRefererConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic String parseBucketLocationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketVersioningConfigurationHandler parseVersioningConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketReplicationConfigurationHandler parseReplicationConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketTaggingConfigurationHandler parseTaggingConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DeleteObjectsHandler parseDeletedObjectsResult(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.CopyObjectResultHandler parseCopyObjectResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.CompleteMultipartUploadHandler parseCompleteMultipartUploadResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.InitiateMultipartUploadHandler parseInitiateMultipartUploadResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ListMultipartUploadsHandler parseListMultipartUploadsResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ListPartsHandler parseListPartsResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketWebsiteConfigurationHandler parseWebsiteConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BucketLoggingConfigurationHandler parseLoggingStatusResponse(InputStream inputStream) throws IOException
inputStream - XML data input stream.CosClientExceptionIOExceptionpublic XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler parseGetBucketInventoryConfigurationResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ListBucketInventoryConfigurationsHandler parseBucketListInventoryConfigurationsResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.GetObjectTaggingHandler parseObjectTaggingResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.GetBucketIntelligentTierConfigurationHandler parseBucketIntelligentTierConfigurationsResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ListQueueHandler parseListQueueResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DocListQueueHandler parseDocListQueueResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.MediaQueueResponseHandler parseUpdateMediaQueueResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.MediaTemplateHandler parseMediaTemplateResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.SnapshotHandler parseSnapshotResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.GenerateMediainfoHandler parseGenerateMediainfoResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.WorkflowExecutionsHandler parseMediaWorkflowExecutionsResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.MediaTemplatesHandler parseDescribeMediaTemplatesResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ListMediaBucketHandler parseListBucketResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ListDocBucketHandler parseDocListBucketResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.WorkflowListHandler parseWorkflowListResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.WorkflowHandler parseWorkflowResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.WorkflowExecutionHandler parseWorkflowExecutionResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.MediaJobCreatHandler parseJobCreatResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DescribeMediaJobHandler parseMediaJobRespones(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DescribeMediaJobsHandler parseMediaJobsRespones(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DocJobHandler parseDocJobResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DescribeDocProcessJobHandler parseDescribeDocJobResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DescribeDocProcessJobsHandler parseDocJobListResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ImageAuditingHandler parseImageAuditingResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.CreateVideoAuditingJobHandler parseVideoAuditingJobResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.CreateAudioAuditingJobHandler parseAudioAuditingJobResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DescribeVideoAuditingJobHandler parseDescribeVideoAuditingJobResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DescribeAudioAuditingJobHandler parseDescribeAudioAuditingJobResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ImageLabelHandler parseImageLabelResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.ImageLabelV2Handler parseImageLabelV2Response(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.TextAuditingJobHandler parseTextAuditingResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.TextAuditingDescribeJobHandler parseTextAuditingDescribeResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DocumentAuditingJobHandler parseDocumentAuditingResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.DocumentAuditingDescribeJobHandler parseDocumentAuditingDescribeResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.BatchImageAuditingHandler parseBatchImageAuditingResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.WebpageAuditingJobHandler parseWebpageAuditingJobResponse(InputStream inputStream) throws IOException
IOExceptionpublic XmlResponsesSaxParser.WebpageAuditingDescribeJobHandler parseDWebpageAuditingDescribeResponse(InputStream inputStream) throws IOException
IOExceptionCopyright © 2022. All rights reserved.