public class EndpointImpl extends GovernanceArtifactImpl implements Endpoint
attributes, properties
Constructor and Description |
---|
EndpointImpl(String id,
org.wso2.carbon.registry.core.Registry registry)
Constructor accepting resource path, identifier and a registry instance.
|
EndpointImpl(String url,
String id)
Constructor accepting resource identifier and the endpoint URL.
|
Modifier and Type | Method and Description |
---|---|
QName |
getQName()
Returns the QName of the artifact.
|
String |
getUrl()
Method to obtain the endpoint URL.
|
void |
loadEndpointDetails()
Method to load the endpoint details into this artifact.
|
addAssociation, addAssociation, addAttribute, addTag, addTags, associateRegistry, attach, attach, attachLifecycle, checkLCItem, checkRegistryResourceAssociation, create, create, createVersion, detach, detachLifecycle, equals, getAllCheckListItemNames, getAllLifecycleActions, getAllVotingItems, getArtifactPath, getAssociatedArtifactIds, getAssociatedRegistry, getAssociations, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLcName, getLcState, getLifecycleName, getLifecycleNames, getLifecycleState, getLifecycleState, getPath, getPropertyKeys, invokeAction, invokeAction, isLCItemChecked, isRegistryAwareArtifact, isVoted, listTags, removeAssociation, removeAssociation, removeAttribute, removeTag, removeTags, setArtifactPath, setAttribute, setAttributes, setId, setLcName, setLcState, uncheckLCItem, unvote, updatePath, updatePath, vote
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAssociation, addAssociation, addAttribute, addTag, addTags, attach, attach, attachLifecycle, checkLCItem, detach, getAllCheckListItemNames, getAllLifecycleActions, getAllVotingItems, getAssociatedArtifactIds, getAssociations, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLifecycleName, getLifecycleNames, getLifecycleState, getLifecycleState, getPath, getPropertyKeys, invokeAction, invokeAction, isLCItemChecked, isRegistryAwareArtifact, isVoted, listTags, removeAssociation, removeAssociation, removeAttribute, removeTag, removeTags, setAttribute, setAttributes, setId, uncheckLCItem, unvote, vote
public EndpointImpl(String id, org.wso2.carbon.registry.core.Registry registry) throws GovernanceException
id
- the resource identifier.registry
- the registry instance.GovernanceException
- if the construction fails.public String getUrl()
public QName getQName()
GovernanceArtifact
getQName
in interface GovernanceArtifact
public void loadEndpointDetails() throws GovernanceException
GovernanceException
- if the operation failed.Copyright © 2015 WSO2. All Rights Reserved.