Package org.jets3t.service.model
Class NotificationConfig
java.lang.Object
org.jets3t.service.model.NotificationConfig
Represents the notification configuraton of a bucket
- Author:
- James Murty
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EVENT_REDUCED_REDUNDANCY_LOST_OBJECT
- See Also:
-
-
Constructor Details
-
NotificationConfig
-
NotificationConfig
public NotificationConfig()
-
-
Method Details
-
getTopicConfigs
-
addTopicConfig
-
toXml
public String toXml() throws ParserConfigurationException, FactoryConfigurationError, TransformerException- Returns:
- An XML representation of the object suitable for use as an input to the REST/HTTP interface.
- Throws:
FactoryConfigurationError
ParserConfigurationException
TransformerException
-