org.jets3t.service.model
Class NotificationConfig
java.lang.Object
org.jets3t.service.model.NotificationConfig
public class NotificationConfig
- extends Object
Represents the notification configuraton of a bucket
- Author:
- James Murty
EVENT_REDUCED_REDUNDANCY_LOST_OBJECT
public static final String EVENT_REDUCED_REDUNDANCY_LOST_OBJECT
- See Also:
- Constant Field Values
NotificationConfig
public NotificationConfig(List<NotificationConfig.TopicConfig> topicConfigs)
NotificationConfig
public NotificationConfig()
getTopicConfigs
public List<NotificationConfig.TopicConfig> getTopicConfigs()
addTopicConfig
public void addTopicConfig(NotificationConfig.TopicConfig config)
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