org.kuali.common.util.log.log4j.jaxb
Class RepositoryThresholdAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Threshold>
      extended by org.kuali.common.util.log.log4j.jaxb.RepositoryThresholdAdapter

public class RepositoryThresholdAdapter
extends XmlAdapter<String,Threshold>


Constructor Summary
RepositoryThresholdAdapter()
           
 
Method Summary
 String marshal(Threshold threshold)
           
 Threshold unmarshal(String threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryThresholdAdapter

public RepositoryThresholdAdapter()
Method Detail

marshal

public final String marshal(Threshold threshold)
Specified by:
marshal in class XmlAdapter<String,Threshold>

unmarshal

public final Threshold unmarshal(String threshold)
Specified by:
unmarshal in class XmlAdapter<String,Threshold>


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.