Searched refs:EnvelopeTag (Results 1 – 2 of 2) sorted by relevance
17 private static final String EnvelopeTag = "envelope"; field in SOAPParser65 } else if (!EnvelopeTag.equalsIgnoreCase(nsn[nsn.length - 1])) { in SOAPParser()
12 private static final String EnvelopeTag = "s12:Envelope"; field in SOAPBuilder53 XMLNode envelope = new XMLNode(null, EnvelopeTag, sEnvelopeAttributes); in buildEnvelope()