Package io.quarkiverse.cxf
Class CxfConfig
- java.lang.Object
-
- io.quarkiverse.cxf.CxfConfig
-
@ConfigRoot(name="cxf", phase=RUN_TIME) public class CxfConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,CxfClientConfig>clientsConfigure client proxiess.static StringCONFIG_NAMEMap<String,CxfEndpointConfig>endpointsChoose the path of each web services.
-
Constructor Summary
Constructors Constructor Description CxfConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CxfClientConfiggetClient(String key)booleanisClientPresent(String key)
-
-
-
Field Detail
-
CONFIG_NAME
public static final String CONFIG_NAME
- See Also:
- Constant Field Values
-
endpoints
@ConfigItem(name="endpoint") public Map<String,CxfEndpointConfig> endpoints
Choose the path of each web services.
-
clients
@ConfigItem(name="client") public Map<String,CxfClientConfig> clients
Configure client proxiess.
-
-
Method Detail
-
isClientPresent
public boolean isClientPresent(String key)
-
getClient
public CxfClientConfig getClient(String key)
-
-