org.apache.muse.ws.dm.muws
Interface Participant

All Superinterfaces:
XmlSerializable
All Known Implementing Classes:
SimpleParticipant

public interface Participant
extends XmlSerializable

Participant represents the individual resources that are named in a WSDM relationship. It is a sub-component of the muws2:Relationship property defined by the Relationships capability.

Author:
Dan Jemiolo (danj)

Method Summary
 EndpointReference getManageabilityReference()
           
 java.lang.String getResourceId()
           
 java.lang.String getRole()
           
 
Methods inherited from interface org.apache.muse.util.xml.XmlSerializable
toXML, toXML
 

Method Detail

getManageabilityReference

public EndpointReference getManageabilityReference()
Returns:
The participant's EPR.

getResourceId

public java.lang.String getResourceId()
Returns:
The participant's MUWS ResourceId.
See Also:
Identity.getResourceId()

getRole

public java.lang.String getRole()
Returns:
The URI identifying the role of the participant in its relationship.