Skip to content

Commit

Permalink
SWS-710 - Make it possible to retrieve SoapHeaderElement from SoapHea…
Browse files Browse the repository at this point in the history
…der by QName
  • Loading branch information
poutsma committed Oct 17, 2011
1 parent 54057b1 commit e869d95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public interface SoapHeader extends SoapElement {
* @return an iterator over all the header elements
* @throws SoapHeaderException if the header cannot be returned
* @see SoapHeaderElement
* @since 2.0.3
*/
Iterator<SoapHeaderElement> examineHeaderElements(QName name) throws SoapHeaderException;

Expand Down

0 comments on commit e869d95

Please sign in to comment.