| Package | Description |
|---|---|
| org.talend.esb.servicelocator.client | |
| org.talend.esb.servicelocator.client.internal | |
| org.talend.esb.servicelocator.cxf.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
SLPropertiesImpl
Implementation of
SLProperties backed by a Map. |
| Modifier and Type | Field and Description |
|---|---|
static SLProperties |
SLPropertiesImpl.EMPTY_PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
SLProperties |
Endpoint.getProperties() |
SLProperties |
SimpleEndpoint.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleEndpoint.init(String endpoint,
SLProperties properties) |
boolean |
SLPropertiesMatcher.isMatching(SLProperties properties)
Checks if the given
SLProperties fulfills all assertions specified for this matcher. |
void |
ServiceLocator.register(QName serviceName,
String endpoint,
SLProperties properties)
For a given service register the endpoint of a concrete provider of this
service.
|
void |
ServiceLocator.register(QName serviceName,
String endpoint,
SLProperties properties,
boolean persistent) |
void |
Endpoint.PropertiesTransformer.writePropertiesTo(SLProperties props,
Result result) |
| Constructor and Description |
|---|
SimpleEndpoint(QName serviceName,
String endpoint,
BindingType bindingType,
TransportType transportType,
SLProperties properties) |
SimpleEndpoint(QName serviceName,
String endpoint,
SLProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static SLProperties |
SLPropertiesConverter.toSLProperties(ServiceLocatorPropertiesType props) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLocatorImpl.register(QName serviceName,
String endpoint,
SLProperties properties)
For a given service register the endpoint of a concrete provider of this
service.
|
void |
ServiceLocatorImpl.register(QName serviceName,
String endpoint,
SLProperties properties,
boolean persistent) |
static ServiceLocatorPropertiesType |
SLPropertiesConverter.toServiceLocatorPropertiesType(SLProperties props) |
void |
EndpointTransformerImpl.writePropertiesTo(SLProperties props,
Result result)
{@inheritDoc
|
| Modifier and Type | Method and Description |
|---|---|
SLProperties |
CXFEndpointProvider.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleBusLocatorRegistrar.registerServer(org.apache.cxf.endpoint.Server server,
SLProperties props) |
void |
LocatorRegistrar.registerServer(org.apache.cxf.endpoint.Server server,
SLProperties props,
org.apache.cxf.Bus bus) |
| Constructor and Description |
|---|
CXFEndpointProvider(QName serviceName,
String address,
SLProperties properties)
Creates a CXFEndpointProvider instance.
|
CXFEndpointProvider(org.apache.cxf.endpoint.Server server,
String address,
SLProperties properties)
Creates a CXFEndpointProvider instance.
|
Copyright © 2011–2018 Talend Inc.. All rights reserved.