public final class SoapTcpUtils extends Object
Modifier and Type | Method and Description |
---|---|
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) |
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 forpublic static void printSoapTcpFrame(OutputStream out, SoapTcpFrame frame)
out
- frame
- Apache CXF