public class RestContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.sun.jersey.api.client.ClientResponse |
clientResponse |
static javax.xml.parsers.DocumentBuilder |
docBuilder |
static javax.xml.parsers.DocumentBuilderFactory |
docBuilderFactory |
static java.lang.String |
env |
static java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
headerMapList |
static java.lang.String |
method |
static java.lang.String |
postBody |
static javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> |
responseHeader |
static java.lang.String |
responseType |
static java.util.Properties |
restProps |
static java.lang.String |
restResponse |
static com.sun.jersey.api.client.WebResource |
webresource |
static org.w3c.dom.Document |
xmlResponseDocument |
static javax.xml.xpath.XPath |
xPath |
| Constructor and Description |
|---|
RestContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
refresh() |
public static java.util.Properties restProps
public static java.lang.String env
public static com.sun.jersey.api.client.WebResource webresource
public static java.lang.String postBody
public static java.util.List<java.util.Map<java.lang.String,java.lang.String>> headerMapList
public static java.lang.String method
public static com.sun.jersey.api.client.ClientResponse clientResponse
public static java.lang.String restResponse
public static javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> responseHeader
public static java.lang.String responseType
public static javax.xml.parsers.DocumentBuilderFactory docBuilderFactory
public static javax.xml.parsers.DocumentBuilder docBuilder
public static org.w3c.dom.Document xmlResponseDocument
public static javax.xml.xpath.XPath xPath