Modifier and Type | Class and Description |
---|---|
class |
ListEndpoint
Basic structure for the
ListEndpoint which contains a list of child endpoints |
Modifier and Type | Field and Description |
---|---|
protected List<Endpoint> |
ListEndpoint.endpoints |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ListEndpoint.getChild(int pos)
Get a child endpoint
|
Endpoint |
EndpointService.getEndpoint()
Get the Endpoint related to this Endpoint service
|
Endpoint |
ListEndpoint.removeChild(int pos)
Remove a child endpoint
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
ListEndpoint.getList()
Get the list of child endpoints containing in this endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
ListEndpoint.addChild(Endpoint endpoint)
Add a child endpoint to the list
|
boolean |
ListEndpoint.removeChild(Endpoint endpoint)
Remove a child endpoint
|
Modifier and Type | Method and Description |
---|---|
protected void |
ListEndpoint.serializeChildren(org.apache.axiom.om.OMElement parent,
List<Endpoint> list)
Serialize all child endpoints
|
Modifier and Type | Class and Description |
---|---|
class |
AddressEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
AddressEndpointService.getEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
DefaultEndpointService.getEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
FailoverEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
FailoverEndpointService.getEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
HttpEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
HttpEndpointService.getEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
LoadBalanceEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
LoadBalanceEndpointService.getEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
RecipientlistEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
RecipientlistEndpointService.getEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
TemplateEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
TemplateEndpointService.getEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
WsdlEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
WsdlEndpointService.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
static Endpoint |
ListEndpointDesignerHelper.getEditingEndpoint(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session) |
static Endpoint |
ListEndpointDesignerHelper.getEndpointAt(ListEndpoint listEndpoint,
String position) |
static Endpoint |
ListEndpointDesignerHelper.getNewEndpoint(String endpointName) |
static Endpoint |
ListEndpointDesignerHelper.removeEndpointAt(ListEndpoint listEndpoint,
String position) |
Modifier and Type | Method and Description |
---|---|
static String |
ListEndpointDesignerHelper.getEndpointHTML(Endpoint endpoint,
boolean last,
String position,
javax.servlet.ServletConfig config,
Locale locale) |
Copyright © 2018 WSO2. All rights reserved.