public void accept(WSDLDocumentVisitor visitor) throws Exception { visitor.preVisit(this); //bug fix: 4947340, extensions should be the first element _helper.accept(visitor); for (Iterator iter = _operations.iterator(); iter.hasNext();) { ((BindingOperation) iter.next()).accept(visitor); } visitor.postVisit(this); }
public void accept(WSDLDocumentVisitor visitor) throws Exception { visitor.preVisit(this); //bug fix: 4947340, extensions should be the first element _helper.accept(visitor); for (Iterator iter = _operations.iterator(); iter.hasNext();) { ((BindingOperation) iter.next()).accept(visitor); } visitor.postVisit(this); }
public void accept(WSDLDocumentVisitor visitor) throws Exception { visitor.preVisit(this); //bug fix: 4947340, extensions should be the first element _helper.accept(visitor); for (Iterator iter = _operations.iterator(); iter.hasNext();) { ((BindingOperation) iter.next()).accept(visitor); } visitor.postVisit(this); }
public void accept(WSDLDocumentVisitor visitor) throws Exception { visitor.preVisit(this); //bug fix: 4947340, extensions should be the first element _helper.accept(visitor); for (Iterator iter = _operations.iterator(); iter.hasNext();) { ((BindingOperation) iter.next()).accept(visitor); } visitor.postVisit(this); }