|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.binding.soap.tcp.SoapTcpUtils
public final class SoapTcpUtils
Method Summary | |
---|---|
static boolean |
checkSingleFrameResponse(SoapTcpFrame responseFrame,
String elementName)
Method that parse SoapTcpFrame payload to find important tag. |
static void |
printSoapTcpFrame(OutputStream out,
SoapTcpFrame frame)
Method that print SoapTcpFrame |
static SoapTcpFrame |
readMessageFrame(InputStream inputStream)
Method that reads single SoapTcpFrame |
static void |
writeMessageFrame(OutputStream out,
SoapTcpFrame frame)
Method that writes single SoapTcpFrame |
static void |
writeSoapTcpMessage(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(OutputStream out, SoapTcpMessage msg) throws IOException
IOException
public static void writeMessageFrame(OutputStream out, SoapTcpFrame frame) throws IOException
out
- frame
-
IOException
public static SoapTcpFrame readMessageFrame(InputStream inputStream) throws IOException
inputStream
-
IOException
public static boolean checkSingleFrameResponse(SoapTcpFrame responseFrame, String elementName)
responseFrame
- frame that will be examinatedelementName
- a tag to look for
public static void printSoapTcpFrame(OutputStream out, SoapTcpFrame frame)
out
- frame
-
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |