public class LocatorFeature extends org.apache.cxf.feature.AbstractFeature implements LocatorFeatureInterface
| Constructor and Description |
|---|
LocatorFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceLocatorManager |
getLocatorManager(org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
void |
setAvailableEndpointProperties(Map<String,String> properties)
Set endpoint properties on service side
|
void |
setRequiredEndpointProperties(Map<String,String> properties)
Set endpoint properties on client side for match
|
void |
setSelectionStrategy(String selectionStrategy)
Set selection strategy
|
public void initialize(org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeatureprotected ServiceLocatorManager getLocatorManager(org.apache.cxf.Bus bus)
public void setAvailableEndpointProperties(Map<String,String> properties)
LocatorFeatureInterfacesetAvailableEndpointProperties in interface LocatorFeatureInterfacepublic void setRequiredEndpointProperties(Map<String,String> properties)
LocatorFeatureInterfacesetRequiredEndpointProperties in interface LocatorFeatureInterfacepublic void setSelectionStrategy(String selectionStrategy)
LocatorFeatureInterfacesetSelectionStrategy in interface LocatorFeatureInterfaceCopyright © 2011–2016 Talend Inc.. All rights reserved.