org.jboss.spring.deployment.xml
Class SpringSchemaBinding

java.lang.Object
  extended by org.jboss.spring.deployment.xml.SpringSchemaBinding

public class SpringSchemaBinding
extends Object

Author:
Ales Justin

Field Summary
static QName aliasQName
          The alias element name
static QName aliasTypeQName
          The alias binding
static QName beanQName
          The bean element name
static QName beansQName
          The beans element name
static QName beansTypeQName
          The beans binding
static QName beanTypeQName
          The bean binding
static QName constructorQName
          The constructor arg element name
static QName constructorTypeQName
          The constructor arg binding
static QName entryQName
          The entry element name
static QName entryTypeQName
          The entry binding
static QName importQName
          The import element name
static QName importTypeQName
          The import binding
static QName keyQName
          The key element name
static QName keyTypeQName
          The key binding
static QName listQName
          The list element name
static QName listTypeQName
          The list binding
static QName mapQName
          The map element name
static QName mapTypeQName
          The map binding
static QName nullQName
          The null element name
static QName propertyQName
          The property element name
static QName propertyTypeQName
          The property binding
static QName propQName
          The prop element name
static QName propsQName
          The props element name
static QName propsTypeQName
          The props binding
static QName propTypeQName
          The props binding
static QName refQName
          The ref element name
static QName refTypeQName
          The ref binding
static QName setQName
          The set element name
static QName setTypeQName
          The set binding
static String SPRING_DEPLOYER_NS
          The namespace
static QName valueQName
          The value element name
static QName valueTypeQName
          The value binding
 
Constructor Summary
SpringSchemaBinding()
           
 
Method Summary
static void init(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding)
           
static void initDeployment(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding)
          Initialize beans part of the schema binding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_DEPLOYER_NS

public static final String SPRING_DEPLOYER_NS
The namespace

See Also:
Constant Field Values

beansTypeQName

public static final QName beansTypeQName
The beans binding


beansQName

public static final QName beansQName
The beans element name


aliasTypeQName

public static final QName aliasTypeQName
The alias binding


aliasQName

public static final QName aliasQName
The alias element name


importTypeQName

public static final QName importTypeQName
The import binding


importQName

public static final QName importQName
The import element name


beanTypeQName

public static final QName beanTypeQName
The bean binding


beanQName

public static final QName beanQName
The bean element name


refTypeQName

public static final QName refTypeQName
The ref binding


refQName

public static final QName refQName
The ref element name


constructorTypeQName

public static final QName constructorTypeQName
The constructor arg binding


constructorQName

public static final QName constructorQName
The constructor arg element name


propertyTypeQName

public static final QName propertyTypeQName
The property binding


propertyQName

public static final QName propertyQName
The property element name


valueTypeQName

public static final QName valueTypeQName
The value binding


valueQName

public static final QName valueQName
The value element name


nullQName

public static final QName nullQName
The null element name


listTypeQName

public static final QName listTypeQName
The list binding


listQName

public static final QName listQName
The list element name


setTypeQName

public static final QName setTypeQName
The set binding


setQName

public static final QName setQName
The set element name


mapTypeQName

public static final QName mapTypeQName
The map binding


mapQName

public static final QName mapQName
The map element name


propsTypeQName

public static final QName propsTypeQName
The props binding


propsQName

public static final QName propsQName
The props element name


propTypeQName

public static final QName propTypeQName
The props binding


propQName

public static final QName propQName
The prop element name


entryTypeQName

public static final QName entryTypeQName
The entry binding


entryQName

public static final QName entryQName
The entry element name


keyTypeQName

public static final QName keyTypeQName
The key binding


keyQName

public static final QName keyQName
The key element name

Constructor Detail

SpringSchemaBinding

public SpringSchemaBinding()
Method Detail

init

public static void init(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding)

initDeployment

public static void initDeployment(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding)
Initialize beans part of the schema binding

Parameters:
schemaBinding - the schema binding


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.