| Package | Description |
|---|---|
| org.apache.cxf.binding.soap.tcp | |
| org.apache.cxf.binding.soap.tcp.frames |
| Modifier and Type | Method and Description |
|---|---|
static SoapTcpFrame |
SoapTcpUtils.readMessageFrame(InputStream inputStream)
Method that reads single SoapTcpFrame
|
| Modifier and Type | Method and Description |
|---|---|
List<SoapTcpFrame> |
SoapTcpChannel.getFrames() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SoapTcpChannel.addFrame(SoapTcpFrame frame) |
static boolean |
SoapTcpUtils.checkSingleFrameResponse(SoapTcpFrame responseFrame,
String elementName)
Method that parse SoapTcpFrame payload to find important tag.
|
static void |
SoapTcpUtils.printSoapTcpFrame(OutputStream out,
SoapTcpFrame frame)
Method that print SoapTcpFrame
|
static void |
SoapTcpUtils.writeMessageFrame(OutputStream out,
SoapTcpFrame frame)
Method that writes single SoapTcpFrame
|
| Modifier and Type | Method and Description |
|---|---|
List<SoapTcpFrame> |
SoapTcpMessage.getFrames() |
| Modifier and Type | Method and Description |
|---|---|
static SoapTcpMessage |
SoapTcpMessage.createSoapTcpMessage(SoapTcpFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
static SoapTcpMessage |
SoapTcpMessage.createSoapTcpMessage(List<SoapTcpFrame> frames) |
void |
SoapTcpMessage.setFrames(List<SoapTcpFrame> frames) |
Apache CXF