mx4j.tools.adaptor.http
public class DefaultProcessor extends Object implements ProcessorMBean
Version: $Revision: 1.4 $
Method Summary | |
---|---|
String | getName() |
protected String | normalize(String s)
Normalizes the given string.
|
String | notFoundElement(String path, HttpOutputStream out, HttpInputStream in) |
String | preProcess(String path) |
protected void | print(PrintWriter out, Node node) |
protected Attr[] | sortAttributes(NamedNodeMap attrs)
Returns a sorted list of attributes.
|
void | writeError(HttpOutputStream out, HttpInputStream in, Exception e) |
void | writeResponse(HttpOutputStream out, HttpInputStream in, Document document) |
Parameters: s Description of Parameter
Returns: Description of the Returned Value
Parameters: attrs Description of Parameter
Returns: Description of the Returned Value