| インタフェース | 説明 |
|---|---|
| ProfileHandler<InTransportType extends InTransport,OutTransportType extends OutTransport> |
Basic interfaces for classes that handler incoming requests.
|
| ProfileHandlerManager |
This manager is responsible for determining the correct
ProfileHandler for a given request. |
| ProfileRequestContext<ProfileConfigurationType extends ProfileConfiguration> |
Extension to the basic message conext that carries profile request specific information.
|
| クラス | 説明 |
|---|---|
| AbstractErrorHandler |
Error handlers are invoked when an error is encountered during request processing.
|
| ProfileRequestDispatcherServlet |
Servlet responsible for dispatching incoming requests to the appropriate
ProfileHandler. |
| 例外 | 説明 |
|---|---|
| NoProfileHandlerException |
A profile exception thrown when there are no profile handlers available to response to a given request.
|
| ProfileException |
Exception for errors occurring within a profile handler.
|
Copyright © 2012. All Rights Reserved.