|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.service.MessagePartContainer
public abstract class MessagePartContainer
Represents the base class for containers of MessagePartInfo objects.
| Constructor Summary | |
|---|---|
protected |
MessagePartContainer(OperationInfo operation)
Initializes a new instance of the MessagePartContainer. |
| Method Summary | |
|---|---|
void |
addMessagePart(MessagePartInfo part)
Adds an message part to this container. |
MessagePartInfo |
addMessagePart(javax.xml.namespace.QName name,
java.lang.Class clazz)
Adds an message part to this conainer. |
MessagePartInfo |
getMessagePart(javax.xml.namespace.QName name)
Returns the message part with the given name, if found. |
int |
getMessagePartIndex(MessagePartInfo part)
|
java.util.List |
getMessageParts()
Returns all message parts for this message. |
OperationInfo |
getOperation()
Returns the operation of this container. |
void |
removeMessagePart(javax.xml.namespace.QName name)
Removes an message part from this container. |
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MessagePartContainer(OperationInfo operation)
MessagePartContainer.
operation - the operation.| Method Detail |
|---|
public OperationInfo getOperation()
public MessagePartInfo addMessagePart(javax.xml.namespace.QName name,
java.lang.Class clazz)
name - the qualified name of the message part.clazz - the type of the message part.public void addMessagePart(MessagePartInfo part)
part - the message part.public int getMessagePartIndex(MessagePartInfo part)
public void removeMessagePart(javax.xml.namespace.QName name)
name - the qualified message part name.public MessagePartInfo getMessagePart(javax.xml.namespace.QName name)
name - the qualified name.
null if not found.public java.util.List getMessageParts()
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||