AxisHandler
-----------

                 Key: JUDDI-94
                 URL: http://issues.apache.org/jira/browse/JUDDI-94
             Project: jUDDI
          Issue Type: Improvement
    Affects Versions: 0.9rc4
         Environment: Linux Fedora5, tomcat 5.5.20, java1.5.0_0.9, Axis2 1.0
            Reporter: Federica Ciotti
         Assigned To: Steve Viens


In this article http://www.devx.com/java/Article/21390/0/page/4 
I found out that "
jUDDI uses Apache Axis to handle SOAP messaging. Axis defines a transparent 
transport framework that allows different transport protocols to be used. For 
the HTTP protocol, any servlet derived from the 
org.apache.axis.transport.http.AxisServlet class is a candidate for handling 
HTTP requests. In jUDDI, three servlets extend the AxisServlet class:
   1. org.apache.juddi.transport.axis.AdminServlet
   2. org.apache.juddi.transport.axis.PublishServlet
   3. org.apache.juddi.transport.axis.InquiryServlet
This all seems quite straightforward, however, there is a slight twist—jUDDI 
registers these three classes as servlets with an application server, but only 
uses them to determine the type of request that is made.
The actual processing is handled by the 
org.apache.juddi.transport.axis.AxisHandler class which must be registered with 
the Axis handler-chain."

How can this registration with the Axis handler-chain be archived?
And what is the role of the three sevlet?

Thanks 

Federica



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to