Modifier and Type | Method and Description |
---|---|
EndpointService |
EndpointAdminClient.getEndpointService(org.wso2.carbon.endpoint.stub.types.service.EndpointMetaData metaData)
Get the endpoint service for the given endpoint metadata
|
EndpointService |
EndpointAdminClient.getEndpointService(String endpointString)
Get the endpoint service for the given endpoint configuration
|
Modifier and Type | Method and Description |
---|---|
EndpointService |
EndpointStore.getEndpointService(org.apache.axiom.om.OMElement element)
Retrieves the
EndpointService with
the given element |
EndpointService |
EndpointStore.getEndpointService(String tagLocalName)
Retrieves the
EndpointService with
the given tagLocalName |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointService> |
EndpointStore.getRegisteredEndpoints()
Retrieves all the
EndpointService |
Modifier and Type | Method and Description |
---|---|
void |
EndpointStore.registerEndpoint(String endpointTagLocalName,
EndpointService endpointService)
Registers a
EndpointService with the store |
Modifier and Type | Class and Description |
---|---|
class |
AddressEndpointService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEndpointService |
Modifier and Type | Class and Description |
---|---|
class |
FailoverEndpointService |
Modifier and Type | Class and Description |
---|---|
class |
HttpEndpointService |
Modifier and Type | Class and Description |
---|---|
class |
LoadBalanceEndpointService |
Modifier and Type | Class and Description |
---|---|
class |
RecipientlistEndpointService |
Modifier and Type | Class and Description |
---|---|
class |
TemplateEndpointService |
Modifier and Type | Class and Description |
---|---|
class |
WsdlEndpointService |
Copyright © 2020 WSO2. All rights reserved.