class QueueConfigurationStaxUnmarshaller extends NotificationConfigurationStaxUnmarshaller<QueueConfiguration>
Modifier and Type | Field and Description |
---|---|
private static QueueConfigurationStaxUnmarshaller |
instance |
Modifier | Constructor and Description |
---|---|
private |
QueueConfigurationStaxUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
protected QueueConfiguration |
createConfiguration()
Factory method to create the appropriate subclass of
NotificationConfiguration |
static QueueConfigurationStaxUnmarshaller |
getInstance() |
protected boolean |
handleXmlEvent(QueueConfiguration queueConfig,
StaxUnmarshallerContext context,
int targetDepth)
Callback to allow subclass first shot at handling an XML event.
|
unmarshall
private static QueueConfigurationStaxUnmarshaller instance
public static QueueConfigurationStaxUnmarshaller getInstance()
protected boolean handleXmlEvent(QueueConfiguration queueConfig, StaxUnmarshallerContext context, int targetDepth) throws java.lang.Exception
NotificationConfigurationStaxUnmarshaller
handleXmlEvent
in class NotificationConfigurationStaxUnmarshaller<QueueConfiguration>
queueConfig
- NotificationConfiguration
object we are unmarshalling intocontext
- Context of XML unmarshallingtargetDepth
- expected depth for this level of unmarshallingjava.lang.Exception
protected QueueConfiguration createConfiguration()
NotificationConfigurationStaxUnmarshaller
NotificationConfiguration
createConfiguration
in class NotificationConfigurationStaxUnmarshaller<QueueConfiguration>