org.jboss.security.auth.spi
Class UsersObjectModelFactory
java.lang.Object
org.jboss.security.auth.spi.UsersObjectModelFactory
- All Implemented Interfaces:
- org.jboss.xb.binding.ObjectModelFactory
public class UsersObjectModelFactory
- extends Object
- implements org.jboss.xb.binding.ObjectModelFactory
A JBossXB object factory for parsing the
- Version:
- $Revision: 1.1.2.5 $
- Author:
- Scott.Stark@jboss.org
Method Summary |
void |
addChild(Users.User user,
String[] roleInfo,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
void |
addChild(Users users,
Users.User user,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
Object |
completeRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext ctx,
String uri,
String name)
|
Object |
newChild(Users.User user,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceUri,
String localName,
Attributes attrs)
|
Object |
newChild(Users users,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceUri,
String localName,
Attributes attrs)
|
Object |
newRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
void |
setValue(Users users,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceUri,
String localName,
String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsersObjectModelFactory
public UsersObjectModelFactory()
completeRoot
public Object completeRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext ctx,
String uri,
String name)
- Specified by:
completeRoot
in interface org.jboss.xb.binding.ObjectModelFactory
newRoot
public Object newRoot(Object root,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
- Specified by:
newRoot
in interface org.jboss.xb.binding.ObjectModelFactory
setValue
public void setValue(Users users,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceUri,
String localName,
String value)
newChild
public Object newChild(Users users,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceUri,
String localName,
Attributes attrs)
addChild
public void addChild(Users users,
Users.User user,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
newChild
public Object newChild(Users.User user,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceUri,
String localName,
Attributes attrs)
addChild
public void addChild(Users.User user,
String[] roleInfo,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.