Obtain the QName of the SOAP array type return Constants.SOAP_ARRAY;
return Constants.SOAP_ARRAY;
Obtain the ref attribute name return Constants.ATTR_HREF;
return Constants.ATTR_HREF;
Obtain the item type name of an array return Constants.ATTR_ARRAY_TYPE;
return Constants.ATTR_ARRAY_TYPE;
return bodyQName;
Obtain the MIME content type return "text/xml";
return "text/xml";
return Constants.URI_SOAP11_ENC;
return Constants.URI_SOAP11_ENV;
return faultQName;
return headerQName;
Obtain the Qname of Mustunderstand fault code return Constants.FAULT_MUSTUNDERSTAND;
return Constants.FAULT_MUSTUNDERSTAND;
Obtain the "next" role/actor URI return Constants.URI_SOAP11_NEXT_ACTOR;
return Constants.URI_SOAP11_NEXT_ACTOR;
Obtain the QName for the role attribute (actor/role) return roleQName;
return roleQName;
Obtain the Qname of VersionMismatch fault code return Constants.FAULT_VERSIONMISMATCH;
return Constants.FAULT_VERSIONMISMATCH;