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

Packages that use Endpoint
org.wso2.carbon.governance.api.endpoints   
org.wso2.carbon.governance.api.endpoints.dataobjects   
org.wso2.carbon.governance.api.services.dataobjects   
org.wso2.carbon.governance.api.wsdls.dataobjects   
 

Uses of Endpoint in org.wso2.carbon.governance.api.endpoints
 

Methods in org.wso2.carbon.governance.api.endpoints that return Endpoint
 Endpoint EndpointManager.getEndpoint(String endpointId)
          Fetches the given endpoint artifact on the registry.
 Endpoint EndpointManager.getEndpointByUrl(String url)
          Finds the endpoint artifact that matches the given URL.
 Endpoint 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 Endpoint
 void EndpointManager.addEndpoint(Endpoint endpoint)
          Adds the given endpoint artifact to the registry.
 void EndpointManager.setContent(Endpoint endpoint, org.wso2.carbon.registry.core.Resource endpointResource)
          Sets content of the given endpoint artifact to the given resource on the registry.
 void EndpointManager.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
 class EndpointImpl
          This 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
 Endpoint[] ServiceImpl.getAttachedEndpoints()
          Method to retrieve all endpoints attached to this service artifact.
 Endpoint[] Service.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
 void ServiceImpl.attachEndpoint(Endpoint endpoint)
          Attach an endpoint artifact to a service artifact.
 void Service.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
 Endpoint[] WsdlImpl.getAttachedEndpoints()
          Method to retrieve all endpoints attached to this WSDL artifact.
 Endpoint[] Wsdl.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
 void WsdlImpl.attachEndpoint(Endpoint endpoint)
          Attach an endpoint artifact to a WSDL artifact.
 void Wsdl.attachEndpoint(Endpoint endpoint)
          Attach an endpoint artifact to a WSDL artifact.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.