Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1432

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1432
    Summary: Allow axis.method to be more configurable
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Apache Module

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Maarten Coene

    Created: Wed, 8 Jun 2005 9:14 AM
    Updated: Wed, 8 Jun 2005 9:14 AM

Description:
Hi,

could you please enhance the axis.method tag to support the creation of the 
<operation> elements in the Axis deployment descriptor?

For instance:

/**
 * @axis.method qname="ns:DoSomethingRequest"
 */
public void doSomething(String param) {}

The generated deployment descriptor:

<deployment>
  <service>
    <parameter name="allowedMethods" value="*"/>
    <operation name="operation1" qname="ns:DoSomethingRequest" ...>
        <parameter ...>
    </operation>
  </service>
</deployment>

thanks,
Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to