|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
org.wso2.carbon.governance.api.endpoints | |
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.services.dataobjects |
---|
Methods in org.wso2.carbon.governance.api.services.dataobjects that return Endpoint | |
---|---|
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 |
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[] |
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 |
Wsdl.attachEndpoint(Endpoint endpoint)
Attach an endpoint artifact to a WSDL artifact. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |