public class WsAddressingConfig
extends Object
Configuration of the WS-Addressing package.
- See Also:
-
-
Field Summary
Fields
Set to true to let servers ignore message ids.
Controls the maximum amount of cached SOAP messages for SOAP message duplication detection.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MESSAGE_ID_CACHE_SIZE
public static final String MESSAGE_ID_CACHE_SIZE
Controls the maximum amount of cached SOAP messages for SOAP message duplication detection.
- See Also:
-
-
IGNORE_MESSAGE_IDS
public static final String IGNORE_MESSAGE_IDS
Set to true to let servers ignore message ids.
- See Also:
-
-
Constructor Details
-
WsAddressingConfig
public WsAddressingConfig()