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, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLifecycleName, getLifecycleState, getPath, getQName, removeAttribute, setAttribute, setAttributes, setId
 

Method Detail

getUrl

String getUrl()
Method to obtain the endpoint URL.

Returns:
the endpoint URL.


Copyright © 2012 WSO2 Inc. All Rights Reserved.