org.ogf.graap.wsag.wsrf.sg.impl
Class AgreementMembershipContentRule
java.lang.Object
org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
org.ogf.graap.wsag.wsrf.sg.impl.MembershipContentRule
org.ogf.graap.wsag.wsrf.sg.impl.AgreementMembershipContentRule
- All Implemented Interfaces:
- org.apache.muse.util.xml.XmlSerializable, org.apache.muse.ws.resource.sg.MembershipContentRule
public class AgreementMembershipContentRule
- extends MembershipContentRule
AgreementMembershipContentRule
- Author:
- Oliver Waeldrich
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 |
AgreementMembershipContentRule
public AgreementMembershipContentRule()
- default constructor
AgreementMembershipContentRule
public AgreementMembershipContentRule(Element xml)
- Parameters:
xml
- the rule to set- See Also:
SimpleMembershipContentRule
isMatch
public boolean isMatch(org.apache.muse.ws.addressing.EndpointReference memberEPR)
- Description copied from class:
MembershipContentRule
- Matches the resource referenced by the given EPR against this rule.
- Specified by:
isMatch
in interface org.apache.muse.ws.resource.sg.MembershipContentRule
- Overrides:
isMatch
in class MembershipContentRule
- Parameters:
memberEPR
- the EPR of the resource that is matched against the membership rule
- Returns:
true
if the specified resource matches the membership rule, otherwise
false
Copyright © 2008-2012. All Rights Reserved.