Class WsDiscoveryConfig
- java.lang.Object
-
- org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryConfig
-
public class WsDiscoveryConfig extends Object
Configuration of the WS-Discovery package.- See Also:
DefaultDpwsConfigModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_WAIT_FOR_PROBE_MATCHESControls the maximum waiting time for ProbeMatches messages.static StringMAX_WAIT_FOR_RESOLVE_MATCHESControls the maximum waiting time for ResolveMatches messages.static StringPROBE_MATCHES_BUFFER_SIZEControls the maximum buffer size for incoming ProbeMatches messages.static StringRESOLVE_MATCHES_BUFFER_SIZEControls the maximum buffer size for incoming ResolveMatches messages.
-
Constructor Summary
Constructors Constructor Description WsDiscoveryConfig()
-
-
-
Field Detail
-
MAX_WAIT_FOR_PROBE_MATCHES
public static final String MAX_WAIT_FOR_PROBE_MATCHES
Controls the maximum waiting time for ProbeMatches messages.- Data type: Duration
- Use: optional
- See Also:
- Constant Field Values
-
MAX_WAIT_FOR_RESOLVE_MATCHES
public static final String MAX_WAIT_FOR_RESOLVE_MATCHES
Controls the maximum waiting time for ResolveMatches messages.- Data type: Duration
- Use: optional
- See Also:
- Constant Field Values
-
PROBE_MATCHES_BUFFER_SIZE
public static final String PROBE_MATCHES_BUFFER_SIZE
Controls the maximum buffer size for incoming ProbeMatches messages.- Data type: Integer
- Use: optional
- See Also:
- Constant Field Values
-
RESOLVE_MATCHES_BUFFER_SIZE
public static final String RESOLVE_MATCHES_BUFFER_SIZE
Controls the maximum buffer size for incoming ResolveMatches messages.- Data type: Integer
- Use: optional
- See Also:
- Constant Field Values
-
-