public abstract class AbstractAttributeMarshaller extends Object implements AttributeMarshaller
| Constructor and Description |
|---|
AbstractAttributeMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getValue(MarshallingContext ctx) |
String |
marshal(MarshallingContext ctx) |
abstract String |
marshalValue(MarshallingContext ctx,
Object value) |
public abstract Object getValue(MarshallingContext ctx)
public abstract String marshalValue(MarshallingContext ctx, Object value)
public String marshal(MarshallingContext ctx)
marshal in interface AttributeMarshallerCopyright © 2016 JBoss by Red Hat. All rights reserved.