Modifier and Type | Method and Description |
---|---|
Endpoint[] |
EndpointManager.getAllEndpoints()
Finds all Endpoint artifacts on the registry.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointImpl
This represents an endpoint artifact stored on the Registry.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Wsdl.attachEndpoint(Endpoint endpoint)
Attach an endpoint artifact to a WSDL artifact.
|
void |
WsdlImpl.attachEndpoint(Endpoint endpoint)
Attach an endpoint artifact to a WSDL artifact.
|
Copyright © 2017 WSO2. All Rights Reserved.