Metro vs Java's JAX-WS?

前端 未结 2 2263
心在旅途
心在旅途 2020-12-25 12:49

What is/are the difference/s of Java\'s JAX-WS and Metro? Are they the same of are they two different JAX-WS implementations?

According to my research, JAX-WS is alr

2条回答
  •  [愿得一人]
    2020-12-25 13:42

    Accourding to Metro's home page, "Metro consists of JAX-WS Reference Implementation project and Web Services Interoperability Technology project."

    Web Services Interoperability Technologies (WSIT) (previously known as Project Tango) includes implementations of:

    • SOAP over TCP
    • WS-AtomicTransactions/Coordination
    • WS-MetadataExchange
    • WS-Policy (https://github.com/javaee/metro-policy)
    • WS-ReliableMessaging
    • WS-SecureConversation
    • WS-Security
    • WS-SecurityPolicy
    • WS-Trust

    Look at this answer for futher information.

提交回复
热议问题