org.ogf.graap.wsag.wsrf.sg.impl
Class AgreementMembershipContentRule

java.lang.Object
  extended by org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
      extended by org.ogf.graap.wsag.wsrf.sg.impl.MembershipContentRule
          extended by 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

Constructor Summary
AgreementMembershipContentRule()
          default constructor
AgreementMembershipContentRule(Element xml)
           
 
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

AgreementMembershipContentRule

public AgreementMembershipContentRule()
default constructor


AgreementMembershipContentRule

public AgreementMembershipContentRule(Element xml)
Parameters:
xml - the rule to set
See Also:
SimpleMembershipContentRule
Method Detail

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.