|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a policy domain expression according to the WS-PolicyAtachment.
An object that wants to be a domain expression must implement this interface.
An implementation of this interface must have public constructor with one parameter
Source
in order to WSO2 SOA Enablement Server could load it from persistent configuration.
A policy can be attached to the given domain expression with the help of
PolicyManager
.
Method Summary | |
javax.xml.transform.Source |
getContent()
Gets the content of this object as Source |
boolean |
includes(DomainExpression domainExpression)
Gets true if this domain expression includes the given one;
false otherwise. |
Method Detail |
public javax.xml.transform.Source getContent() throws PolicyException
Source
Source
PolicyException
- when an error occurspublic boolean includes(DomainExpression domainExpression)
true
if this domain expression includes the given one;
false
otherwise.
domainExpression
- domain expression to check
true
if this domain expression includes the given one;
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |