|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jets3t.service.impl.rest.XmlResponsesSaxParser
public class XmlResponsesSaxParser
XML Sax parser to read XML documents returned by S3 via the REST interface, converting these documents into JetS3t objects.
Constructor Summary | |
---|---|
XmlResponsesSaxParser(Jets3tProperties properties,
boolean returnGoogleStorageObjects)
Constructs the XML SAX parser. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlResponsesSaxParser(Jets3tProperties properties, boolean returnGoogleStorageObjects) throws ServiceException
properties
- the JetS3t properties that will be applied when parsing XML documents.
S3ServiceException
ServiceException
Method Detail |
---|
public XmlResponsesSaxParser.ListBucketHandler parseListBucketResponse(java.io.InputStream inputStream) throws ServiceException
inputStream
- XML data input stream.
ServiceException
public XmlResponsesSaxParser.ListAllMyBucketsHandler parseListMyBucketsResponse(java.io.InputStream inputStream) throws ServiceException
inputStream
- XML data input stream.
ServiceException
public AccessControlListHandler parseAccessControlListResponse(java.io.InputStream inputStream) throws ServiceException
inputStream
- XML data input stream.
ServiceException
public AccessControlListHandler parseAccessControlListResponse(java.io.InputStream inputStream, AccessControlListHandler handler) throws ServiceException
inputStream
- XML data input stream.handler
- the instance of AccessControlListHandler to be used.
ServiceException
public XmlResponsesSaxParser.BucketLoggingStatusHandler parseLoggingStatusResponse(java.io.InputStream inputStream) throws ServiceException
inputStream
- XML data input stream.
ServiceException
public java.lang.String parseBucketLocationResponse(java.io.InputStream inputStream) throws ServiceException
ServiceException
public XmlResponsesSaxParser.CopyObjectResultHandler parseCopyObjectResponse(java.io.InputStream inputStream) throws ServiceException
ServiceException
public boolean parseRequestPaymentConfigurationResponse(java.io.InputStream inputStream) throws ServiceException
inputStream
-
ServiceException
public S3BucketVersioningStatus parseVersioningConfigurationResponse(java.io.InputStream inputStream) throws ServiceException
inputStream
-
ServiceException
public XmlResponsesSaxParser.ListVersionsResultsHandler parseListVersionsResponse(java.io.InputStream inputStream) throws ServiceException
ServiceException
public MultipartUpload parseInitiateMultipartUploadResult(java.io.InputStream inputStream) throws ServiceException
ServiceException
public XmlResponsesSaxParser.ListMultipartUploadsResultHandler parseListMultipartUploadsResult(java.io.InputStream inputStream) throws ServiceException
ServiceException
public XmlResponsesSaxParser.ListMultipartPartsResultHandler parseListMultipartPartsResult(java.io.InputStream inputStream) throws ServiceException
ServiceException
public XmlResponsesSaxParser.CompleteMultipartUploadResultHandler parseCompleteMultipartUploadResult(java.io.InputStream inputStream) throws ServiceException
ServiceException
public WebsiteConfig parseWebsiteConfigurationResponse(java.io.InputStream inputStream) throws ServiceException
ServiceException
public NotificationConfig parseNotificationConfigurationResponse(java.io.InputStream inputStream) throws ServiceException
ServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |