Uses of Class javax.xml.namespace.QName

Uses in package javax.wsdl.extensions

Fields of type javax.xml.namespace.QName

QName

Methods with parameter type javax.xml.namespace.QName

ExtensibilityElement
ExtensionRegistry.createExtension(Class parentType, QName elementType)
Create an instance of the type which was declared to be used to represent extensibility elements with qnames matching elementType, when intended to exist as children of the specified parentType.
Object
Retrieve an extension attribute from this element.
void
ExtensionRegistry.mapExtensionTypes(Class parentType, QName elementType, Class extensionType)
Declare that the specified extensionType is the concrete class which should be used to represent extensibility elements with qnames matching elementType, that are intended to exist as children of the specified parentType.
void
ExtensionSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
UnknownExtensionSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
ExtensionDeserializer
ExtensionRegistry.queryDeserializer(Class parentType, QName elementType)
Look up the deserializer for the extensibility element with the qname elementType, which was encountered as an immediate child of the element represented by the specified parentType.
int
Look up the type of the extensibility attribute with the qname attrName, which was defined on an element represented by the specified parentType.
ExtensionSerializer
ExtensionRegistry.querySerializer(Class parentType, QName elementType)
Look up the serializer to use for the extensibility element with the qname elementType, which was encountered as a child of the specified parentType.
void
Declare that the specified deserializer should be used to deserialize all extensibility elements with a qname matching elementType, when encountered as immediate children of the element represented by the specified parentType.
void
ExtensionRegistry.registerExtensionAttributeType(Class parentType, QName attrName, int attrType)
Declare that the type of the specified extension attribute, when it occurs as an attribute of the specified parent type, should be assumed to be attrType.
void
ExtensionRegistry.registerSerializer(Class parentType, QName elementType, ExtensionSerializer es)
Declare that the specified serializer should be used to serialize all extensibility elements with a qname matching elementType, when encountered as children of the specified parentType.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set an extension attribute on this element.
ExtensibilityElement
ExtensionDeserializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
UnknownExtensionDeserializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.

Methods with return type javax.xml.namespace.QName

QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.

Uses in package com.ibm.wsdl

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

Binding
Get the specified binding.
Object
Retrieve an extension attribute from this element.
Message
Get the specified message.
PortType
Get the specified portType.
Service
Get the specified service.
Binding
Remove the specified binding from this definition.
Message
Remove the specified message from this definition.
PortType
Remove the specified portType from this definition.
Service
Remove the specified service from this definition.
void
void
Set an extension attribute on this element.
void
Set the name of this binding.
void
Set the name of this definition.
void
Set the name of this message.
void
Set the name of this port type.
void
Set the name of this service.
void

Methods with return type javax.xml.namespace.QName

QName
QName
Get the name of this binding.
QName
Get the name of this definition.
QName
Get the name of this message.
QName
Get the name of this port type.
QName
Get the name of this service.
QName

Uses in package javax.wsdl

Methods with parameter type javax.xml.namespace.QName

Binding
Get the specified binding.
Message
Get the specified message.
PortType
Get the specified portType.
Service
Get the specified service.
Binding
Remove the specified binding from this definition.
Message
Remove the specified message from this definition.
PortType
Remove the specified portType from this definition.
Service
Remove the specified service from this definition.
void
Part.setElementName(QName elementName)
void
Set the name of this binding.
void
Set the name of this definition.
void
Set the name of this message.
void
Set the name of this port type.
void
Set the name of this service.
void

Methods with return type javax.xml.namespace.QName

QName
QName
Get the name of this binding.
QName
Get the name of this definition.
QName
Get the name of this message.
QName
Get the name of this port type.
QName
Get the name of this service.
QName

Uses in package com.ibm.wsdl.util.xml

Methods with parameter type javax.xml.namespace.QName

boolean
QNameUtils.matches(QName qname, Node node)
void
DOMUtils.printQualifiedAttribute(String name, QName value, Definition def, PrintWriter pw)
void
DOMUtils.printQualifiedAttribute(QName name, String value, Definition def, PrintWriter pw)
Prints attributes with qualified names.
void
DOMUtils.printQualifiedAttribute(QName name, QName value, Definition def, PrintWriter pw)

