Package uk.ac.starlink.registry
Interface SoapRequest
-
public interface SoapRequest
Aggregates 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.String
getAction()
Returns the unquoted SOAPAction HTTP header to be sent for the request.java.lang.String
getBody()
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
-
-