public class FabricServerListener
extends java.lang.Object
implements org.apache.cxf.endpoint.ServerLifeCycleListener
Constructor and Description |
---|
FabricServerListener(Group<CxfNodeState> group) |
FabricServerListener(Group<CxfNodeState> group,
ServerAddressResolver addressResolver,
org.apache.curator.framework.CuratorFramework curator) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullAddress(java.lang.String address) |
protected boolean |
isFullAddress(java.lang.String address) |
void |
startServer(org.apache.cxf.endpoint.Server server) |
void |
stopServer(org.apache.cxf.endpoint.Server server) |
public FabricServerListener(Group<CxfNodeState> group, ServerAddressResolver addressResolver, org.apache.curator.framework.CuratorFramework curator)
public FabricServerListener(Group<CxfNodeState> group)
public void startServer(org.apache.cxf.endpoint.Server server)
startServer
in interface org.apache.cxf.endpoint.ServerLifeCycleListener
public void stopServer(org.apache.cxf.endpoint.Server server)
stopServer
in interface org.apache.cxf.endpoint.ServerLifeCycleListener
public java.lang.String getFullAddress(java.lang.String address)
protected boolean isFullAddress(java.lang.String address)
Copyright © 2014 Red Hat. All Rights Reserved.