Show Table of Contents
9.11. エンドポイントのパッケージ化
JSR-181 java サービスエンドポイント (JSE) は Web アプリケーションとして
*.war
ファイルにパッケージ化されます。
<war warfile="${build.dir}/libs/jbossws-samples-jsr181pojo.war" webxml="${build.resources.dir}/samples/jsr181pojo/WEB-INF/web.xml"> <classes dir="${build.dir}/classes"> <include name="org/jboss/test/ws/samples/jsr181pojo/JSEBean01.class"/> </classes> </war>
注記
エンドポイント実装 bean と
web.xml
ファイルのみが必要となります。