Class WsAddressingConfig
- java.lang.Object
-
- org.somda.sdc.dpws.soap.wsaddressing.WsAddressingConfig
-
public class WsAddressingConfig extends Object
Configuration of the WS-Addressing package.- See Also:
DefaultDpwsConfigModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringIGNORE_MESSAGE_IDSSet to true to let servers ignore message ids.static StringMESSAGE_ID_CACHE_SIZEControls the maximum amount of cached SOAP messages for SOAP message duplication detection.
-
Constructor Summary
Constructors Constructor Description WsAddressingConfig()
-
-
-
Field Detail
-
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.- Data type: Integer
- Use: optional
- See Also:
- Constant Field Values
-
IGNORE_MESSAGE_IDS
public static final String IGNORE_MESSAGE_IDS
Set to true to let servers ignore message ids.- Data type: Boolean
- Use: optional
- See Also:
- Constant Field Values
-
-