public class BucketNotificationConfigurationStaxUnmarshaller extends java.lang.Object implements Unmarshaller<BucketNotificationConfiguration,java.io.InputStream>
Modifier and Type | Field and Description |
---|---|
private javax.xml.stream.XMLInputFactory |
inputFactory |
private static BucketNotificationConfigurationStaxUnmarshaller |
instance |
Modifier | Constructor and Description |
---|---|
private |
BucketNotificationConfigurationStaxUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static BucketNotificationConfigurationStaxUnmarshaller |
getInstance() |
BucketNotificationConfiguration |
unmarshall(java.io.InputStream inputStream) |
private static BucketNotificationConfigurationStaxUnmarshaller instance
private final javax.xml.stream.XMLInputFactory inputFactory
private BucketNotificationConfigurationStaxUnmarshaller()
public static BucketNotificationConfigurationStaxUnmarshaller getInstance()
public BucketNotificationConfiguration unmarshall(java.io.InputStream inputStream) throws java.lang.Exception
unmarshall
in interface Unmarshaller<BucketNotificationConfiguration,java.io.InputStream>
java.lang.Exception