Class | Description |
---|---|
JaxrsGwtRequestMethodMapper |
Utility to map a JAX-RS
HttpMethod to the corresponding GWT RequestBuilder method. |
JaxrsHeaders |
Represents HTTP headers based on JAX-RS annotations.
|
JaxrsProxyGenerator |
Generates a JAX-RS remote proxy.
|
JaxrsProxyLoaderGenerator |
Generates the JAX-RS proxy loader.
|
JaxrsProxyMethodGenerator |
Generates a JAX-RS remote proxy method.
|
JaxrsResourceMethod |
Represents a JAX-RS resource method.
|
JaxrsResourceMethodParameters |
Represents parameters of a JAX-RS resource method.
|
JSR299IOCExtensionConfigurator | |
ObservesExtension |
Generates the boiler plate for @Observes annotations use in GWT clients.
Basically creates a subscription for a CDI event type that invokes on the annotated method. |
TypeMarshaller |
Generates the required
Statement s for type marshalling. |
TypeMarshaller.PrimitiveTypeMarshaller |
Works for all types that have a 'copy constructor', a toString() representation and a valueOf() method (all
primitive wrapper types and java.lang.String).
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.