|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wink.server.handlers.HandlersFactory
public abstract class HandlersFactory
HandlersFactory is responsible to provide the user handlers to the application.
The user should extend this class and override the relevant methods.
The sub-classes MUST have the public default constructor.
Constructor Summary | |
---|---|
HandlersFactory()
|
Method Summary | |
---|---|
java.util.List<? extends ResponseHandler> |
getErrorHandlers()
Returns a list of user error handlers. |
java.util.List<? extends RequestHandler> |
getRequestHandlers()
Returns a list of user request handlers. |
java.util.List<? extends ResponseHandler> |
getResponseHandlers()
Returns a list of user response handlers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandlersFactory()
Method Detail |
---|
public java.util.List<? extends RequestHandler> getRequestHandlers()
public java.util.List<? extends ResponseHandler> getResponseHandlers()
public java.util.List<? extends ResponseHandler> getErrorHandlers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |