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 "Srinath Perera (JIRA)" <ji...@apache.org> on 2005/07/25 10:06:46 UTC

[jira] Created: (AXIS2-94) Axis2 stubs do not support configuring transports info and rest support

Axis2 stubs do not support configuring transports info and rest support 
------------------------------------------------------------------------

         Key: AXIS2-94
         URL: http://issues.apache.org/jira/browse/AXIS2-94
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Reporter: Srinath Perera


This is supported  at the Call level, It can be fixed by adding the followoing  two methods to the stubs and call the
corresponsing methods of the call object.

1) This will let the transport behaviour to be controlled
public void setTransportInfo(
       String senderTransport,
       String listenerTransport,
       boolean useSeparateListener)
       throws AxisFault {
       ....
}

2) add public setDoREST(true){..} to allow the rest support


-- 
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


[jira] Assigned: (AXIS2-94) Axis2 stubs do not support configuring transports info and rest support

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-94?page=all ]

Srinath Perera reassigned AXIS2-94:
-----------------------------------

    Assign To: Ajith Harshana Ranabahu

> Axis2 stubs do not support configuring transports info and rest support
> -----------------------------------------------------------------------
>
>          Key: AXIS2-94
>          URL: http://issues.apache.org/jira/browse/AXIS2-94
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Srinath Perera
>     Assignee: Ajith Harshana Ranabahu

>
> This is supported  at the Call level, It can be fixed by adding the followoing  two methods to the stubs and call the
> corresponsing methods of the call object.
> 1) This will let the transport behaviour to be controlled
> public void setTransportInfo(
>        String senderTransport,
>        String listenerTransport,
>        boolean useSeparateListener)
>        throws AxisFault {
>        ....
> }
> 2) add public setDoREST(true){..} to allow the rest support

-- 
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


[jira] Resolved: (AXIS2-94) Axis2 stubs do not support configuring transports info and rest support

Posted by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-94?page=all ]
     
Ajith Harshana Ranabahu resolved AXIS2-94:
------------------------------------------

    Resolution: Fixed

Done. Now the stub base class has the two methods required. The templates are also updated

> Axis2 stubs do not support configuring transports info and rest support
> -----------------------------------------------------------------------
>
>          Key: AXIS2-94
>          URL: http://issues.apache.org/jira/browse/AXIS2-94
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Srinath Perera
>     Assignee: Ajith Harshana Ranabahu

>
> This is supported  at the Call level, It can be fixed by adding the followoing  two methods to the stubs and call the
> corresponsing methods of the call object.
> 1) This will let the transport behaviour to be controlled
> public void setTransportInfo(
>        String senderTransport,
>        String listenerTransport,
>        boolean useSeparateListener)
>        throws AxisFault {
>        ....
> }
> 2) add public setDoREST(true){..} to allow the rest support

-- 
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