JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
G
H
I
L
M
O
P
R
S
T
U
V
B
buildMapFromDocument(String)
- Static method in class org.glassfish.admin.rest.client.utils.
MarshallingUtils
C
children
- Variable in class org.glassfish.admin.rest.client.
RestClientBase
client
- Variable in class org.glassfish.admin.rest.client.
RestClient
client
- Variable in class org.glassfish.admin.rest.client.
RestClientBase
ClientWrapper
- Class in
org.glassfish.admin.rest.client
This class wraps the Client returned by JerseyClientBuilder.
ClientWrapper()
- Constructor for class org.glassfish.admin.rest.client.
ClientWrapper
ClientWrapper(Map<String, String>)
- Constructor for class org.glassfish.admin.rest.client.
ClientWrapper
Create the client, as well as registering a
ClientRequestFilter
that adds the specified headers to each request.
ClientWrapper(Map<String, String>, String, String)
- Constructor for class org.glassfish.admin.rest.client.
ClientWrapper
close()
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
D
delete()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
E
entityValues
- Variable in class org.glassfish.admin.rest.client.
RestClientBase
execute(RestClientBase.Method, String, boolean)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
execute(RestClientBase.Method, String, Map<String, Object>)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
execute(RestClientBase.Method, String, Map<String, Object>, boolean)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
G
getChildren(Map<String, Object>)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getChildren()
- Method in class org.glassfish.admin.rest.client.
RestResponse
getConfiguration()
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
getEntityMetadata(Map<String, Object>)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getEntityValues(Map<String, Object>)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getExtraProperties()
- Method in class org.glassfish.admin.rest.client.
RestResponse
getHostnameVerifier()
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
getJsonForProperties(Map<String, String>)
- Static method in class org.glassfish.admin.rest.client.utils.
MarshallingUtils
getJsonForProperties(List<Map<String, String>>)
- Static method in class org.glassfish.admin.rest.client.utils.
MarshallingUtils
getMessage()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getMessage()
- Method in class org.glassfish.admin.rest.client.
RestResponse
getParent()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getProperties()
- Method in class org.glassfish.admin.rest.client.
RestResponse
getPropertiesFromJson(String)
- Static method in class org.glassfish.admin.rest.client.utils.
MarshallingUtils
getPropertiesFromXml(String)
- Static method in class org.glassfish.admin.rest.client.utils.
MarshallingUtils
getRestUrl()
- Method in class org.glassfish.admin.rest.client.
RestClient
getRestUrl()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getSegment()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getSslContext()
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
getStatus()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getStatus()
- Method in class org.glassfish.admin.rest.client.
RestResponse
getValue(String, Class<T>)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
getXmlForProperties(Map<String, String>)
- Static method in class org.glassfish.admin.rest.client.utils.
MarshallingUtils
getXmlForProperties(List<Map<String, String>>)
- Static method in class org.glassfish.admin.rest.client.utils.
MarshallingUtils
H
host
- Variable in class org.glassfish.admin.rest.client.
RestClient
I
initialize()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
invocation(Link)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
isNew()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
isSuccess(Response)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
isSuccess()
- Method in class org.glassfish.admin.rest.client.
RestResponse
L
logger
- Static variable in class org.glassfish.admin.rest.client.utils.
RestClientLogging
M
MarshallingUtils
- Class in
org.glassfish.admin.rest.client.utils
MarshallingUtils()
- Constructor for class org.glassfish.admin.rest.client.utils.
MarshallingUtils
message
- Variable in class org.glassfish.admin.rest.client.
RestClientBase
O
org.glassfish.admin.rest.client
- package org.glassfish.admin.rest.client
org.glassfish.admin.rest.client.utils
- package org.glassfish.admin.rest.client.utils
P
parent
- Variable in class org.glassfish.admin.rest.client.
RestClientBase
port
- Variable in class org.glassfish.admin.rest.client.
RestClient
processJsonArray(JSONArray)
- Static method in class org.glassfish.admin.rest.client.utils.
Util
processJsonMap(String)
- Static method in class org.glassfish.admin.rest.client.utils.
Util
processJsonObject(JSONObject)
- Static method in class org.glassfish.admin.rest.client.utils.
Util
property(String, Object)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
R
realClient
- Variable in class org.glassfish.admin.rest.client.
ClientWrapper
register(Class<?>)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
register(Class<?>, int)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
register(Class<?>, Class<?>...)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
register(Class<?>, Map<Class<?>, Integer>)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
register(Object)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
register(Object, int)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
register(Object, Class<?>...)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
register(Object, Map<Class<?>, Integer>)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
RESPONSE_TYPE
- Static variable in class org.glassfish.admin.rest.client.
RestClientBase
REST_CLIENT_ENCODING_ERROR
- Static variable in class org.glassfish.admin.rest.client.utils.
RestClientLogging
REST_CLIENT_IO_ERROR
- Static variable in class org.glassfish.admin.rest.client.utils.
RestClientLogging
REST_CLIENT_JSON_ERROR
- Static variable in class org.glassfish.admin.rest.client.utils.
RestClientLogging
REST_CLIENT_LOGGER
- Static variable in class org.glassfish.admin.rest.client.utils.
RestClientLogging
REST_CLIENT_XML_STREAM_ERROR
- Static variable in class org.glassfish.admin.rest.client.utils.
RestClientLogging
RestClient
- Class in
org.glassfish.admin.rest.client
RestClient()
- Constructor for class org.glassfish.admin.rest.client.
RestClient
RestClient(String, int, boolean)
- Constructor for class org.glassfish.admin.rest.client.
RestClient
RestClient(String, int, boolean, String, String)
- Constructor for class org.glassfish.admin.rest.client.
RestClient
RestClientBase
- Class in
org.glassfish.admin.rest.client
RestClientBase(Client, RestClientBase)
- Constructor for class org.glassfish.admin.rest.client.
RestClientBase
RestClientBase.Method
- Enum in
org.glassfish.admin.rest.client
RestClientLogging
- Class in
org.glassfish.admin.rest.client.utils
RestClientLogging()
- Constructor for class org.glassfish.admin.rest.client.utils.
RestClientLogging
RestLeaf
- Class in
org.glassfish.admin.rest.client
RestLeaf(Client, RestClientBase)
- Constructor for class org.glassfish.admin.rest.client.
RestLeaf
RestLeafCollection
- Class in
org.glassfish.admin.rest.client
RestLeafCollection(Client, RestClientBase)
- Constructor for class org.glassfish.admin.rest.client.
RestLeafCollection
RestResponse
- Class in
org.glassfish.admin.rest.client
RestResponse(Response)
- Constructor for class org.glassfish.admin.rest.client.
RestResponse
S
save()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
setIsNew()
- Method in class org.glassfish.admin.rest.client.
RestClientBase
setValue(String, T)
- Method in class org.glassfish.admin.rest.client.
RestClientBase
SHARED_LOGMESSAGE_RESOURCE
- Static variable in class org.glassfish.admin.rest.client.utils.
RestClientLogging
status
- Variable in class org.glassfish.admin.rest.client.
RestClientBase
T
target(String)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
target(URI)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
target(UriBuilder)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
target(Link)
- Method in class org.glassfish.admin.rest.client.
ClientWrapper
U
useSsl
- Variable in class org.glassfish.admin.rest.client.
RestClient
Util
- Class in
org.glassfish.admin.rest.client.utils
Util()
- Constructor for class org.glassfish.admin.rest.client.utils.
Util
V
valueOf(String)
- Static method in enum org.glassfish.admin.rest.client.
RestClientBase.Method
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.glassfish.admin.rest.client.
RestClientBase.Method
Returns an array containing the constants of this enum type, in the order they are declared.
B
C
D
E
G
H
I
L
M
O
P
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013. All Rights Reserved.