|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.ucalgary.services.util.IOUtils
public class IOUtils
| Constructor Summary | |
|---|---|
IOUtils()
|
|
| Method Summary | |
|---|---|
static Node |
readFromConnection(HttpURLConnection conn)
Returns the response payload from a SOAP request |
static void |
writeToConnection(URLConnection conn,
byte[] payload,
String soapAction)
Creates a SOAP envelope around the request payload |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOUtils()
| Method Detail |
|---|
public static void writeToConnection(URLConnection conn,
byte[] payload,
String soapAction)
throws Exception
Exception
public static Node readFromConnection(HttpURLConnection conn)
throws Exception
Exception
|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||