繁体   English   中英

JAX-RPC Web服务中的数据类型有哪些规范/建议?

[英]What are the specifications/recommendations for data types in JAX-RPC web services?

使用Java,Axis1和JAX-RPC开发Web服务时,通过Web服务发送复杂数据类型时必须遵循哪些约束,建议和规范?

For example, the method:
public MyComplexClass webServiceOperation() {
  return new MyComplexClass;
}

MyComplexClass的方法,获取器,设置器,变量等是否有限制?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM