You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Pradeep Fernando (JIRA)" <ji...@apache.org> on 2009/01/05 08:05:44 UTC

[jira] Updated: (AXIS2-4194) jsr311 implementation for axis2

     [ https://issues.apache.org/jira/browse/AXIS2-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pradeep Fernando updated AXIS2-4194:
------------------------------------

    Attachment: patch.txt

This is the patch for to add above described behavior to axis2. 
please review and apply if interested.
thanks.

>  jsr311  implementation for axis2 
> ----------------------------------
>
>                 Key: AXIS2-4194
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4194
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>         Environment: ubuntu 8.10 intellijIdea7 jdk1.5
>            Reporter: Pradeep Fernando
>            Priority: Minor
>         Attachments: patch.txt
>
>
> I implemented some of the features specified jsr311 specification in Axis2. By this feature users will able to use rest support available in axis2 using  annotations inserted in the service source. current implementation support both .class  & .aar type deployment. Earlier users had to manually edit the WSDL in order to use REST support in axis2. with this users will able to consume RESTFUL web services in axis2 by adding some annotations in the source.
> currently i have implemented support for : 
> Path             (whttp:location)
> HttpMethod  (whttp:method)
> Produces      (whttp:outputSerialization)
> Consumes    (whttp:inputSerialization)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.