|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
com.restfully.shop.services | |
javax.ws.rs | High-level interfaces and annotations used to create RESTful service resources. |
javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.core | |
org.jboss.resteasy.examples.oauth | |
org.jboss.resteasy.examples.springmvc | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.specimpl | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.test.application | |
org.jboss.resteasy.tests.signature |
Uses of Response in com.restfully.shop.services |
---|
Methods in com.restfully.shop.services that return Response | |
---|---|
Response |
CustomerResource.createCustomer(Customer customer)
|
Response |
CustomerResourceBean.createCustomer(Customer customer,
UriInfo uriInfo)
|
Response |
FirstLastCustomerResource.createCustomer(InputStream is)
|
Response |
OrderResourceBean.createOrder(Order order,
UriInfo uriInfo)
|
Response |
OrderResource.createOrder(Order order,
UriInfo uriInfo)
|
Response |
ProductResourceBean.createProduct(Product product,
UriInfo uriInfo)
|
Response |
ProductResource.createProduct(Product customer,
UriInfo uriInfo)
|
Response |
OrderResourceBean.getOrder(int id,
UriInfo uriInfo)
|
Response |
OrderResource.getOrder(int id,
UriInfo uriInfo)
|
Response |
OrderResourceBean.getOrderHeaders(int id,
UriInfo uriInfo)
|
Response |
OrderResource.getOrderHeaders(int id,
UriInfo uriInfo)
|
Response |
OrderResourceBean.getOrders(int start,
int size,
UriInfo uriInfo)
|
Response |
OrderResource.getOrders(int start,
int size,
UriInfo uriInfo)
|
Response |
OrderResource.getOrdersHeaders(int start,
int size,
UriInfo uriInfo)
|
Response |
OrderResourceBean.getOrdersHeaders(UriInfo uriInfo)
|
Response |
StoreResourceBean.head(UriInfo uriInfo)
|
Response |
StoreResource.head(UriInfo uriInfo)
|
Response |
EntityNotFoundExceptionMapper.toResponse(javax.persistence.EntityNotFoundException exception)
|
Response |
NotFoundExceptionMapper.toResponse(NotFoundException exception)
|
Uses of Response in javax.ws.rs |
---|
Methods in javax.ws.rs that return Response | |
---|---|
Response |
WebApplicationException.getResponse()
Get the HTTP response. |
Constructors in javax.ws.rs with parameters of type Response | |
---|---|
WebApplicationException(Response response)
Construct a new instance using the supplied response |
|
WebApplicationException(Throwable cause,
Response response)
Construct a new instance using the supplied response |
Uses of Response in javax.ws.rs.core |
---|
Methods in javax.ws.rs.core that return Response | |
---|---|
abstract Response |
Response.ResponseBuilder.build()
Create a Response instance from the current ResponseBuilder. |
Methods in javax.ws.rs.core with parameters of type Response | |
---|---|
static Response.ResponseBuilder |
Response.fromResponse(Response response)
Create a new ResponseBuilder by performing a shallow copy of an existing Response. |
Uses of Response in javax.ws.rs.ext |
---|
Methods in javax.ws.rs.ext that return Response | |
---|---|
Response |
ExceptionMapper.toResponse(E exception)
Map an exception to a Response . |
Uses of Response in org.jboss.resteasy.client |
---|
Subclasses of Response in org.jboss.resteasy.client | |
---|---|
class |
ClientResponse<T>
Response extension for the RESTEasy client framework. |
Uses of Response in org.jboss.resteasy.client.core |
---|
Subclasses of Response in org.jboss.resteasy.client.core | |
---|---|
class |
BaseClientResponse<T>
|
Uses of Response in org.jboss.resteasy.core |
---|
Subclasses of Response in org.jboss.resteasy.core | |
---|---|
class |
ServerResponse
|
Methods in org.jboss.resteasy.core that return Response | |
---|---|
Response |
AsynchronousDispatcher.get(long wait,
String jobId)
|
protected Response |
SynchronousDispatcher.getResponse(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker)
|
Response |
SynchronousDispatcher.internalInvocation(HttpRequest request,
HttpResponse response,
Object entity)
|
Response |
Dispatcher.internalInvocation(HttpRequest request,
HttpResponse response,
Object entity)
|
protected Response |
AsynchronousDispatcher.process(long wait,
String jobId,
boolean eatJob)
|
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId)
|
Methods in org.jboss.resteasy.core with parameters of type Response | |
---|---|
void |
SynchronousDispatcher.asynchronousDelivery(HttpRequest request,
HttpResponse response,
Response jaxrsResponse)
|
static ServerResponse |
ServerResponse.copyIfNotServerResponse(Response response)
|
protected void |
SynchronousDispatcher.writeFailure(HttpRequest request,
HttpResponse response,
Response jaxrsResponse)
|
protected void |
SynchronousDispatcher.writeJaxrsResponse(HttpRequest request,
HttpResponse response,
Response jaxrsResponse)
|
Uses of Response in org.jboss.resteasy.examples.oauth |
---|
Methods in org.jboss.resteasy.examples.oauth that return Response | |
---|---|
Response |
ConsumerResource.doSetRequestTokenVerifier(String token,
String verifier)
|
Response |
ConsumerResource.providerServiceToEndUser(String scope)
|
Response |
SubscriberReceiver.receiveMessage(String value)
|
Response |
MessageReceiver.receiveMessage(String value)
|
Response |
MessagingService.receiveMessages(String message)
|
Response |
MessagingService.registerCallbackURI(String consumerId,
String callback)
|
Response |
ConsumerResource.setRequestTokenVerifierUsingGET(String token,
String verifier)
Browser-based redirection works better with GET |
Response |
ConsumerResource.setRequestTokenVerifierUsingPost(String token,
String verifier)
|
Uses of Response in org.jboss.resteasy.examples.springmvc |
---|
Methods in org.jboss.resteasy.examples.springmvc that return Response | |
---|---|
Response |
ContactsResource.saveContact(UriInfo uri,
Contact contact)
|
Uses of Response in org.jboss.resteasy.plugins.providers.jaxb |
---|
Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type Response | |
---|---|
JAXBMarshalException(String s,
Response response)
|
|
JAXBMarshalException(String s,
Throwable throwable,
Response response)
|
|
JAXBMarshalException(Throwable throwable,
Response response)
|
|
JAXBUnmarshalException(String s,
Response response)
|
|
JAXBUnmarshalException(String s,
Throwable throwable,
Response response)
|
|
JAXBUnmarshalException(Throwable throwable,
Response response)
|
Uses of Response in org.jboss.resteasy.specimpl |
---|
Methods in org.jboss.resteasy.specimpl that return Response | |
---|---|
Response |
ResponseBuilderImpl.build()
|
Uses of Response in org.jboss.resteasy.spi |
---|
Fields in org.jboss.resteasy.spi declared as Response | |
---|---|
protected Response |
Failure.response
|
Methods in org.jboss.resteasy.spi that return Response | |
---|---|
Response |
InternalDispatcher.delete(String uri)
|
Response |
InternalDispatcher.executeEntity(String method,
String uri,
String contentType,
Object entity)
|
Response |
Failure.getResponse()
|
Response |
InternalDispatcher.getResponse(MockHttpRequest request)
|
Response |
InternalDispatcher.getResponse(MockHttpRequest request,
Object entity)
|
Response |
InternalDispatcher.getResponse(String uri)
|
Response |
InternalDispatcher.postEntity(String uri,
Object entity)
|
Response |
InternalDispatcher.postEntity(String uri,
String contentType,
Object entity)
|
Response |
InternalDispatcher.putEntity(String uri,
Object entity)
|
Response |
InternalDispatcher.putEntity(String uri,
String contentType,
Object entity)
|
Methods in org.jboss.resteasy.spi with parameters of type Response | |
---|---|
void |
AsynchronousResponse.setResponse(Response response)
|
Uses of Response in org.jboss.resteasy.test.application |
---|
Methods in org.jboss.resteasy.test.application that return Response | |
---|---|
Response |
FooExceptionMapper.toResponse(FooException exception)
|
Uses of Response in org.jboss.resteasy.tests.signature |
---|
Methods in org.jboss.resteasy.tests.signature that return Response | |
---|---|
Response |
SignedResource.badSignature()
Example of sending a signature signed by a bad or expired key. |
Response |
SignedResource.withHeader()
Sign a returned message using a private key named "test._domainKey.samplezone.org" found in the key store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |