Uses of Interface
org.wso2.carbon.endpoint.ui.endpoints.EndpointService
-
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.client
Methods in org.wso2.carbon.endpoint.ui.client that return EndpointService Modifier and Type Method Description EndpointService
EndpointAdminClient. getEndpointService(String endpointString)
Get the endpoint service for the given endpoint configurationEndpointService
EndpointAdminClient. getEndpointService(org.wso2.carbon.endpoint.stub.types.service.EndpointMetaData metaData)
Get the endpoint service for the given endpoint metadata -
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints
Methods in org.wso2.carbon.endpoint.ui.endpoints that return EndpointService Modifier and Type Method Description EndpointService
EndpointStore. getEndpointService(String tagLocalName)
Retrieves theEndpointService
with the giventagLocalName
EndpointService
EndpointStore. getEndpointService(org.apache.axiom.om.OMElement element)
Retrieves theEndpointService
with the givenelement
Methods in org.wso2.carbon.endpoint.ui.endpoints that return types with arguments of type EndpointService Modifier and Type Method Description Collection<EndpointService>
EndpointStore. getRegisteredEndpoints()
Retrieves all theEndpointService
Methods in org.wso2.carbon.endpoint.ui.endpoints with parameters of type EndpointService Modifier and Type Method Description void
EndpointStore. registerEndpoint(String endpointTagLocalName, EndpointService endpointService)
Registers aEndpointService
with the store -
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.address
Classes in org.wso2.carbon.endpoint.ui.endpoints.address that implement EndpointService Modifier and Type Class Description class
AddressEndpointService
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.defaultendpoint
Classes in org.wso2.carbon.endpoint.ui.endpoints.defaultendpoint that implement EndpointService Modifier and Type Class Description class
DefaultEndpointService
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.failover
Classes in org.wso2.carbon.endpoint.ui.endpoints.failover that implement EndpointService Modifier and Type Class Description class
FailoverEndpointService
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.http
Classes in org.wso2.carbon.endpoint.ui.endpoints.http that implement EndpointService Modifier and Type Class Description class
HttpEndpointService
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.loadbalance
Classes in org.wso2.carbon.endpoint.ui.endpoints.loadbalance that implement EndpointService Modifier and Type Class Description class
LoadBalanceEndpointService
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.recipientlist
Classes in org.wso2.carbon.endpoint.ui.endpoints.recipientlist that implement EndpointService Modifier and Type Class Description class
RecipientlistEndpointService
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.template
Classes in org.wso2.carbon.endpoint.ui.endpoints.template that implement EndpointService Modifier and Type Class Description class
TemplateEndpointService
-
Uses of EndpointService in org.wso2.carbon.endpoint.ui.endpoints.wsdl
Classes in org.wso2.carbon.endpoint.ui.endpoints.wsdl that implement EndpointService Modifier and Type Class Description class
WsdlEndpointService
-