Package org.somda.sdc.dpws.client
Class ClientConfig
- java.lang.Object
-
- org.somda.sdc.dpws.client.ClientConfig
-
public class ClientConfig extends Object
Configuration keys for the client.- See Also:
DefaultDpwsConfigModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTO_RESOLVEConfigures auto-resolve for probes and hellos without XAddrs.static StringMAX_WAIT_FOR_RESOLVE_MATCHESControls maximum waiting time to get ResolveMatches information fetched from WS-Discovery.
-
Constructor Summary
Constructors Constructor Description ClientConfig()
-
-
-
Field Detail
-
MAX_WAIT_FOR_RESOLVE_MATCHES
public static final String MAX_WAIT_FOR_RESOLVE_MATCHES
Controls maximum waiting time to get ResolveMatches information fetched from WS-Discovery.- Data type: Duration
- Use: optional
- See Also:
- Constant Field Values
-
AUTO_RESOLVE
public static final String AUTO_RESOLVE
Configures auto-resolve for probes and hellos without XAddrs.- Data type: Boolean
- Use: optional
- See Also:
- Constant Field Values
-
-