org.wso2.carbon.governance.api.endpoints.dataobjects
Interface Endpoint

All Superinterfaces:
GovernanceArtifact
All Known Implementing Classes:
EndpointImpl

public interface Endpoint
extends GovernanceArtifact


Method Summary
 String getUrl()
          Method to obtain the endpoint URL.
 
Methods inherited from interface org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
addAttribute, attachLifecycle, checkLCItem, getAllCheckListItemNames, getAllLifecycleActions, getAllVotingItems, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLifecycleName, getLifecycleState, getPath, getQName, invokeAction, invokeAction, isLCItemChecked, isVoted, removeAttribute, setAttribute, setAttributes, setId, uncheckLCItem, unvote, vote
 

Method Detail

getUrl

String getUrl()
Method to obtain the endpoint URL.

Returns:
the endpoint URL.


Copyright © 2013 WSO2 Inc. All Rights Reserved.