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:
  • Field Details

    • MAX_WAIT_FOR_PROBE_MATCHES

      public static final String MAX_WAIT_FOR_PROBE_MATCHES
      Controls the maximum waiting time for ProbeMatches messages.
      See Also:
    • MAX_WAIT_FOR_RESOLVE_MATCHES

      public static final String MAX_WAIT_FOR_RESOLVE_MATCHES
      Controls the maximum waiting time for ResolveMatches messages.
      See Also:
    • PROBE_MATCHES_BUFFER_SIZE

      public static final String PROBE_MATCHES_BUFFER_SIZE
      Controls the maximum buffer size for incoming ProbeMatches messages.
      See Also:
    • RESOLVE_MATCHES_BUFFER_SIZE

      public static final String RESOLVE_MATCHES_BUFFER_SIZE
      Controls the maximum buffer size for incoming ResolveMatches messages.
      See Also:
  • Constructor Details

    • WsDiscoveryConfig

      public WsDiscoveryConfig()