|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.systinet.wasp.policy.DefaultDomainExpression
This class represents default domain expression. A policy attached to default domain expression represents default policy for whole WSO2 SOA Enablement Server.
| Constructor Summary | |
DefaultDomainExpression()
Creates an instance of this object. |
|
DefaultDomainExpression(javax.xml.transform.Source source)
Creates instance of this object from given XML source. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
javax.xml.transform.Source |
getContent()
Gets XML content of this object. |
int |
hashCode()
|
boolean |
includes(DomainExpression domainExpression)
Returns always true. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultDomainExpression(javax.xml.transform.Source source)
throws PolicyException
source - XML source
PolicyException - when an error occurs during creationpublic DefaultDomainExpression()
| Method Detail |
public boolean includes(DomainExpression domainExpression)
true.
includes in interface DomainExpressiondomainExpression - domain expression to check
truepublic boolean equals(java.lang.Object o)
public int hashCode()
public javax.xml.transform.Source getContent()
throws PolicyException
getContent in interface DomainExpressionPolicyException - when an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||