Apache CXF API

Uses of Class
org.apache.cxf.binding.soap.tcp.frames.SoapTcpFrameContentDescription

Packages that use SoapTcpFrameContentDescription
org.apache.cxf.binding.soap.tcp.frames   
 

Uses of SoapTcpFrameContentDescription in org.apache.cxf.binding.soap.tcp.frames
 

Methods in org.apache.cxf.binding.soap.tcp.frames that return SoapTcpFrameContentDescription
 SoapTcpFrameContentDescription SoapTcpFrameHeader.getContentDescription()
           
 

Methods in org.apache.cxf.binding.soap.tcp.frames with parameters of type SoapTcpFrameContentDescription
 void SoapTcpFrameHeader.setContentDescription(SoapTcpFrameContentDescription contentDescription)
           
 

Constructors in org.apache.cxf.binding.soap.tcp.frames with parameters of type SoapTcpFrameContentDescription
SoapTcpFrameHeader(int frameType, SoapTcpFrameContentDescription contentDescription)
           
 


Apache CXF API

Apache CXF