|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapTcpFrame | |
---|---|
org.apache.cxf.binding.soap.tcp | |
org.apache.cxf.binding.soap.tcp.frames |
Uses of SoapTcpFrame in org.apache.cxf.binding.soap.tcp |
---|
Methods in org.apache.cxf.binding.soap.tcp that return SoapTcpFrame | |
---|---|
static SoapTcpFrame |
SoapTcpUtils.readMessageFrame(InputStream inputStream)
Method that reads single SoapTcpFrame |
Methods in org.apache.cxf.binding.soap.tcp that return types with arguments of type SoapTcpFrame | |
---|---|
List<SoapTcpFrame> |
SoapTcpChannel.getFrames()
|
Methods in org.apache.cxf.binding.soap.tcp with parameters of type SoapTcpFrame | |
---|---|
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 |
Uses of SoapTcpFrame in org.apache.cxf.binding.soap.tcp.frames |
---|
Methods in org.apache.cxf.binding.soap.tcp.frames that return types with arguments of type SoapTcpFrame | |
---|---|
List<SoapTcpFrame> |
SoapTcpMessage.getFrames()
|
Methods in org.apache.cxf.binding.soap.tcp.frames with parameters of type SoapTcpFrame | |
---|---|
static SoapTcpMessage |
SoapTcpMessage.createSoapTcpMessage(SoapTcpFrame frame)
|
Method parameters in org.apache.cxf.binding.soap.tcp.frames with type arguments of type SoapTcpFrame | |
---|---|
static SoapTcpMessage |
SoapTcpMessage.createSoapTcpMessage(List<SoapTcpFrame> frames)
|
void |
SoapTcpMessage.setFrames(List<SoapTcpFrame> frames)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |