Hazelcast – IMap

The java.util.concurrent.The map provides an interface that supports storing key-value pairs in a single JVM. While java.util.concurrent.ConcurrentMap extends this to support thread safety in a single JVM with multiple threads.…

Continue ReadingHazelcast – IMap

SOAP – Body

  • Post author:
  • Post category:SOAP
  • Post comments:2 Comments

The SOAP body is a mandatory element that contains the application-defined XML data being exchanged in the SOAP message. The body must be contained within the envelope and must follow…

Continue ReadingSOAP – Body

SOAP – Header

  • Post author:
  • Post category:SOAP
  • Post comments:0 Comments

The optional Header element offers a flexible framework for specifying additional application-level requirements. For example, the Header element can be used to specify a digital signature for password-protected services. Likewise,…

Continue ReadingSOAP – Header