Corrected Javadoc typo ('messsage' -> 'message').
This commit is contained in:
@@ -45,7 +45,7 @@ public interface SoapBody extends SoapElement {
|
||||
/**
|
||||
* Returns a <code>Result</code> that represents the contents of the body.
|
||||
*
|
||||
* @return the messaage contents
|
||||
* @return the message contents
|
||||
*/
|
||||
Result getPayloadResult();
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ public interface SoapMessage extends WebServiceMessage {
|
||||
SoapEnvelope getEnvelope() throws SoapEnvelopeException;
|
||||
|
||||
/**
|
||||
* Get the SOAP Action for this messaage, or <code>null</code> if not present.
|
||||
* Get the SOAP Action for this message, or <code>null</code> if not present.
|
||||
*
|
||||
* @return the SOAP Action.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user