org.iids.aos.kernel.xmlrpc
Class CreateRoleResultStruct

java.lang.Object
  extended by org.iids.aos.kernel.xmlrpc.CreateRoleResultStruct
All Implemented Interfaces:
java.io.Serializable, Struct

public class CreateRoleResultStruct
extends java.lang.Object
implements Struct

Aux class to convert the Hashtable returned by AOSapi.createTole() to something more usable, whilst not touching the AOSapi CreateRoleResult class.

Author:
arno
See Also:
Serialized Form

Constructor Summary
CreateRoleResultStruct()
           
 
Method Summary
static java.util.Hashtable<java.lang.String,java.lang.Object> toHashtable(AOSapi.CreateRoleResult crr)
           
static AOSapi.CreateRoleResult toOrig(java.util.Hashtable<java.lang.String,java.lang.Object> ht)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRoleResultStruct

public CreateRoleResultStruct()
Method Detail

toOrig

public static AOSapi.CreateRoleResult toOrig(java.util.Hashtable<java.lang.String,java.lang.Object> ht)

toHashtable

public static java.util.Hashtable<java.lang.String,java.lang.Object> toHashtable(AOSapi.CreateRoleResult crr)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.