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 AttributeMarshaller
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.