Interface | Description |
---|---|
ProfileHandler<InTransportType extends org.opensaml.ws.transport.InTransport,OutTransportType extends org.opensaml.ws.transport.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.
|
Class | Description |
---|---|
AbstractErrorHandler |
Error handlers are invoked when an error is encountered during request processing.
|
ProfileRequestDispatcherServlet |
Servlet responsible for dispatching incoming requests to the appropriate
ProfileHandler . |
Exception | Description |
---|---|
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 © 1999–2014. All rights reserved.