Uses of Class
org.wso2.carbon.endpoint.ui.endpoints.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpointsModifier and TypeClassDescriptionclassBasic structure for theListEndpointwhich contains a list of child endpointsFields in org.wso2.carbon.endpoint.ui.endpoints with type parameters of type EndpointMethods in org.wso2.carbon.endpoint.ui.endpoints that return EndpointModifier and TypeMethodDescriptionListEndpoint.getChild(int pos) Get a child endpointEndpointService.getEndpoint()Get the Endpoint related to this Endpoint serviceListEndpoint.removeChild(int pos) Remove a child endpointMethods in org.wso2.carbon.endpoint.ui.endpoints that return types with arguments of type EndpointModifier and TypeMethodDescriptionListEndpoint.getList()Get the list of child endpoints containing in this endpointMethods in org.wso2.carbon.endpoint.ui.endpoints with parameters of type EndpointModifier and TypeMethodDescriptionvoidAdd 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 EndpointModifier and TypeMethodDescriptionprotected 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.addressMethods in org.wso2.carbon.endpoint.ui.endpoints.address that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.defaultendpoint
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.defaultendpointMethods in org.wso2.carbon.endpoint.ui.endpoints.defaultendpoint that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.failover
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.failoverMethods in org.wso2.carbon.endpoint.ui.endpoints.failover that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.http
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.httpMethods in org.wso2.carbon.endpoint.ui.endpoints.http that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.loadbalance
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.loadbalanceMethods in org.wso2.carbon.endpoint.ui.endpoints.loadbalance that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.recipientlist
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.recipientlistMethods in org.wso2.carbon.endpoint.ui.endpoints.recipientlist that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.template
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.templateMethods in org.wso2.carbon.endpoint.ui.endpoints.template that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.wsdl
Subclasses of Endpoint in org.wso2.carbon.endpoint.ui.endpoints.wsdlMethods in org.wso2.carbon.endpoint.ui.endpoints.wsdl that return Endpoint -
Uses of Endpoint in org.wso2.carbon.endpoint.ui.util
Methods in org.wso2.carbon.endpoint.ui.util that return EndpointModifier and TypeMethodDescriptionstatic 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 EndpointModifier and TypeMethodDescriptionstatic StringListEndpointDesignerHelper.getEndpointHTML(Endpoint endpoint, boolean last, String position, javax.servlet.ServletConfig config, Locale locale)