[jbossws-commits] JBossWS SVN: r2387 - branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Feb 16 09:11:30 EST 2007


Author: heiko.braun at jboss.com
Date: 2007-02-16 09:11:30 -0500 (Fri, 16 Feb 2007)
New Revision: 2387

Modified:
   branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.java
   branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPTestCase.java
Log:
Add missing javadocs

Modified: branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.java
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.java	2007-02-16 14:07:56 UTC (rev 2386)
+++ branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.java	2007-02-16 14:11:30 UTC (rev 2387)
@@ -37,6 +37,15 @@
 import org.jboss.test.ws.JBossWSTestSetup;
 
 /**
+ * Test service endpoint capability to process inlined and optimized
+ * requests transparently. Both client and service endpoint do have handlers in place.
+ * This means that an additional transition to a conceptually inlined message (handler view)
+ * will happen as well.
+ *
+ * <ul>
+ * <li>Client and service endpoint have MTOM enabled (roundtrip)
+ * <li>Client send inlined requests (MTOM disabled), service answers with an optimized response.
+ * </ul>
  * @author Heiko Braun <heiko.braun at jboss.com>
  * @since 05.12.2006
  */

Modified: branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPTestCase.java
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPTestCase.java	2007-02-16 14:07:56 UTC (rev 2386)
+++ branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/xop/doclit/XOPTestCase.java	2007-02-16 14:11:30 UTC (rev 2387)
@@ -33,6 +33,14 @@
 import org.jboss.test.ws.JBossWSTestSetup;
 
 /**
+ * Test service endpoint capability to process inlined and optimized
+ * requests transparently.
+ * <ul>
+ * <li>Client and service endpoint have MTOM enabled (roundtrip)
+ * <li>Client send inlined requests (MTOM disabled), service answers with an optimized response.
+ * </ul>
+ *
+ * @see XOPBase
  * @author Heiko Braun <heiko.braun at jboss.com>
  * @since 05.12.2006
  */




More information about the jbossws-commits mailing list