Methods with return type javax.xml.namespace.QName

QName
DOMUtils.getQName(String prefixedValue, Element contextEl, Definition def)
QName
DOMUtils.getQualifiedAttributeValue(Element el, String attrName, String elDesc, boolean isRequired, Definition def)
This method should be used for elements that support extension attributes because it does not track the remaining attributes to test for unexpected attributes.
QName
DOMUtils.getQualifiedAttributeValue(Element el, String attrName, String elDesc, boolean isRequired, Definition def, List remainingAttrs)
This method should be used for elements that do not support extension attributes because it tracks the remaining attributes so that eventually any unexpected attributes can be identified.
QName
QNameUtils.newQName(Node node)

Uses in package com.ibm.wsdl.extensions.schema

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

void
SchemaSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
Set the type of this extensibility element.
ExtensibilityElement
SchemaDeserializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.

Methods with return type javax.xml.namespace.QName

QName
Get the type of this extensibility element.

Uses in package com.ibm.wsdl.extensions.mime

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

void
MIMEContentSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
MIMEMimeXmlSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
MIMEMultipartRelatedSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
ExtensibilityElement
MIMEContentSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
MIMEMimeXmlSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
MIMEMultipartRelatedSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)

Methods with return type javax.xml.namespace.QName

QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.

Uses in package com.ibm.wsdl.extensions.http

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

void
HTTPAddressSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
HTTPBindingSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
HTTPOperationSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
HTTPUrlEncodedSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
HTTPUrlReplacementSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
ExtensibilityElement
HTTPAddressSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
HTTPBindingSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
HTTPOperationSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
HTTPUrlEncodedSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
HTTPUrlReplacementSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)

Methods with return type javax.xml.namespace.QName

QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.

Uses in package com.ibm.wsdl.extensions.soap12

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

void
SOAP12AddressSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
SOAP12BindingSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
SOAP12BodySerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAP12FaultSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
SOAP12HeaderSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
SOAP12OperationSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the message for this SOAP header fault.
void
Set the message for this SOAP header.
ExtensibilityElement
SOAP12AddressSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
SOAP12BindingSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
SOAP12BodySerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAP12FaultSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
SOAP12HeaderSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
SOAP12OperationSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.

Methods with return type javax.xml.namespace.QName

QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the message for this SOAP header fault.
QName
Get the message for this SOAP header.

Uses in package com.ibm.wsdl.extensions.soap

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

void
SOAPAddressSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
SOAPBindingSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPBodySerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
SOAPFaultSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
SOAPHeaderSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPOperationSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the type of this extensibility element.
void
Set the message for this SOAP header fault.
void
Set the message for this SOAP header.
ExtensibilityElement
SOAPAddressSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
SOAPBindingSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPBodySerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPFaultSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
ExtensibilityElement
SOAPHeaderSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPOperationSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)

Methods with return type javax.xml.namespace.QName

QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the type of this extensibility element.
QName
Get the message for this SOAP header fault.
QName
Get the message for this SOAP header.

Uses in package javax.wsdl.extensions.soap12

Methods with parameter type javax.xml.namespace.QName

void
Set the message for this SOAP header.
void
Set the message for this SOAP header fault.

Methods with return type javax.xml.namespace.QName

QName
Get the message for this SOAP header.
QName
Get the message for this SOAP header fault.

Uses in package javax.wsdl.extensions.soap

Methods with parameter type javax.xml.namespace.QName

void
Set the message for this SOAP header.
void
Set the message for this SOAP header fault.

Methods with return type javax.xml.namespace.QName

QName
Get the message for this SOAP header.
QName
Get the message for this SOAP header fault.

Uses in package javax.xml.namespace

Methods with return type javax.xml.namespace.QName

QName
QName.valueOf(String s)
Returns a QName holding the value of the specified String.

Copyright B) 2003,2006 IBM. All Rights Reserved.