Searched refs:bodyIn (Results 1 – 3 of 3) sorted by relevance
77 public Object bodyIn; field in SoapEnvelope191 bodyIn = fault; in parseBody()193 Node node = (bodyIn instanceof Node) ? (Node) bodyIn : new Node(); in parseBody()195 bodyIn = node; in parseBody()
143 bodyIn = null; in parseBody()154 bodyIn = fault; in parseBody()161 if ("1".equals(rootAttr) || bodyIn == null) { in parseBody()162 bodyIn = o; in parseBody()618 if (bodyIn == null) { in getResponse()621 if (bodyIn instanceof SoapFault) { in getResponse()622 throw (SoapFault) bodyIn; in getResponse()624 KvmSerializable ks = (KvmSerializable) bodyIn; in getResponse()
1209 bodyIn = null;1520 + if (bodyIn == null) {1523 if (bodyIn instanceof SoapFault) {1524 throw (SoapFault) bodyIn;