org.apache.cxf.service.model
Class MessageInfo
java.lang.Object
org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractMessageContainer
org.apache.cxf.service.model.MessageInfo
- All Implemented Interfaces:
- Extensible, NamedItem
public class MessageInfo
- extends AbstractMessageContainer
A message for an operation.
Methods inherited from class org.apache.cxf.service.model.AbstractMessageContainer |
addMessagePart, addMessagePart, addMessagePart, addOutOfBandMessagePart, equals, getMessagePart, getMessagePart, getMessagePartByIndex, getMessagePartIndex, getMessagePartQName, getMessageParts, getName, getOperation, getOutOfBandParts, hashCode, removeMessagePart, size |
Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder |
addExtensionAttribute, addExtensor, containsExtensor, equals, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperty, getProperty, getTraversedExtensor, hasProperty, setExtensionAttributes, setProperty |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MessageInfo
public MessageInfo(OperationInfo op,
MessageInfo.Type type,
javax.xml.namespace.QName nm)
setName
public void setName(javax.xml.namespace.QName qn)
getMessagePartsMap
public java.util.Map<javax.xml.namespace.QName,MessagePartInfo> getMessagePartsMap()
getOrderedParts
public java.util.List<MessagePartInfo> getOrderedParts(java.util.List<java.lang.String> order)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getType
public MessageInfo.Type getType()
setType
public void setType(MessageInfo.Type type)
Apache CXF