[jboss-svn-commits] JBL Code SVN: r28504 - labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 27 13:07:55 EDT 2009


Author: dward
Date: 2009-07-27 13:07:55 -0400 (Mon, 27 Jul 2009)
New Revision: 28504

Modified:
   labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/HttpGatewayListener.java
Log:
fixed spelling mistakes in javadoc


Modified: labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/HttpGatewayListener.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/HttpGatewayListener.java	2009-07-27 16:55:02 UTC (rev 28503)
+++ labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/listeners/gateway/HttpGatewayListener.java	2009-07-27 17:07:55 UTC (rev 28504)
@@ -61,22 +61,22 @@
 import org.jboss.soa.esb.util.ClassUtil;
 
 /**
- * Tomcat Listener provids the functionality to pass the http request 
+ * Tomcat Listener provides the functionality to pass the http request 
  * to ESB service . 
  * <p> This class will generate {@link org.apache.catalina.connector.Connector}, 
  * {@link org.apache.catalina.core.StandardHost} and {@link org.apache.catalina.core.StandardContext} 
  * for user defined http port, host and context. These generated tomcat components will be 
- * attached to jboss embeded tomcat(aka jboss web). You can monitor and control these new generated
- * components through jboss JMX console.  When this listener is stoped, these components will be 
- * destoried automatically.
+ * attached to jboss embedded tomcat(aka jboss web). You can monitor and control these new generated
+ * components through jboss JMX console.  When this listener is stopped, these components will be 
+ * destroyed automatically.
  * 
- * <p>The different tomcat listner can be started in same port with different context.for example: 
+ * <p>The different tomcat listener can be started in same port with different context.for example: 
  * <code> http://localhost:8765/jbossesb/servicecategory/servicename </code>
  *
  * <p>This class uses the {@link org.jboss.soa.esb.listeners.gateway.HttpMessageComposer}
  * by default.
  * @see org.jboss.soa.esb.listeners.gateway.HttpMessageComposer
- * @see Torg.jboss.soa.esb.listeners.gateway.HttpDispatchServlet 
+ * @see org.jboss.soa.esb.listeners.gateway.HttpDispatchServlet 
  * @author <a href="mailto:ema at redhat.com">Jim Ma</a>
  */
 public class HttpGatewayListener extends AbstractManagedLifecycle {



More information about the jboss-svn-commits mailing list