org.jboss.security.authorization
Class AuthorizationInfoContainer

java.lang.Object
  extended by org.jboss.security.authorization.AuthorizationInfoContainer
All Implemented Interfaces:
org.jboss.xb.binding.GenericValueContainer

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

A container for creating AuthorizationInfo during jbxb parse.

Version:
$Revision: 86122 $
Author:
anil.saldhana@jboss.org

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

Constructor Detail

AuthorizationInfoContainer

public AuthorizationInfoContainer()
Method Detail

addChild

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

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.