|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule org.ogf.graap.wsag.wsrf.sg.impl.MembershipContentRule
public class MembershipContentRule
MembershipContentRule
Constructor Summary | |
---|---|
MembershipContentRule()
default constructor |
|
MembershipContentRule(Element xml)
Creates a MembershipContentRule based on the given XML representaotion of the rule. |
Method Summary | |
---|---|
boolean |
isMatch(org.apache.muse.ws.addressing.EndpointReference memberEPR)
Matches the resource referenced by the given EPR against this rule. |
Methods inherited from class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule |
---|
getContentElements, getMemberInterface, getServiceGroupEPR, setContentElements, setMemberInterface, setServiceGroupEPR, toXML, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MembershipContentRule()
public MembershipContentRule(Element xml)
MembershipContentRule
based on the given XML representaotion of the rule.
xml
- the rule XML representationSimpleMembershipContentRule
Method Detail |
---|
public boolean isMatch(org.apache.muse.ws.addressing.EndpointReference memberEPR)
isMatch
in interface org.apache.muse.ws.resource.sg.MembershipContentRule
isMatch
in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
memberEPR
- the EPR of the resource to match
true
if the resource matches this rule, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |