|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invocation | |
---|---|
javax.ws.rs.client | The JAX-RS client API |
org.jboss.resteasy.client.jaxrs.internal |
Uses of Invocation in javax.ws.rs.client |
---|
Methods in javax.ws.rs.client that return Invocation | |
---|---|
Invocation |
Invocation.Builder.build(String method)
Build a request invocation using an arbitrary request method name. |
Invocation |
Invocation.Builder.build(String method,
Entity<?> entity)
Build a request invocation using an arbitrary request method name and request entity. |
Invocation |
Invocation.Builder.buildDelete()
Build a DELETE request invocation. |
Invocation |
Invocation.Builder.buildGet()
Build a GET request invocation. |
Invocation |
Invocation.Builder.buildPost(Entity<?> entity)
Build a POST request invocation. |
Invocation |
Invocation.Builder.buildPut(Entity<?> entity)
Build a PUT request invocation. |
Uses of Invocation in org.jboss.resteasy.client.jaxrs.internal |
---|
Classes in org.jboss.resteasy.client.jaxrs.internal that implement Invocation | |
---|---|
class |
ClientInvocation
|
Methods in org.jboss.resteasy.client.jaxrs.internal that return Invocation | |
---|---|
Invocation |
ClientInvocationBuilder.build(String method)
|
Invocation |
ClientInvocationBuilder.build(String method,
Entity<?> entity)
|
Invocation |
ClientInvocationBuilder.buildDelete()
|
Invocation |
ClientInvocationBuilder.buildGet()
|
Invocation |
ClientInvocationBuilder.buildPost(Entity<?> entity)
|
Invocation |
ClientInvocationBuilder.buildPut(Entity<?> entity)
|
Invocation |
ClientInvocation.property(String name,
Object value)
|
Invocation |
ClientInvocation.register(Class<?> componentClass)
|
Invocation |
ClientInvocation.register(Class<?> componentClass,
Class<?>... contracts)
|
Invocation |
ClientInvocation.register(Class<?> componentClass,
int priority)
|
Invocation |
ClientInvocation.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts)
|
Invocation |
ClientInvocation.register(Object component)
|
Invocation |
ClientInvocation.register(Object component,
Class<?>... contracts)
|
Invocation |
ClientInvocation.register(Object component,
int priority)
|
Invocation |
ClientInvocation.register(Object component,
Map<Class<?>,Integer> contracts)
|
Invocation |
ClientInvocation.replaceWith(Configuration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |