Getting the matrix parameters
Please enable JavaScript to view the
comments powered by Disqus.
Comments powered by
Disqus
Contents
Search
Introduction to RESTful Web Services
Creating Resources
Introduction
Basic JAX-RS annotations
Root resource classes
Working with resource methods
Working with sub-resources
Resource selection method
Passing Information into Resource Classes and Methods
Basics of injecting data
Using JAX-RS APIs
Injecting data from a request URI
Injecting data from the HTTP message header
Injecting data from HTML forms
Specifying a default value to inject
Using Fuse Services Framework extensions
Returning Information to the Consumer
Returning plain Java constructs
Fine tuning an application's responses
Basics of building responses
Creating responses for common use cases
Handling more advanced responses
Returning entities with generic type information
Handling Exceptions
Using WebApplicaitonException exceptions to report errors
Mapping exceptions to responses
Publishing a Service
Entity Support
Customizing the Media Types Handled by a Resource
Getting and Using Context Information
Introduction to contexts
Working with the full request URI
Injecting the URI information
Working with the URI
Getting the value of URI template variables
Getting the query parameters
Getting the matrix parameters
Working with the HTTP Headers
Working with security information
Working with preconditions
Working with servlet contexts
Working with the Apache CXF context object
Adding custom contexts
Annotation Inheritance
Index
Search