super.bindingOperationOutputElements(operation, reader);
}
private boolean handleOperationInOutElements(WSDLBoundOperation operation,
XMLStreamReader reader,BindingMode mode){
QName name = reader.getName();
WSDLBoundOperationImpl bindingOp = (WSDLBoundOperationImpl)operation;
if (JSONConstants.QNAME_BODY.equals(name) || SOAPConstants.QNAME_BODY.equals(name)) {
if(mode == BindingMode.INPUT)
bindingOp.setInputExplicitBodyParts(parseBodyBinding(reader, bindingOp, mode));
else if(mode == BindingMode.OUTPUT)