Package uk.ac.starlink.registry
Interface SoapRequest
-
public interface SoapRequestAggregates the information required to make a SOAP request.- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAction()Returns the unquoted SOAPAction HTTP header to be sent for the request.java.lang.StringgetBody()Returns the content of the <soapenv:Body> element to be sent.
-
-
-
Method Detail
-
getAction
java.lang.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
java.lang.String getBody()
Returns the content of the <soapenv:Body> element to be sent.- Returns:
- SOAP body
-
-