|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.binding.soap.tcp.SoapTcpUtils
public final class SoapTcpUtils
| Method Summary | |
|---|---|
static boolean |
checkSingleFrameResponse(SoapTcpFrame responseFrame,
java.lang.String elementName)
Method that parse SoapTcpFrame payload to find important tag. |
static void |
printSoapTcpFrame(java.io.OutputStream out,
SoapTcpFrame frame)
Method that print SoapTcpFrame |
static SoapTcpFrame |
readMessageFrame(java.io.InputStream inputStream)
Method that reads single SoapTcpFrame |
static void |
writeMessageFrame(java.io.OutputStream out,
SoapTcpFrame frame)
Method that writes single SoapTcpFrame |
static void |
writeSoapTcpMessage(java.io.OutputStream out,
SoapTcpMessage msg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeSoapTcpMessage(java.io.OutputStream out,
SoapTcpMessage msg)
throws java.io.IOException
java.io.IOException
public static void writeMessageFrame(java.io.OutputStream out,
SoapTcpFrame frame)
throws java.io.IOException
out - frame -
java.io.IOException
public static SoapTcpFrame readMessageFrame(java.io.InputStream inputStream)
throws java.io.IOException
inputStream -
java.io.IOException
public static boolean checkSingleFrameResponse(SoapTcpFrame responseFrame,
java.lang.String elementName)
responseFrame - frame that will be examinatedelementName - a tag to look for
public static void printSoapTcpFrame(java.io.OutputStream out,
SoapTcpFrame frame)
out - frame -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||