org.openxri.plugin
Interface Plugin
- All Superinterfaces:
- Component, java.io.Serializable
- All Known Implementing Classes:
- NullPlugin, RedirectPlugin, SampleDataPlugin
public interface Plugin
- extends Component
Provides interface for extending the functionality of the server to respond
to non-XRI specified requests. Provides access to Store object, non-XRI
requests, startup, and shutdown of server.
- Author:
- =chetan
Method Summary |
boolean |
processCustomRequest(javax.servlet.http.HttpServletRequest oReq,
javax.servlet.http.HttpServletResponse oResp)
Process a request that is not an XRI lookup |
processCustomRequest
boolean processCustomRequest(javax.servlet.http.HttpServletRequest oReq,
javax.servlet.http.HttpServletResponse oResp)
throws java.io.IOException
- Process a request that is not an XRI lookup
- Returns:
- True, if the plugin successfully handled the request.
- Throws:
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.