org.jboss.security.mapping.config
Class MappingConfigEntryHolder

java.lang.Object
  extended by org.jboss.security.mapping.config.MappingConfigEntryHolder
All Implemented Interfaces:
org.jboss.xb.binding.GenericValueContainer

public class MappingConfigEntryHolder
extends Object
implements org.jboss.xb.binding.GenericValueContainer

A container for creating MappingConfigEntry during jbxb parse.

Since:
August 26, 2006
Version:
$Revision: 46201 $
Author:
Anil Saldhana

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.xb.binding.GenericValueContainer
org.jboss.xb.binding.GenericValueContainer.FACTORY
 
Constructor Summary
MappingConfigEntryHolder()
           
 
Method Summary
 void addChild(QName name, Object value)
           
 void addOption(org.jboss.security.config.ModuleOption option)
           
 MappingModuleEntry getEntry()
           
 Class<?> getTargetClass()
           
 Object instantiate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingConfigEntryHolder

public MappingConfigEntryHolder()
Method Detail

addChild

public void addChild(QName name,
                     Object value)
Specified by:
addChild in interface org.jboss.xb.binding.GenericValueContainer

addOption

public void addOption(org.jboss.security.config.ModuleOption option)

getEntry

public MappingModuleEntry getEntry()

instantiate

public Object instantiate()
Specified by:
instantiate in interface org.jboss.xb.binding.GenericValueContainer

getTargetClass

public Class<?> getTargetClass()
Specified by:
getTargetClass in interface org.jboss.xb.binding.GenericValueContainer


Copyright © 2009 JBoss Inc.. All Rights Reserved.