Package org.jboss.as.messaging
Class AttributeMarshallers.WrappedListAttributeMarshaller
- java.lang.Object
-
- org.jboss.as.controller.AttributeMarshaller
-
- org.jboss.as.messaging.AttributeMarshallers.WrappedListAttributeMarshaller
-
- Enclosing class:
- AttributeMarshallers
public static final class AttributeMarshallers.WrappedListAttributeMarshaller extends org.jboss.as.controller.AttributeMarshallerXML marshaller for connector attribute to wrap a list of attributes in an optional XML element.
-
-
Field Summary
-
Fields inherited from class org.jboss.as.controller.AttributeMarshaller
ATTRIBUTE_OBJECT, COMMA_STRING_LIST, ELEMENT_ONLY_OBJECT, OBJECT_LIST_MARSHALLER, OBJECT_MAP_MARSHALLER, PROPERTIES_MARSHALLER, PROPERTIES_MARSHALLER_UNWRAPPED, SIMPLE, STRING_LIST, UNWRAPPED_OBJECT_LIST_MARSHALLER, WRAPPED_OBJECT_LIST_MARSHALLER
-
-
Constructor Summary
Constructors Constructor Description WrappedListAttributeMarshaller(String wrappingElementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshallAsElement(org.jboss.as.controller.AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer)
-
-
-
Constructor Detail
-
WrappedListAttributeMarshaller
public WrappedListAttributeMarshaller(String wrappingElementName)
- Parameters:
wrappingElementName-
-
-
Method Detail
-
marshallAsElement
public void marshallAsElement(org.jboss.as.controller.AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) throws XMLStreamException- Overrides:
marshallAsElementin classorg.jboss.as.controller.AttributeMarshaller- Throws:
XMLStreamException
-
-