Uses of Class
javax.xml.namespace.QName
Packages that use QName
Package
Description
-
Uses of QName in com.ibm.wsdl
Fields in com.ibm.wsdl declared as QNameModifier and TypeFieldDescriptionprotected QName
PartImpl.elementName
protected QName
BindingImpl.name
protected QName
DefinitionImpl.name
protected QName
MessageImpl.name
protected QName
PortTypeImpl.name
protected QName
ServiceImpl.name
static final QName
Constants.Q_ATTR_REQUIRED
static final QName
Constants.Q_ELEM_BINDING
static final QName
Constants.Q_ELEM_DEFINITIONS
static final QName
Constants.Q_ELEM_DOCUMENTATION
static final QName
Constants.Q_ELEM_FAULT
static final QName
Constants.Q_ELEM_IMPORT
static final QName
Constants.Q_ELEM_INPUT
static final QName
Constants.Q_ELEM_MESSAGE
static final QName
Constants.Q_ELEM_OPERATION
static final QName
Constants.Q_ELEM_OUTPUT
static final QName
Constants.Q_ELEM_PART
static final QName
Constants.Q_ELEM_PORT
static final QName
Constants.Q_ELEM_PORT_TYPE
static final QName
Constants.Q_ELEM_SERVICE
static final QName
Constants.Q_ELEM_TYPES
protected QName
PartImpl.typeName
Methods in com.ibm.wsdl that return QNameModifier and TypeMethodDescriptionPartImpl.getElementName()
BindingImpl.getQName()
Get the name of this binding.DefinitionImpl.getQName()
Get the name of this definition.MessageImpl.getQName()
Get the name of this message.PortTypeImpl.getQName()
Get the name of this port type.ServiceImpl.getQName()
Get the name of this service.PartImpl.getTypeName()
Methods in com.ibm.wsdl with parameters of type QNameModifier and TypeMethodDescriptionDefinitionImpl.getBinding
(QName name) Get the specified binding.AbstractWSDLElement.getExtensionAttribute
(QName name) Retrieve an extension attribute from this element.DefinitionImpl.getMessage
(QName name) Get the specified message.DefinitionImpl.getPortType
(QName name) Get the specified portType.DefinitionImpl.getService
(QName name) Get the specified service.DefinitionImpl.removeBinding
(QName name) Remove the specified binding from this definition.DefinitionImpl.removeMessage
(QName name) Remove the specified message from this definition.DefinitionImpl.removePortType
(QName name) Remove the specified portType from this definition.DefinitionImpl.removeService
(QName name) Remove the specified service from this definition.void
PartImpl.setElementName
(QName elementName) void
AbstractWSDLElement.setExtensionAttribute
(QName name, Object value) 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
PartImpl.setTypeName
(QName typeName) -
Uses of QName in com.ibm.wsdl.extensions.http
Fields in com.ibm.wsdl.extensions.http declared as QNameModifier and TypeFieldDescriptionprotected QName
HTTPAddressImpl.elementType
protected QName
HTTPBindingImpl.elementType
protected QName
HTTPOperationImpl.elementType
protected QName
HTTPUrlEncodedImpl.elementType
protected QName
HTTPUrlReplacementImpl.elementType
static final QName
HTTPConstants.Q_ELEM_HTTP_ADDRESS
static final QName
HTTPConstants.Q_ELEM_HTTP_BINDING
static final QName
HTTPConstants.Q_ELEM_HTTP_OPERATION
static final QName
HTTPConstants.Q_ELEM_HTTP_URL_ENCODED
static final QName
HTTPConstants.Q_ELEM_HTTP_URL_REPLACEMENT
Methods in com.ibm.wsdl.extensions.http that return QNameModifier and TypeMethodDescriptionHTTPAddressImpl.getElementType()
Get the type of this extensibility element.HTTPBindingImpl.getElementType()
Get the type of this extensibility element.HTTPOperationImpl.getElementType()
Get the type of this extensibility element.HTTPUrlEncodedImpl.getElementType()
Get the type of this extensibility element.HTTPUrlReplacementImpl.getElementType()
Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.http with parameters of type QNameModifier and TypeMethodDescriptionvoid
HTTPAddressSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) 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) 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
HTTPAddressImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
HTTPBindingImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
HTTPOperationImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
HTTPUrlEncodedImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
HTTPUrlReplacementImpl.setElementType
(QName elementType) Set the type of this extensibility element.HTTPAddressSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) HTTPBindingSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) HTTPOperationSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) HTTPUrlEncodedSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) HTTPUrlReplacementSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.mime
Fields in com.ibm.wsdl.extensions.mime declared as QNameModifier and TypeFieldDescriptionprotected QName
MIMEContentImpl.elementType
protected QName
MIMEMimeXmlImpl.elementType
protected QName
MIMEMultipartRelatedImpl.elementType
protected QName
MIMEPartImpl.elementType
static final QName
MIMEConstants.Q_ELEM_MIME_CONTENT
static final QName
MIMEConstants.Q_ELEM_MIME_MIME_XML
static final QName
MIMEConstants.Q_ELEM_MIME_MULTIPART_RELATED
static final QName
MIMEConstants.Q_ELEM_MIME_PART
Methods in com.ibm.wsdl.extensions.mime that return QNameModifier and TypeMethodDescriptionMIMEContentImpl.getElementType()
Get the type of this extensibility element.MIMEMimeXmlImpl.getElementType()
Get the type of this extensibility element.MIMEMultipartRelatedImpl.getElementType()
Get the type of this extensibility element.MIMEPartImpl.getElementType()
Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.mime with parameters of type QNameModifier and TypeMethodDescriptionvoid
MIMEContentSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) void
MIMEMimeXmlSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) void
MIMEMultipartRelatedSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) void
MIMEContentImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
MIMEMimeXmlImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
MIMEMultipartRelatedImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
MIMEPartImpl.setElementType
(QName elementType) Set the type of this extensibility element.MIMEContentSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) MIMEMimeXmlSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) MIMEMultipartRelatedSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.schema
Fields in com.ibm.wsdl.extensions.schema declared as QNameModifier and TypeFieldDescriptionprotected QName
SchemaImpl.elementType
static final QName
SchemaConstants.Q_ELEM_IMPORT_XSD_1999
static final QName
SchemaConstants.Q_ELEM_IMPORT_XSD_2000
static final QName
SchemaConstants.Q_ELEM_IMPORT_XSD_2001
static final QName
SchemaConstants.Q_ELEM_INCLUDE_XSD_1999
static final QName
SchemaConstants.Q_ELEM_INCLUDE_XSD_2000
static final QName
SchemaConstants.Q_ELEM_INCLUDE_XSD_2001
static final QName
SchemaConstants.Q_ELEM_REDEFINE_XSD_1999
static final QName
SchemaConstants.Q_ELEM_REDEFINE_XSD_2000
static final QName
SchemaConstants.Q_ELEM_REDEFINE_XSD_2001
static final QName
SchemaConstants.Q_ELEM_XSD_1999
static final QName
SchemaConstants.Q_ELEM_XSD_2000
static final QName
SchemaConstants.Q_ELEM_XSD_2001
Methods in com.ibm.wsdl.extensions.schema that return QNameModifier and TypeMethodDescriptionSchemaImpl.getElementType()
Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.schema with parameters of type QNameModifier and TypeMethodDescriptionvoid
SchemaSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) void
SchemaImpl.setElementType
(QName elementType) Set the type of this extensibility element.SchemaDeserializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.soap
Fields in com.ibm.wsdl.extensions.soap declared as QNameModifier and TypeFieldDescriptionprotected QName
SOAPAddressImpl.elementType
protected QName
SOAPBindingImpl.elementType
protected QName
SOAPBodyImpl.elementType
protected QName
SOAPFaultImpl.elementType
protected QName
SOAPHeaderFaultImpl.elementType
protected QName
SOAPHeaderImpl.elementType
protected QName
SOAPOperationImpl.elementType
protected QName
SOAPHeaderFaultImpl.message
protected QName
SOAPHeaderImpl.message
static final QName
SOAPConstants.Q_ELEM_SOAP_ADDRESS
static final QName
SOAPConstants.Q_ELEM_SOAP_BINDING
static final QName
SOAPConstants.Q_ELEM_SOAP_BODY
static final QName
SOAPConstants.Q_ELEM_SOAP_FAULT
static final QName
SOAPConstants.Q_ELEM_SOAP_HEADER
static final QName
SOAPConstants.Q_ELEM_SOAP_HEADER_FAULT
static final QName
SOAPConstants.Q_ELEM_SOAP_OPERATION
Methods in com.ibm.wsdl.extensions.soap that return QNameModifier and TypeMethodDescriptionSOAPAddressImpl.getElementType()
Get the type of this extensibility element.SOAPBindingImpl.getElementType()
Get the type of this extensibility element.SOAPBodyImpl.getElementType()
Get the type of this extensibility element.SOAPFaultImpl.getElementType()
Get the type of this extensibility element.SOAPHeaderFaultImpl.getElementType()
Get the type of this extensibility element.SOAPHeaderImpl.getElementType()
Get the type of this extensibility element.SOAPOperationImpl.getElementType()
Get the type of this extensibility element.SOAPHeaderFaultImpl.getMessage()
Get the message for this SOAP header fault.SOAPHeaderImpl.getMessage()
Get the message for this SOAP header.Methods in com.ibm.wsdl.extensions.soap with parameters of type QNameModifier and TypeMethodDescriptionvoid
SOAPAddressSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) 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) void
SOAPFaultSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) 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) void
SOAPAddressImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAPBindingImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAPBodyImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAPFaultImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAPHeaderFaultImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAPHeaderImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAPOperationImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAPHeaderFaultImpl.setMessage
(QName message) Set the message for this SOAP header fault.void
SOAPHeaderImpl.setMessage
(QName message) Set the message for this SOAP header.SOAPAddressSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAPBindingSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAPBodySerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAPFaultSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAPHeaderSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAPOperationSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.soap12
Fields in com.ibm.wsdl.extensions.soap12 declared as QNameModifier and TypeFieldDescriptionprotected QName
SOAP12AddressImpl.elementType
protected QName
SOAP12BindingImpl.elementType
protected QName
SOAP12BodyImpl.elementType
protected QName
SOAP12FaultImpl.elementType
protected QName
SOAP12HeaderFaultImpl.elementType
protected QName
SOAP12HeaderImpl.elementType
protected QName
SOAP12OperationImpl.elementType
protected QName
SOAP12HeaderFaultImpl.message
protected QName
SOAP12HeaderImpl.message
static final QName
SOAP12Constants.Q_ELEM_SOAP_ADDRESS
static final QName
SOAP12Constants.Q_ELEM_SOAP_BINDING
static final QName
SOAP12Constants.Q_ELEM_SOAP_BODY
static final QName
SOAP12Constants.Q_ELEM_SOAP_FAULT
static final QName
SOAP12Constants.Q_ELEM_SOAP_HEADER
static final QName
SOAP12Constants.Q_ELEM_SOAP_HEADER_FAULT
static final QName
SOAP12Constants.Q_ELEM_SOAP_OPERATION
Methods in com.ibm.wsdl.extensions.soap12 that return QNameModifier and TypeMethodDescriptionSOAP12AddressImpl.getElementType()
Get the type of this extensibility element.SOAP12BindingImpl.getElementType()
Get the type of this extensibility element.SOAP12BodyImpl.getElementType()
Get the type of this extensibility element.SOAP12FaultImpl.getElementType()
Get the type of this extensibility element.SOAP12HeaderFaultImpl.getElementType()
Get the type of this extensibility element.SOAP12HeaderImpl.getElementType()
Get the type of this extensibility element.SOAP12OperationImpl.getElementType()
Get the type of this extensibility element.SOAP12HeaderFaultImpl.getMessage()
Get the message for this SOAP header fault.SOAP12HeaderImpl.getMessage()
Get the message for this SOAP header.Methods in com.ibm.wsdl.extensions.soap12 with parameters of type QNameModifier and TypeMethodDescriptionvoid
SOAP12AddressSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) void
SOAP12BindingSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) 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) void
SOAP12HeaderSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) void
SOAP12OperationSerializer.marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) void
SOAP12AddressImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAP12BindingImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAP12BodyImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAP12FaultImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAP12HeaderFaultImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAP12HeaderImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAP12OperationImpl.setElementType
(QName elementType) Set the type of this extensibility element.void
SOAP12HeaderFaultImpl.setMessage
(QName message) Set the message for this SOAP header fault.void
SOAP12HeaderImpl.setMessage
(QName message) Set the message for this SOAP header.SOAP12AddressSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAP12BindingSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAP12BodySerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAP12FaultSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAP12HeaderSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) SOAP12OperationSerializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.util.xml
Methods in com.ibm.wsdl.util.xml that return QNameModifier and TypeMethodDescriptionstatic QName
DOMUtils.getQName
(String prefixedValue, Element contextEl, Definition def) static 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.static 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.static QName
Methods in com.ibm.wsdl.util.xml with parameters of type QNameModifier and TypeMethodDescriptionstatic boolean
static void
DOMUtils.printQualifiedAttribute
(String name, QName value, Definition def, PrintWriter pw) static void
DOMUtils.printQualifiedAttribute
(QName name, String value, Definition def, PrintWriter pw) Prints attributes with qualified names.static void
DOMUtils.printQualifiedAttribute
(QName name, QName value, Definition def, PrintWriter pw) -
Uses of QName in javax.wsdl
Methods in javax.wsdl that return QNameModifier and TypeMethodDescriptionPart.getElementName()
Binding.getQName()
Get the name of this binding.Definition.getQName()
Get the name of this definition.Message.getQName()
Get the name of this message.PortType.getQName()
Get the name of this port type.Service.getQName()
Get the name of this service.Part.getTypeName()
Methods in javax.wsdl with parameters of type QNameModifier and TypeMethodDescriptionDefinition.getBinding
(QName name) Get the specified binding.Definition.getMessage
(QName name) Get the specified message.Definition.getPortType
(QName name) Get the specified portType.Definition.getService
(QName name) Get the specified service.Definition.removeBinding
(QName name) Remove the specified binding from this definition.Definition.removeMessage
(QName name) Remove the specified message from this definition.Definition.removePortType
(QName name) Remove the specified portType from this definition.Definition.removeService
(QName name) 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
Part.setTypeName
(QName typeName) -
Uses of QName in javax.wsdl.extensions
Fields in javax.wsdl.extensions declared as QNameMethods in javax.wsdl.extensions that return QNameModifier and TypeMethodDescriptionExtensibilityElement.getElementType()
Get the type of this extensibility element.UnknownExtensibilityElement.getElementType()
Get the type of this extensibility element.Methods in javax.wsdl.extensions with parameters of type QNameModifier and TypeMethodDescriptionExtensionRegistry.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.AttributeExtensible.getExtensionAttribute
(QName name) 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) 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
ExtensionRegistry.queryExtensionAttributeType
(Class parentType, QName attrName) Look up the type of the extensibility attribute with the qname attrName, which was defined on an element represented by the specified parentType.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
ExtensionRegistry.registerDeserializer
(Class parentType, QName elementType, ExtensionDeserializer ed) 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
ExtensibilityElement.setElementType
(QName elementType) Set the type of this extensibility element.void
UnknownExtensibilityElement.setElementType
(QName elementType) Set the type of this extensibility element.void
AttributeExtensible.setExtensionAttribute
(QName name, Object value) Set an extension attribute on this element.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.UnknownExtensionDeserializer.unmarshall
(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in javax.wsdl.extensions.soap
Methods in javax.wsdl.extensions.soap that return QNameModifier and TypeMethodDescriptionSOAPHeader.getMessage()
Get the message for this SOAP header.SOAPHeaderFault.getMessage()
Get the message for this SOAP header fault.Methods in javax.wsdl.extensions.soap with parameters of type QNameModifier and TypeMethodDescriptionvoid
SOAPHeader.setMessage
(QName message) Set the message for this SOAP header.void
SOAPHeaderFault.setMessage
(QName message) Set the message for this SOAP header fault. -
Uses of QName in javax.wsdl.extensions.soap12
Methods in javax.wsdl.extensions.soap12 that return QNameModifier and TypeMethodDescriptionSOAP12Header.getMessage()
Get the message for this SOAP header.SOAP12HeaderFault.getMessage()
Get the message for this SOAP header fault.Methods in javax.wsdl.extensions.soap12 with parameters of type QNameModifier and TypeMethodDescriptionvoid
SOAP12Header.setMessage
(QName message) Set the message for this SOAP header.void
SOAP12HeaderFault.setMessage
(QName message) Set the message for this SOAP header fault. -
Uses of QName in javax.xml.namespace
Methods in javax.xml.namespace that return QName