org.jboss.xb.binding.sunday.marshalling
Class DefaultAttributeMarshaller

java.lang.Object
  extended by org.jboss.xb.binding.sunday.marshalling.AbstractAttributeMarshaller
      extended by org.jboss.xb.binding.sunday.marshalling.DefaultAttributeMarshaller
All Implemented Interfaces:
AttributeMarshaller

public class DefaultAttributeMarshaller
extends AbstractAttributeMarshaller

Version:
$Revision: 1.3 $
Author:
Alexey Loubyansky

Field Summary
static DefaultAttributeMarshaller INSTANCE
           
 
Constructor Summary
DefaultAttributeMarshaller()
           
 
Method Summary
 Object getValue(MarshallingContext ctx)
           
 String marshalValue(MarshallingContext ctx, Object value)
           
 
Methods inherited from class org.jboss.xb.binding.sunday.marshalling.AbstractAttributeMarshaller
marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DefaultAttributeMarshaller INSTANCE
Constructor Detail

DefaultAttributeMarshaller

public DefaultAttributeMarshaller()
Method Detail

getValue

public Object getValue(MarshallingContext ctx)
Specified by:
getValue in class AbstractAttributeMarshaller

marshalValue

public String marshalValue(MarshallingContext ctx,
                           Object value)
Specified by:
marshalValue in class AbstractAttributeMarshaller


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.