Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.binding.soap.tcp.frames.SoapTcpFrameContentDescription

public class SoapTcpFrameContentDescription
extends Object


Constructor Summary
SoapTcpFrameContentDescription()
           
 
Method Summary
 int getContentId()
           
 Map<Integer,String> getParameters()
           
 void setContentId(int contentId)
           
 void setParameters(Map<Integer,String> parameters)
           
 void write(OutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapTcpFrameContentDescription

public SoapTcpFrameContentDescription()
Method Detail

getContentId

public int getContentId()

setContentId

public void setContentId(int contentId)

getParameters

public Map<Integer,String> getParameters()

setParameters

public void setParameters(Map<Integer,String> parameters)

write

public void write(OutputStream output)
           throws IOException
Throws:
IOException

Apache CXF API

Apache CXF