|
||||||||||
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 javax.xml.namespace.QName |
mName
|
Method Summary | |
---|---|
void |
addMessagePart(MessagePartInfo part)
Adds a message part to this container. |
MessagePartInfo |
addMessagePart(javax.xml.namespace.QName name)
Adds a message part to this container. |
MessagePartInfo |
addMessagePart(java.lang.String name)
|
MessagePartInfo |
addOutOfBandMessagePart(javax.xml.namespace.QName name)
|
boolean |
equals(java.lang.Object o)
|
MessagePartInfo |
getMessagePart(int n)
Returns the n'th message part. |
MessagePartInfo |
getMessagePart(javax.xml.namespace.QName name)
Returns the message part with the given name, if found. |
MessagePartInfo |
getMessagePartByIndex(int i)
|
int |
getMessagePartIndex(MessagePartInfo part)
|
javax.xml.namespace.QName |
getMessagePartQName(java.lang.String name)
|
java.util.List<MessagePartInfo> |
getMessageParts()
Returns all message parts for this message. |
javax.xml.namespace.QName |
getName()
|
OperationInfo |
getOperation()
Returns the operation of this container. |
java.util.List<MessagePartInfo> |
getOutOfBandParts()
|
int |
hashCode()
|
void |
removeMessagePart(javax.xml.namespace.QName name)
Removes an message part from this container. |
int |
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, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.namespace.QName mName
Method Detail |
---|
public javax.xml.namespace.QName getName()
getName
in interface NamedItem
public OperationInfo getOperation()
public MessagePartInfo addMessagePart(javax.xml.namespace.QName name)
name
- the qualified name of the message part
MessagePartInfo
objectpublic javax.xml.namespace.QName getMessagePartQName(java.lang.String name)
public MessagePartInfo addMessagePart(java.lang.String name)
public void addMessagePart(MessagePartInfo part)
part
- the message part.public int getMessagePartIndex(MessagePartInfo part)
public MessagePartInfo getMessagePartByIndex(int i)
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 MessagePartInfo getMessagePart(int n)
n
- the n'th part to retrieve.
null
if not found.public MessagePartInfo addOutOfBandMessagePart(javax.xml.namespace.QName name)
public java.util.List<MessagePartInfo> getMessageParts()
public java.util.List<MessagePartInfo> getOutOfBandParts()
public int size()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |