cxf和对Interceptor的支持和传递复杂对象的小例子

时间:2015-08-15 02:55:04
【文件属性】:

文件名称:cxf和对Interceptor的支持和传递复杂对象的小例子

文件大小:6MB

文件格式:RAR

更新时间:2015-08-15 02:55:04

CXF 复杂对象

这里的Interceptor就和Filter、Struts的Interceptor很类似,提供它的主要作用就是为了很好的降低代码的耦合性,提供代码的内聚性。以HelloWorldService为例子。 参照网址:http://www.cnblogs.com/hoojo/archive/2011/03/30/1999587.html,cxf入门很不错的哦!


【文件预览】:
cxf2
----src()
--------com()
----.classpath(1KB)
----.mymetadata(285B)
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------.jsdtscope(500B)
--------org.eclipse.jdt.core.prefs(330B)
----.myeclipse()
----.project(1KB)
----webapps()
--------META-INF()
--------index.jsp(834B)
--------WEB-INF()

网友评论

  • 不错的webservice例子
  • 可以学习参考 。
  • 只是简单一例