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()
           
 String getResourceId()
           
 String getRole()
           
 
Methods inherited from interface org.apache.muse.util.xml.XmlSerializable
toXML, toXML
 

Method Detail

getManageabilityReference

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

getResourceId

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

getRole

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


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.