org.jboss.kernel.plugins.deployment.xml
Class BeanSchemaBinding

java.lang.Object
  extended by org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding

public class BeanSchemaBinding
extends Object

The POJO schema binding.

Version:
$Revision: 65585 $
Author:
Alexey Loubyansky, Adrian Brock

Field Summary
static org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding.NullValueElementInterceptor NULLVALUES
          The null handler
static org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding.ValueMetaDataElementInterceptor VALUES
          The value handler
 
Constructor Summary
BeanSchemaBinding()
           
 
Method Summary
protected static void init(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding)
          Initialize the schema binding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUES

public static org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding.ValueMetaDataElementInterceptor VALUES
The value handler


NULLVALUES

public static org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding.NullValueElementInterceptor NULLVALUES
The null handler

Constructor Detail

BeanSchemaBinding

public BeanSchemaBinding()
Method Detail

init

protected static void init(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding)
Initialize the schema binding

Parameters:
schemaBinding - the schema binding


Copyright ? 2007 JBoss Inc.. All Rights Reserved.