/[cashew-s-editor]/cashews/src/nongnu/cashews/language/grounding/SoapMessage.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/language/grounding/SoapMessage.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gnu_andrew, Sat May 7 21:22:53 2005 UTC revision 1.3 by gnu_andrew, Mon May 9 02:36:56 2005 UTC
# Line 159  public class SoapMessage Line 159  public class SoapMessage
159    }    }
160    
161    /**    /**
162       * Retrieves a shallow clone of the parts of this message.
163       *
164       * @return a shallow clone of the message parts.
165       */
166      public List<MessagePart> getParts()
167      {
168        return new LinkedList<MessagePart>(parts);
169      }
170    
171      /**
172     * Returns a <code>String</code> representation of this SOAP message.     * Returns a <code>String</code> representation of this SOAP message.
173     *     *
174     * @return a textual representation.     * @return a textual representation.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26