|
||||||||||
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(QName name,
Class clazz)
Adds an message part to this conainer. |
MessagePartInfo |
getMessagePart(QName name)
Returns the message part with the given name, if found. |
int |
getMessagePartIndex(MessagePartInfo part)
|
List |
getMessageParts()
Returns all message parts for this message. |
OperationInfo |
getOperation()
Returns the operation of this container. |
void |
removeMessagePart(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(QName name, 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(QName name)
name
- the qualified message part name.public MessagePartInfo getMessagePart(QName name)
name
- the qualified name.
null
if not found.public List getMessageParts()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |