Searched defs:getBodyBlocks (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DMessage.java55 public Iterator<Block> getBodyBlocks() { method in class:Message
74 return getBodyBlocks().hasNext();
79 for (Iterator iter = getBodyBlocks(); iter.hasNext();) {

Completed in 1085 milliseconds