org.iids.aos.kernel.xmlrpc
Class CreateRoleResultStruct
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateRoleResultStruct
public CreateRoleResultStruct()
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.