|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.handler.Merge
public class Merge
this class defines a merging operation, which merges two XACML request context togetehr. In each section, every node should be unique.
Constructor Summary | |
---|---|
Merge()
Creates a new instance of Merge |
Method Summary | |
---|---|
org.w3c.dom.Element |
merge(org.w3c.dom.Element e1,
org.w3c.dom.Element e2)
this is the method to perform the merging operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Merge()
Method Detail |
---|
public org.w3c.dom.Element merge(org.w3c.dom.Element e1, org.w3c.dom.Element e2) throws HandlerServiceException
e1
- the first XACML request context.e2
- the second XACML request context.
HandlerServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |