|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infolayer.soap.SoapHandler
Implements the central manager class for SOAP requests. Performs a rough check of SOAP header and authentication stuff, then delegates the request to specific classes.
Field Summary | |
static java.lang.String |
SOAP_ENV
Specifies the SOAP envelope namespace. |
static java.lang.String |
SOAP_INFOLAYER
Specifies the Infolayer SOAP namespace. |
static java.lang.String |
XML
|
Constructor Summary | |
SoapHandler(IlServlet servlet,
HttpServletRequest request,
HttpServletResponse response)
Generates a new SOAP handler for the given servlet and HTTP request/response objects. |
Method Summary | |
UmlModel |
getModel()
Returns the UML model this SoapHandler operates on. |
void |
handle()
Does the actual handling of the SOAP request. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SOAP_ENV
public static final java.lang.String SOAP_INFOLAYER
public static final java.lang.String XML
Constructor Detail |
public SoapHandler(IlServlet servlet, HttpServletRequest request, HttpServletResponse response)
Method Detail |
public void handle() throws java.io.IOException
java.io.IOException
public UmlModel getModel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |