You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by Sanjiva Weerawarana <sa...@opensource.lk> on 2006/03/02 19:08:12 UTC

Re: svn commit: r382457 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisEngine.java

On Thu, 2006-03-02 at 17:38 +0000, chinthaka@apache.org wrote:
> 
>              faultTo = new EndpointReference("");
>              faultTo.fromOM(faultToElement);

Not for right now (in the midst of interop testing ;-)) but we should
change that to be a static method on EndpointReference:

public static EndpointReference create (OMElement);

Sanjiva.


Re: svn commit: r382457 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisEngine.java

Posted by Eran Chinthaka <ch...@opensource.lk>.
Yeah, agreed. I knew this will come up from someone. Let me fix this tomoro.

-- Chinthaka

Sanjiva Weerawarana wrote:

>On Thu, 2006-03-02 at 17:38 +0000, chinthaka@apache.org wrote:
>  
>
>>             faultTo = new EndpointReference("");
>>             faultTo.fromOM(faultToElement);
>>    
>>
>
>Not for right now (in the midst of interop testing ;-)) but we should
>change that to be a static method on EndpointReference:
>
>public static EndpointReference create (OMElement);
>
>Sanjiva.
>
>
>  
>

Re: svn commit: r382457 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisEngine.java

Posted by Eran Chinthaka <ch...@opensource.lk>.
Yeah, agreed. I knew this will come up from someone. Let me fix this tomoro.

-- Chinthaka

Sanjiva Weerawarana wrote:

>On Thu, 2006-03-02 at 17:38 +0000, chinthaka@apache.org wrote:
>  
>
>>             faultTo = new EndpointReference("");
>>             faultTo.fromOM(faultToElement);
>>    
>>
>
>Not for right now (in the midst of interop testing ;-)) but we should
>change that to be a static method on EndpointReference:
>
>public static EndpointReference create (OMElement);
>
>Sanjiva.
>
>
>  
>