Class WsDiscoveryConfig
java.lang.Object
org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryConfig
Configuration of the WS-Discovery package.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringControls the maximum waiting time for ProbeMatches messages.static final StringControls the maximum waiting time for ResolveMatches messages.static final StringControls the maximum buffer size for incoming ProbeMatches messages.static final StringControls the maximum buffer size for incoming ResolveMatches messages. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_WAIT_FOR_PROBE_MATCHES
Controls the maximum waiting time for ProbeMatches messages.- Data type: Duration
- Use: optional
- See Also:
-
MAX_WAIT_FOR_RESOLVE_MATCHES
Controls the maximum waiting time for ResolveMatches messages.- Data type: Duration
- Use: optional
- See Also:
-
PROBE_MATCHES_BUFFER_SIZE
Controls the maximum buffer size for incoming ProbeMatches messages.- Data type: Integer
- Use: optional
- See Also:
-
RESOLVE_MATCHES_BUFFER_SIZE
Controls the maximum buffer size for incoming ResolveMatches messages.- Data type: Integer
- Use: optional
- See Also:
-
-
Constructor Details
-
WsDiscoveryConfig
public WsDiscoveryConfig()
-