What is the difference between JAX-WS and JAXB: JAX-WS: Java API for XML Web Service JAXB: Java Architecture for XML Binding
Asked Answered
E

1

11

Both of them can be used to implement a soap-client. What're the differences?

Envoy answered 6/6, 2016 at 22:8 Comment(0)
T
16

JAXB is an API used by JAX-WS, but it is independent of web services - it can be used in other contexts just as well.

Taxidermy answered 6/6, 2016 at 22:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.