Package org.jboss.as.remoting
Class WrappedAttributeMarshaller
- java.lang.Object
-
- org.jboss.as.controller.AttributeMarshaller
-
- org.jboss.as.remoting.WrappedAttributeMarshaller
-
public class WrappedAttributeMarshaller extends org.jboss.as.controller.AttributeMarshallerJeff Mesnil (c) 2012 Red Hat, inc
-
-
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
-
-
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)
-
-
-
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
-
-