|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SLProperties | |
|---|---|
| org.talend.esb.servicelocator.client | |
| org.talend.esb.servicelocator.client.internal | |
| org.talend.esb.servicelocator.cxf.internal | |
| Uses of SLProperties in org.talend.esb.servicelocator.client |
|---|
| Classes in org.talend.esb.servicelocator.client that implement SLProperties | |
|---|---|
class |
SLPropertiesImpl
Implementation of SLProperties backed by a Map. |
| Fields in org.talend.esb.servicelocator.client declared as SLProperties | |
|---|---|
static SLProperties |
SLPropertiesImpl.EMPTY_PROPERTIES
|
| Methods in org.talend.esb.servicelocator.client that return SLProperties | |
|---|---|
SLProperties |
Endpoint.getProperties()
|
SLProperties |
SimpleEndpoint.getProperties()
|
| Methods in org.talend.esb.servicelocator.client with parameters of type SLProperties | |
|---|---|
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)
|
| Constructors in org.talend.esb.servicelocator.client with parameters of type SLProperties | |
|---|---|
SimpleEndpoint(QName serviceName,
String endpoint,
BindingType bindingType,
TransportType transportType,
SLProperties properties)
|
|
SimpleEndpoint(QName serviceName,
String endpoint,
SLProperties properties)
|
|
| Uses of SLProperties in org.talend.esb.servicelocator.client.internal |
|---|
| Methods in org.talend.esb.servicelocator.client.internal that return SLProperties | |
|---|---|
static SLProperties |
SLPropertiesConverter.toSLProperties(ServiceLocatorPropertiesType props)
|
| Methods in org.talend.esb.servicelocator.client.internal with parameters of type SLProperties | |
|---|---|
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 |
| Uses of SLProperties in org.talend.esb.servicelocator.cxf.internal |
|---|
| Methods in org.talend.esb.servicelocator.cxf.internal that return SLProperties | |
|---|---|
SLProperties |
CXFEndpointProvider.getProperties()
|
| Methods in org.talend.esb.servicelocator.cxf.internal with parameters of type SLProperties | |
|---|---|
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)
|
void |
ServiceLocatorManager.registerServer(org.apache.cxf.endpoint.Server server,
SLProperties props,
org.apache.cxf.Bus anotherBus)
|
| Constructors in org.talend.esb.servicelocator.cxf.internal with parameters of type SLProperties | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||