| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractMessageContainer
public abstract class AbstractMessageContainer
| Field Summary | |
|---|---|
| protected  QName | mName | 
| Method Summary | |
|---|---|
|  void | addMessagePart(MessagePartInfo part)Adds a message part to this container. | 
|  MessagePartInfo | addMessagePart(QName name)Adds a message part to this container. | 
|  MessagePartInfo | addMessagePart(String name) | 
|  MessagePartInfo | addOutOfBandMessagePart(QName name) | 
|  boolean | equals(Object o) | 
|  String | getMessageDocumentation() | 
|  MessagePartInfo | getMessagePart(int n)Returns the n'th message part. | 
|  MessagePartInfo | getMessagePart(QName name)Returns the message part with the given name, if found. | 
|  MessagePartInfo | getMessagePartByIndex(int i) | 
|  int | getMessagePartIndex(MessagePartInfo part) | 
|  QName | getMessagePartQName(String name) | 
|  List<MessagePartInfo> | getMessageParts()Returns all message parts for this message. | 
|  QName | getName() | 
|  OperationInfo | getOperation()Returns the operation of this container. | 
|  List<MessagePartInfo> | getOutOfBandParts() | 
|  int | hashCode() | 
|  void | removeMessagePart(QName name)Removes an message part from this container. | 
|  void | setMessageDocumentation(String doc) | 
|  int | size() | 
| Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder | 
|---|
| addExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected QName mName
| Method Detail | 
|---|
public String getMessageDocumentation()
public void setMessageDocumentation(String doc)
public QName getName()
getName in interface NamedItempublic OperationInfo getOperation()
public MessagePartInfo addMessagePart(QName name)
name - the qualified name of the message part
MessagePartInfo objectpublic QName getMessagePartQName(String name)
public MessagePartInfo addMessagePart(String name)
public void addMessagePart(MessagePartInfo part)
part - the message part.public int getMessagePartIndex(MessagePartInfo part)
public MessagePartInfo getMessagePartByIndex(int i)
public void removeMessagePart(QName name)
name - the qualified message part name.public MessagePartInfo getMessagePart(QName name)
name - the qualified name.
null if not found.public MessagePartInfo getMessagePart(int n)
n - the n'th part to retrieve.
null if not found.public MessagePartInfo addOutOfBandMessagePart(QName name)
public List<MessagePartInfo> getMessageParts()
public List<MessagePartInfo> getOutOfBandParts()
public int size()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||