|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.feature.AbstractFeature
org.talend.esb.servicelocator.cxf.LocatorFeature
org.talend.esb.locator.LocatorFeature
LocatorFeature instead.
@Deprecated public class LocatorFeature
CXF feature to enable the locator client with an CXF service.
| Constructor Summary | |
|---|---|
LocatorFeature()
Deprecated. |
|
| Method Summary | |
|---|---|
protected ServiceLocatorManager |
getLocatorManager(org.apache.cxf.Bus bus)
Deprecated. |
void |
setConnectionTimeout(int connectionTimeout)
Deprecated. Specify the time the service locator client waits for a connection to get established. |
void |
setEndpointPrefix(String prefix)
Deprecated. |
void |
setLocatorEndpoints(String endpoints)
Deprecated. Specify the endpoints of all the instances belonging to the service locator ensemble the service locator client might be talking to. |
void |
setSessionTimeout(int sessionTimeout)
Deprecated. Specify the time out of the session established at the server. |
| Methods inherited from class org.talend.esb.servicelocator.cxf.LocatorFeature |
|---|
initialize, initialize, initialize, initialize, initialize, setAvailableEndpointProperties, setRequiredEndpointProperties, setSelectionStrategy |
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
|---|
getActive, initializeProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocatorFeature()
| Method Detail |
|---|
public void setLocatorEndpoints(String endpoints)
endpoints - comma separated list of endpoints,each corresponding to a servicelocator
instance. Each endpoint is specified as a host:port pair. At least one endpoint
must be specified. Valid exmaples are: "127.0.0.1:2181" or
"sl1.example.com:3210, sl2.example.com:3210, sl3.example.com:3210"public void setSessionTimeout(int sessionTimeout)
sessionTimeout - timeout in milliseconds, must be greater than zero and less than 60000.public void setConnectionTimeout(int connectionTimeout)
connectionTimeout - timeout in milliseconds, must be greater than zeropublic void setEndpointPrefix(String prefix)
protected ServiceLocatorManager getLocatorManager(org.apache.cxf.Bus bus)
getLocatorManager in class LocatorFeature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||