com.highdeal.admin.hci
Class RoleXMLMapping

java.lang.Object
  extended by com.highdeal.admin.hci.RoleXMLMapping
All Implemented Interfaces:
XMLMapping

public class RoleXMLMapping
extends java.lang.Object
implements XMLMapping

Defines the mapping between XML tags and role classes.

Tag Name Class
Role
role RoleModel
createRole CreateRoleOp
createRoleResult CreateRoleResult
modifyRole ModifyRoleOp
modifyRoleResult ModifyRoleResult
deleteRole DeleteRoleOp
deleteRoleResult DeleteRoleResult
searchRole SearchRoleOp
searchRoleResult SearchRoleResult


Constructor Summary
RoleXMLMapping()
           
 
Method Summary
 java.lang.Class<?> getClass(java.lang.String nsUri, java.lang.String tag, XMLAttributes atts)
          Returns the Java class for a specified XML tag and its attributes in a namespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleXMLMapping

public RoleXMLMapping()
Method Detail

getClass

public java.lang.Class<?> getClass(java.lang.String nsUri,
                                   java.lang.String tag,
                                   XMLAttributes atts)
Description copied from interface: XMLMapping
Returns the Java class for a specified XML tag and its attributes in a namespace.

Specified by:
getClass in interface XMLMapping
Parameters:
nsUri - The unique resource identifier of the namespace of the XML tag
tag - The local part of the XML tag
atts - The attributes of the XML tag
Returns:
A Java class with a default constructor

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)