Uses of Class
org.wso2.carbon.endpoint.ui.endpoints.Endpoint
-
-
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints Modifier and Type Class Description classListEndpointBasic structure for theListEndpointwhich contains a list of child endpointsFields in org.wso2.carbon.endpoint.ui.endpoints with type parameters of type Endpoint Modifier and Type Field Description protected List<Endpoint>ListEndpoint. endpointsMethods in org.wso2.carbon.endpoint.ui.endpoints that return Endpoint Modifier and Type Method Description EndpointListEndpoint. getChild(int pos)Get a child endpointEndpointEndpointService. getEndpoint()Get the Endpoint related to this Endpoint serviceEndpointListEndpoint. removeChild(int pos)Remove a child endpointMethods in org.wso2.carbon.endpoint.ui.endpoints that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>ListEndpoint. getList()Get the list of child endpoints containing in this endpointMethods in org.wso2.carbon.endpoint.ui.endpoints with parameters of type Endpoint Modifier and Type Method Description voidListEndpoint. addChild(Endpoint endpoint)Add a child endpoint to the listbooleanListEndpoint. removeChild(Endpoint endpoint)Remove a child endpointMethod parameters in org.wso2.carbon.endpoint.ui.endpoints with type arguments of type Endpoint Modifier and Type Method Description protected voidListEndpoint. serializeChildren(org.apache.axiom.om.OMElement parent, List<Endpoint> list)Serialize all child endpoints -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.address
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.address Modifier and Type Class Description classAddressEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.address that return Endpoint Modifier and Type Method Description EndpointAddressEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.defaultendpoint
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.defaultendpoint Modifier and Type Class Description classDefaultEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.defaultendpoint that return Endpoint Modifier and Type Method Description EndpointDefaultEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.failover
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.failover Modifier and Type Class Description classFailoverEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.failover that return Endpoint Modifier and Type Method Description EndpointFailoverEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.http
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.http Modifier and Type Class Description classHttpEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.http that return Endpoint Modifier and Type Method Description EndpointHttpEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.loadbalance
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.loadbalance Modifier and Type Class Description classLoadBalanceEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.loadbalance that return Endpoint Modifier and Type Method Description EndpointLoadBalanceEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.recipientlist
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.recipientlist Modifier and Type Class Description classRecipientlistEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.recipientlist that return Endpoint Modifier and Type Method Description EndpointRecipientlistEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.template
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.template Modifier and Type Class Description classTemplateEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.template that return Endpoint Modifier and Type Method Description EndpointTemplateEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.wsdl
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.wsdl Modifier and Type Class Description classWsdlEndpointMethods in org.wso2.carbon.endpoint.ui.endpoints.wsdl that return Endpoint Modifier and Type Method Description EndpointWsdlEndpointService. getEndpoint() -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.util
Methods in org.wso2.carbon.endpoint.ui.util that return Endpoint Modifier and Type Method Description static EndpointListEndpointDesignerHelper. getEditingEndpoint(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session)static EndpointListEndpointDesignerHelper. getEndpointAt(ListEndpoint listEndpoint, String position)static EndpointListEndpointDesignerHelper. getNewEndpoint(String endpointName)static EndpointListEndpointDesignerHelper. removeEndpointAt(ListEndpoint listEndpoint, String position)Methods in org.wso2.carbon.endpoint.ui.util with parameters of type Endpoint Modifier and Type Method Description static StringListEndpointDesignerHelper. getEndpointHTML(Endpoint endpoint, boolean last, String position, javax.servlet.ServletConfig config, Locale locale)
-