public class HttpResource extends Object
HttpResource
This is the http wrapper for the Resource
implementation.Modifier | Constructor and Description |
---|---|
protected |
HttpResource(Resource resource,
HttpService parentService) |
protected HttpResource(Resource resource, HttpService parentService)
public String getName()
public String getServiceName()
public SignatureParams getSignatureParams()
public HttpService getParentService()
public Resource getBalResource()
public String getPath()
public void setPath(String resourcePath)
public CorsHeaders getCorsHeaders()
public void setCorsHeaders(CorsHeaders corsHeaders)
public boolean isTransactionInfectable()
public void setTransactionInfectable(boolean transactionInfectable)
public String getEntityBodyAttributeValue()
public void setEntityBodyAttributeValue(String entityBodyAttribute)
public static HttpResource buildHttpResource(Resource resource, HttpService httpService)
protected static Annotation getResourceConfigAnnotation(Resource resource)
Copyright © 2018 WSO2. All rights reserved.