搜索资源列表
ejbModule
- 利用JAXB2的API实习包装WebService服务调用,发送和接收数据并返回数据对象-jaxb WebService
jaxb-api-doc
- JAXB API document. JAXB is a fr a mework to allow Java developer to deal with Java POJO instead of XML string.
chap14JAXB2017
- JAXBContext 类提供到 JAXB API 的客户端入口点。它提供了管理实现 JAXB 绑定框架操作所需的 XML/Java 绑定信息的抽象,这些操作包括:解组、编组和验证。 客户端应用程序通常使用以下两种风格的 newInstance 方法之一来获得此类的新实例,但是该方法还有其他可用的特殊形式(The JAXBContext class provides the client entry point to the JAXB