Lines Matching refs:QName

42 import javax.xml.namespace.QName;
70 new QName("http://www.w3.org/2005/08/addressing","Metadata"),
258 * Represents the To QName in the SOAP message for a specific WS-Addressing Version.
260 public final QName toTag;
263 * Represents the From QName in the SOAP message for a specific WS-Addressing Version.
265 public final QName fromTag;
268 * Represents the ReplyTo QName in the SOAP message for a specific WS-Addressing Version.
270 public final QName replyToTag;
273 * Represents the FaultTo QName for a specific WS-Addressing Version.
275 public final QName faultToTag;
278 * Represents the Action QName in the SOAP message for a specific WS-Addressing Version.
280 public final QName actionTag;
283 * Represents the MessageID QName in the SOAP message for a specific WS-Addressing Version.
285 public final QName messageIDTag;
288 * Represents the RelatesTo QName in the SOAP message for a specific WS-Addressing Version.
290 public final QName relatesToTag;
293 * Represents the QName of the fault code when a required header representing a
296 public final QName mapRequiredTag;
299 * Represents the QName of the fault code when Action is not supported at this endpoint.
301 public final QName actionMismatchTag;
304 * Represents the QName of the fault code when Action is not supported at this endpoint.
306 public final QName actionNotSupportedTag;
314 * Represents the QName of the fault code when a header representing a
317 public final QName invalidMapTag;
320 * Represents the QName of the fault code when a header representing a
323 public final QName invalidCardinalityTag;
326 * Represents the QName of the fault code when a header representing an
329 public final QName invalidAddressTag;
332 * Represents the QName of the element that conveys additional information
335 public final QName problemHeaderQNameTag;
338 * Represents the QName of the element that conveys additional information
341 public final QName problemActionTag;
344 * Represents the QName of the header element that is used to capture the fault detail
348 public final QName faultDetailTag;
354 public final QName fault_missingAddressInEpr;
357 * Represents the Action QName in the WSDL for a specific WS-Addressing Version.
359 public final QName wsdlActionTag;
362 * Represents the WSDL extension QName for a specific WS-Addressing Version.
364 public final QName wsdlExtensionTag;
367 * Represents the WSDL anonymous QName for a specific WS-Addressing Version.
369 public final QName wsdlAnonymousTag;
372 * Represents the QName of the reference parameter in a SOAP message. This is
375 public final QName isReferenceParameterTag;
385 public static final QName fault_duplicateAddressInEpr = new QName(
397 toTag = new QName(nsUri,"To");
398 fromTag = new QName(nsUri,"From");
399 replyToTag = new QName(nsUri,"ReplyTo");
400 faultToTag = new QName(nsUri,"FaultTo");
401 actionTag = new QName(nsUri,"Action");
402 messageIDTag = new QName(nsUri,"MessageID");
403 relatesToTag = new QName(nsUri,"RelatesTo");
405 mapRequiredTag = new QName(nsUri,getMapRequiredLocalName());
406 actionMismatchTag = new QName(nsUri,getActionMismatchLocalName());
407 actionNotSupportedTag = new QName(nsUri,"ActionNotSupported");
409 invalidMapTag = new QName(nsUri,getInvalidMapLocalName());
410 invalidAddressTag = new QName(nsUri,getInvalidAddressLocalName());
411 invalidCardinalityTag = new QName(nsUri,getInvalidCardinalityLocalName());
412 faultDetailTag = new QName(nsUri,"FaultDetail");
414 problemHeaderQNameTag = new QName(nsUri,"ProblemHeaderQName");
415 problemActionTag = new QName(nsUri, "ProblemAction");
417 fault_missingAddressInEpr = new QName(nsUri,"MissingAddressInEPR","wsa");
418 isReferenceParameterTag = new QName(nsUri,getIsReferenceParameterLocalName());
420 wsdlActionTag = new QName(wsdlNsUri,"Action");
421 wsdlExtensionTag = new QName(wsdlNsUri, "UsingAddressing");
422 wsdlAnonymousTag = new QName(wsdlNsUri, getWsdlAnonymousLocalName());
733 public final QName wsdlMetadata;
737 String portTypeName, QName wsdlMetadata,