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 EndpointServiceEndpointAdminClient. getEndpointService(String endpointString)Get the endpoint service for the given endpoint configurationEndpointServiceEndpointAdminClient. 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 EndpointServiceEndpointStore. getEndpointService(String tagLocalName)Retrieves theEndpointServicewith the giventagLocalNameEndpointServiceEndpointStore. getEndpointService(org.apache.axiom.om.OMElement element)Retrieves theEndpointServicewith the givenelementMethods 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 theEndpointServiceMethods in org.wso2.carbon.endpoint.ui.endpoints with parameters of type EndpointService Modifier and Type Method Description voidEndpointStore. registerEndpoint(String endpointTagLocalName, EndpointService endpointService)Registers aEndpointServicewith 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 classAddressEndpointService -
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 classDefaultEndpointService -
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 classFailoverEndpointService -
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 classHttpEndpointService -
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 classLoadBalanceEndpointService -
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 classRecipientlistEndpointService -
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 classTemplateEndpointService -
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 classWsdlEndpointService
-