Uses of Interface
org.wso2.carbon.governance.api.endpoints.dataobjects.Endpoint
-
-
Uses of Endpoint in org.wso2.carbon.governance.api.endpoints
Methods in org.wso2.carbon.governance.api.endpoints that return Endpoint Modifier and Type Method Description Endpoint[]EndpointManager. getAllEndpoints()Finds all Endpoint artifacts on the registry.EndpointEndpointManager. getEndpoint(String endpointId)Fetches the given endpoint artifact on the registry.EndpointEndpointManager. getEndpointByUrl(String url)Finds the endpoint artifact that matches the given URL.EndpointEndpointManager. newEndpoint(String url)Creates a new endpoint artifact from the given URL.Methods in org.wso2.carbon.governance.api.endpoints with parameters of type Endpoint Modifier and Type Method Description voidEndpointManager. 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 Endpoint Modifier and Type Class Description classEndpointImplThis 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 Endpoint Modifier and Type Method Description Endpoint[]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 Endpoint Modifier and Type Method Description voidService. 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 Endpoint Modifier and Type Method Description Endpoint[]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 Endpoint Modifier and Type Method Description voidWsdl. attachEndpoint(Endpoint endpoint)Attach an endpoint artifact to a WSDL artifact.voidWsdlImpl. attachEndpoint(Endpoint endpoint)Attach an endpoint artifact to a WSDL artifact.
-