public abstract class JAXBSchemaGeneratorServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
JAXBSchemaGeneratorServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected abstract JAXBContext |
getJAXBContext()
Creates the JAXBContex for generating schema.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected abstract JAXBContext getJAXBContext() throws JAXBException
JAXBException - if a JAXB error occurs.Copyright © 2011-2013. All Rights Reserved.