|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.ElementIterator | |
---|---|
net.jxta.endpoint | Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. |
Uses of Message.ElementIterator in net.jxta.endpoint |
---|
Methods in net.jxta.endpoint that return Message.ElementIterator | |
---|---|
Message.ElementIterator |
Message.getMessageElements()
Returns a list iterator of all of the elements contained in this message. |
Message.ElementIterator |
Message.getMessageElements(MimeMediaType type)
Returns a list iterator of all of the elements contained in this message whose mime-type matchs the given in the order they were added to the message. |
Message.ElementIterator |
Message.getMessageElements(String name)
Returns a list iterator of all of the elements contained in this message who's name matches the specified name. |
Message.ElementIterator |
Message.getMessageElements(String namespace,
MimeMediaType type)
Returns a list iterator of all of the elements contained in this message whose type matches the given in the order they were added to the message. |
Message.ElementIterator |
Message.getMessageElements(String namespace,
String name)
Returns a list iterator of all of the elements contained in the specified namespace who's name matches the specified name in the order in which they were added to the Message. |
Message.ElementIterator |
Message.getMessageElementsOfNamespace(String namespace)
Returns a list iterator of all of the elements contained in this message which match the specified namespace. |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |