public class ServiceRequest extends Object implements IServiceObject, Serializable
| Constructor and Description |
|---|
ServiceRequest()
Constructor.
|
public String getApiKey()
public void setApiKey(String apiKey)
apiKey - the apiKey to setpublic Object getRawRequest()
public void setRawRequest(Object rawRequest)
rawRequest - the rawRequest to setpublic String getType()
public void setType(String type)
type - the type to setpublic Map<String,String> getHeaders()
getHeaders in interface IServiceObjectIServiceObject.getHeaders()public void setHeaders(Map<String,String> headers)
setHeaders in interface IServiceObjectheaders - the headers to setIServiceObject.setHeaders(java.util.Map)public String getDestination()
public void setDestination(String destination)
destination - the destination to setpublic String getRemoteAddr()
public void setRemoteAddr(String remoteAddr)
remoteAddr - the remoteAddr to setpublic ServiceContract getContract()
public void setContract(ServiceContract contract)
contract - the contract to setpublic String getServiceOrgId()
public void setServiceOrgId(String serviceOrgId)
serviceOrgId - the serviceOrgId to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId - the serviceId to setpublic String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion - the serviceVersion to setpublic void setQueryParams(Map<String,String> queryParams)
queryParams - the queryParams to setpublic boolean isTransportSecure()
public void setTransportSecure(boolean isSecure)
isSecure - transport security statuspublic Service getService()
public void setService(Service service)
service - the service to setpublic String getUrl()
public void setUrl(String url)
url - the url to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.