org.apache.cxf.binding.soap.model
Class SoapBodyInfo
java.lang.Object
org.apache.cxf.binding.soap.model.SoapBodyInfo
public class SoapBodyInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapBodyInfo
public SoapBodyInfo()
getParts
public java.util.List<MessagePartInfo> getParts()
setParts
public void setParts(java.util.List<MessagePartInfo> parts)
getUse
public java.lang.String getUse()
setUse
public void setUse(java.lang.String use)
getAttachments
public java.util.List<MessagePartInfo> getAttachments()
setAttachments
public void setAttachments(java.util.List<MessagePartInfo> attachments)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.