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 "Raymond Feng (JIRA)" <ji...@apache.org> on 2008/03/03 21:00:52 UTC

[jira] Created: (AXIS2-3564) Request addtional flexibility in Java2WSDL to override the java method to WSDL operation mapping rules

Request addtional flexibility in Java2WSDL to override the java method to WSDL operation mapping rules
------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3564
                 URL: https://issues.apache.org/jira/browse/AXIS2-3564
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: wsdl
    Affects Versions: 1.4
            Reporter: Raymond Feng


1) Axis2 automatically exclude the following methods in Utils:

    /**
     * To add the exclude method when generating scheams , here the exclude 
methods
     * will be session releated axis2 methods
     */
    public static void addExcludeMethods(ArrayList excludeList) {
        excludeList.add("init");
        excludeList.add("setOperationContext");
        excludeList.add("startUp");
        excludeList.add("destroy");
        excludeList.add("shutDown");
    }

Is it possible to override this list?

2) Axis2 maps a java method with void return into an ONEWAY WSDL operation, 
is it possible to override it?

For example, a method like:

void doSomething(String arg); could prefer to receive an empty response instead of oneway.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org