uk.ac.starlink.registry
Interface SoapRequest


public interface SoapRequest

Aggregates the information required to make a SOAP request.

Author:
Mark Taylor

Method Summary
 String getAction()
          Returns the unquoted SOAPAction HTTP header to be sent for the request.
 String getBody()
          Returns the content of the <soapenv:Body> element to be sent.
 

Method Detail

getAction

String getAction()
Returns the unquoted SOAPAction HTTP header to be sent for the request. If null, no SOAPAction is sent.

Returns:
SOAPAction header value

getBody

String getBody()
Returns the content of the <soapenv:Body> element to be sent.

Returns:
SOAP body


Copyright © 2013 Central Laboratory of the Research Councils. All Rights Reserved.