|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcscie259.project4.warehouse.Purchasing
public class Purchasing
This class is treated by Tomcat (or, more specifically, by Axis) as a web service; it processes purchase orders.
Any references to the local file system are resolved with respect to project4-7.0/. The class does not utilize a javax.xml.transform.URIResolver, since it's not technically a servlet (i.e., it doesn't extend javax.servlet.http.HttpServlet). You MAY modify this file.
Nested Class Summary | |
---|---|
private class |
Purchasing.AnErrorListener
Handle processing errors. |
Field Summary | |
---|---|
private static java.lang.String |
warehouseDir
|
Constructor Summary | |
---|---|
Purchasing()
|
Method Summary | |
---|---|
java.lang.String |
processPO(java.lang.String poXmlString)
Processes the given PO element, provided in the form of a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String warehouseDir
Constructor Detail |
---|
public Purchasing()
Method Detail |
---|
public java.lang.String processPO(java.lang.String poXmlString)
poXmlString
- String containing PO element
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |