|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.balana.xacml3.MultiRequests
public class MultiRequests
Represents the MultiRequestsType XML type found in the context schema.
Method Summary | |
---|---|
static MultiRequests |
getInstance(Node root)
creates a MultiRequests based on its DOM node. |
Set<RequestReference> |
getRequestReferences()
returns Set of RequestReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MultiRequests getInstance(Node root) throws ParsingException
MultiRequests
based on its DOM node.
root
- root the node to parse for the AttributeAssignment
MultiRequests
constructed by parsing
ParsingException
- if the DOM node is invalidpublic Set<RequestReference> getRequestReferences()
Set
of RequestReference
Set
of RequestReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |