Uses of Interface
org.wso2.carbon.governance.api.endpoints.dataobjects.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in org.wso2.carbon.governance.api.endpoints
Methods in org.wso2.carbon.governance.api.endpoints that return EndpointModifier and TypeMethodDescriptionEndpoint[]EndpointManager.getAllEndpoints()Finds all Endpoint artifacts on the registry.EndpointManager.getEndpoint(String endpointId) Fetches the given endpoint artifact on the registry.EndpointManager.getEndpointByUrl(String url) Finds the endpoint artifact that matches the given URL.EndpointManager.newEndpoint(String url) Creates a new endpoint artifact from the given URL.Methods in org.wso2.carbon.governance.api.endpoints with parameters of type EndpointModifier and TypeMethodDescriptionvoidEndpointManager.addEndpoint(Endpoint endpoint) Adds the given endpoint artifact to the registry.voidEndpointManager.setContent(Endpoint endpoint, org.wso2.carbon.registry.core.Resource endpointResource) Sets content of the given endpoint artifact to the given resource on the registry.voidEndpointManager.updateEndpoint(Endpoint endpoint) Updates the given endpoint artifact on the registry. -
Uses of Endpoint in org.wso2.carbon.governance.api.endpoints.dataobjects
Classes in org.wso2.carbon.governance.api.endpoints.dataobjects that implement EndpointModifier and TypeClassDescriptionclassThis represents an endpoint artifact stored on the Registry. -
Uses of Endpoint in org.wso2.carbon.governance.api.services.dataobjects
Methods in org.wso2.carbon.governance.api.services.dataobjects that return EndpointModifier and TypeMethodDescriptionEndpoint[]Service.getAttachedEndpoints()Method to retrieve all endpoints attached to this service artifact.Endpoint[]ServiceImpl.getAttachedEndpoints()Method to retrieve all endpoints attached to this service artifact.Methods in org.wso2.carbon.governance.api.services.dataobjects with parameters of type EndpointModifier and TypeMethodDescriptionvoidService.attachEndpoint(Endpoint endpoint) Attach an endpoint artifact to a service artifact.voidServiceImpl.attachEndpoint(Endpoint endpoint) Attach an endpoint artifact to a service artifact. -
Uses of Endpoint in org.wso2.carbon.governance.api.wsdls.dataobjects
Methods in org.wso2.carbon.governance.api.wsdls.dataobjects that return EndpointModifier and TypeMethodDescriptionEndpoint[]Wsdl.getAttachedEndpoints()Method to retrieve all endpoints attached to this WSDL artifact.Endpoint[]WsdlImpl.getAttachedEndpoints()Method to retrieve all endpoints attached to this WSDL artifact.Methods in org.wso2.carbon.governance.api.wsdls.dataobjects with parameters of type EndpointModifier and TypeMethodDescriptionvoidWsdl.attachEndpoint(Endpoint endpoint) Attach an endpoint artifact to a WSDL artifact.voidWsdlImpl.attachEndpoint(Endpoint endpoint) Attach an endpoint artifact to a WSDL artifact.