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

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

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

revision 1.3 by gnu_andrew, Sun May 8 12:03:41 2005 UTC revision 1.4 by gnu_andrew, Mon May 9 02:36:56 2005 UTC
# Line 176  public class SoapOperation Line 176  public class SoapOperation
176    }    }
177    
178    /**    /**
179       * Retrieves the endpoint of this operation.
180       *
181       * @return the operation endpoint.
182       */
183      public URI getEndpoint()
184      {
185        return endpoint;
186      }
187    
188      /**
189       * Retrieves the input message of this operation.
190       *
191       * @return the operation's input message.
192       */
193      public SoapMessage getInputMessage()
194      {
195        return inputMessage;
196      }
197    
198      /**
199     * Returns a <code>String</code> representation of this SOAP operation.     * Returns a <code>String</code> representation of this SOAP operation.
200     *     *
201     * @return a textual representation.     * @return a textual representation.

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

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