| Class | Description |
|---|---|
| DynamicJaxbContext |
READ THIS BEFORE WORKING ON THIS CLASS!
|
| DynamicJaxbContextFilter |
This is a
Filter implemenation that's responsible for 2 things:
Resolving the deploymentId value in the HTTP (REST) request so that we can
retrieve (and if necessary create) the JAXBContext for the given deployment
Lastly, once that JAXBContext has been created, it's set as a ThreadLocal instance, since
the request (particularly, the de/serialization of the request/response) will all happen in this thread. |
| DynamicJaxbContextManager | |
| JaxbContextResolver |
We use this class in order to use (user) classes from Kjar deployments in serialization.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.