Package org.jboss.as.messaging
Class AttributeMarshallers
- java.lang.Object
-
- org.jboss.as.messaging.AttributeMarshallers
-
public final class AttributeMarshallers extends Object
XML marshallers for messaging custom attributes.- Author:
- Jeff Mesnil (c) 2012 Red Hat Inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeMarshallers.JndiEntriesAttributeMarshallerstatic classAttributeMarshallers.WrappedListAttributeMarshallerXML marshaller for connector attribute to wrap a list of attributes in an optional XML element.
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.AttributeMarshallerCONNECTORS_MARSHALLERstatic org.jboss.as.controller.AttributeMarshallerDISCOVERY_GROUP_MARSHALLERstatic org.jboss.as.controller.AttributeMarshallerINTERCEPTOR_MARSHALLERstatic org.jboss.as.controller.AttributeMarshallerJNDI_CONTEXT_MARSHALLERstatic org.jboss.as.controller.AttributeMarshallerJNDI_RESOURCE_MARSHALLERstatic org.jboss.as.controller.AttributeMarshallerNOOP_MARSHALLERstatic org.jboss.as.controller.AttributeMarshallerSELECTOR_MARSHALLER
-
Constructor Summary
Constructors Constructor Description AttributeMarshallers()
-
-
-
Field Detail
-
DISCOVERY_GROUP_MARSHALLER
public static final org.jboss.as.controller.AttributeMarshaller DISCOVERY_GROUP_MARSHALLER
-
NOOP_MARSHALLER
public static final org.jboss.as.controller.AttributeMarshaller NOOP_MARSHALLER
-
CONNECTORS_MARSHALLER
public static final org.jboss.as.controller.AttributeMarshaller CONNECTORS_MARSHALLER
-
SELECTOR_MARSHALLER
public static final org.jboss.as.controller.AttributeMarshaller SELECTOR_MARSHALLER
-
JNDI_CONTEXT_MARSHALLER
public static final org.jboss.as.controller.AttributeMarshaller JNDI_CONTEXT_MARSHALLER
-
JNDI_RESOURCE_MARSHALLER
public static final org.jboss.as.controller.AttributeMarshaller JNDI_RESOURCE_MARSHALLER
-
INTERCEPTOR_MARSHALLER
public static final org.jboss.as.controller.AttributeMarshaller INTERCEPTOR_MARSHALLER
-
-