org.jboss.kernel.plugins.deployment.xml
Class XMLKernelDeployer.StateConverter

java.lang.Object
  extended byorg.jboss.kernel.plugins.deployment.xml.XMLKernelDeployer.StateConverter
All Implemented Interfaces:
org.jboss.xb.binding.TypeBinding
Enclosing class:
XMLKernelDeployer

protected static class XMLKernelDeployer.StateConverter
extends Object
implements org.jboss.xb.binding.TypeBinding

A KernelControllerState converter


Field Summary
static XMLKernelDeployer.StateConverter instance
          We only need one instance
 
Constructor Summary
protected XMLKernelDeployer.StateConverter()
           
 
Method Summary
 String marshal(Object value)
           
 Object unmarshal(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final XMLKernelDeployer.StateConverter instance
We only need one instance

Constructor Detail

XMLKernelDeployer.StateConverter

protected XMLKernelDeployer.StateConverter()
Method Detail

marshal

public String marshal(Object value)
Specified by:
marshal in interface org.jboss.xb.binding.TypeBinding

unmarshal

public Object unmarshal(String value)
Specified by:
unmarshal in interface org.jboss.xb.binding.TypeBinding


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