|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcscie259.project4.scamazon.Proxy
public final class Proxy
Helper methods for Scamazon.com.
You MAY modify this file.
Constructor Summary | |
---|---|
private |
Proxy()
Default constructor is private so that this utility class cannot be instantiated. |
Method Summary | |
---|---|
static java.lang.String |
processPO(java.lang.String poXmlString,
java.lang.String host,
int port)
A proxy for the web service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private Proxy()
Method Detail |
---|
public static java.lang.String processPO(java.lang.String poXmlString, java.lang.String host, int port) throws javax.servlet.ServletException
poXmlString
- PO elementhost
- warehouse's host (e.g., "ice1.fas.harvard.edu")port
- warehouse's (i.e., servlet container's) current port
javax.servlet.ServletException
- if a servlet-related error occurs
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |