You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ga...@apache.org on 2004/11/17 20:31:24 UTC

cvs commit: ws-fx/addressing/src/org/apache/axis/message/addressing/handler AddressingHandler.java

gawor       2004/11/17 11:31:24

  Modified:    addressing/src/org/apache/axis/message/addressing/handler
                        AddressingHandler.java
  Log:
  just factored out things a bit
  
  Revision  Changes    Path
  1.29      +7 -2      ws-fx/addressing/src/org/apache/axis/message/addressing/handler/AddressingHandler.java
  
  Index: AddressingHandler.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/addressing/src/org/apache/axis/message/addressing/handler/AddressingHandler.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- AddressingHandler.java	17 Nov 2004 17:08:17 -0000	1.28
  +++ AddressingHandler.java	17 Nov 2004 19:31:24 -0000	1.29
  @@ -349,9 +349,14 @@
           }
       }
       
  +    protected void resetOperations(MessageContext msgContext) 
  +        throws AxisFault {
  +        resetContextOperations(msgContext);
  +    }
  +    
       // Reinitializes the RPCElement with right operations
       // so that things are nicely deserialized
  -    public static void resetOperations(MessageContext msgContext) 
  +    public static void resetContextOperations(MessageContext msgContext) 
           throws AxisFault {
           Message msg = msgContext.getCurrentMessage();
           if (msg == null) {
  @@ -377,7 +382,7 @@
               msg.getSOAPPartAsString();
           }
       }
  -
  +    
       /**
        * Can be overridden by subclasses to customize
        * how the wsa:to header is interpreted