Author: thomas.diesler(a)jboss.com
Date: 2006-11-22 07:42:47 -0500 (Wed, 22 Nov 2006)
New Revision: 1498
Modified:
trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1190/ConfidentialEndpoint.java
Log:
javadoc
Modified: trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1190/ConfidentialEndpoint.java
===================================================================
---
trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1190/ConfidentialEndpoint.java 2006-11-22
12:18:15 UTC (rev 1497)
+++
trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1190/ConfidentialEndpoint.java 2006-11-22
12:42:47 UTC (rev 1498)
@@ -25,9 +25,12 @@
import javax.jws.soap.SOAPBinding;
/**
- *
- * @author darran.lofthouse(a)jboss.com
- * @since 19-October-2006
+ If the implementation bean does not implement a service endpoint interface and
+ there are no @WebMethod annotations in the implementation bean (excluding
+ @WebMethod annotations used to exclude inherited @WebMethods), all public
+ methods other than those inherited from java.lang.Object will be exposed as Web
+ Service operations, subject to the inheritance rules specified in Common
+ Annotations for the Java Platform [12], section 2.1.
*/
@WebService(targetNamespace = "http://org.jboss/test/ws/jbws1190")
@SOAPBinding(style = SOAPBinding.Style.RPC)
Show replies by date