Uses of Class
javax.xml.namespace.QName
-
-
Uses of QName in com.ibm.wsdl
Fields in com.ibm.wsdl declared as QName Modifier and Type Field Description protected QNamePartImpl. elementNameprotected QNameBindingImpl. nameprotected QNameDefinitionImpl. nameprotected QNameMessageImpl. nameprotected QNamePortTypeImpl. nameprotected QNameServiceImpl. namestatic QNameConstants. Q_ATTR_REQUIREDstatic QNameConstants. Q_ELEM_BINDINGstatic QNameConstants. Q_ELEM_DEFINITIONSstatic QNameConstants. Q_ELEM_DOCUMENTATIONstatic QNameConstants. Q_ELEM_FAULTstatic QNameConstants. Q_ELEM_IMPORTstatic QNameConstants. Q_ELEM_INPUTstatic QNameConstants. Q_ELEM_MESSAGEstatic QNameConstants. Q_ELEM_OPERATIONstatic QNameConstants. Q_ELEM_OUTPUTstatic QNameConstants. Q_ELEM_PARTstatic QNameConstants. Q_ELEM_PORTstatic QNameConstants. Q_ELEM_PORT_TYPEstatic QNameConstants. Q_ELEM_SERVICEstatic QNameConstants. Q_ELEM_TYPESprotected QNamePartImpl. typeNameMethods in com.ibm.wsdl that return QName Modifier and Type Method Description QNamePartImpl. getElementName()QNameBindingImpl. getQName()Get the name of this binding.QNameDefinitionImpl. getQName()Get the name of this definition.QNameMessageImpl. getQName()Get the name of this message.QNamePortTypeImpl. getQName()Get the name of this port type.QNameServiceImpl. getQName()Get the name of this service.QNamePartImpl. getTypeName()Methods in com.ibm.wsdl with parameters of type QName Modifier and Type Method Description BindingDefinitionImpl. getBinding(QName name)Get the specified binding.java.lang.ObjectAbstractWSDLElement. getExtensionAttribute(QName name)Retrieve an extension attribute from this element.MessageDefinitionImpl. getMessage(QName name)Get the specified message.PortTypeDefinitionImpl. getPortType(QName name)Get the specified portType.ServiceDefinitionImpl. getService(QName name)Get the specified service.BindingDefinitionImpl. removeBinding(QName name)Remove the specified binding from this definition.MessageDefinitionImpl. removeMessage(QName name)Remove the specified message from this definition.PortTypeDefinitionImpl. removePortType(QName name)Remove the specified portType from this definition.ServiceDefinitionImpl. removeService(QName name)Remove the specified service from this definition.voidPartImpl. setElementName(QName elementName)voidAbstractWSDLElement. setExtensionAttribute(QName name, java.lang.Object value)Set an extension attribute on this element.voidBindingImpl. setQName(QName name)Set the name of this binding.voidDefinitionImpl. setQName(QName name)Set the name of this definition.voidMessageImpl. setQName(QName name)Set the name of this message.voidPortTypeImpl. setQName(QName name)Set the name of this port type.voidServiceImpl. setQName(QName name)Set the name of this service.voidPartImpl. setTypeName(QName typeName) -
Uses of QName in com.ibm.wsdl.extensions.http
Fields in com.ibm.wsdl.extensions.http declared as QName Modifier and Type Field Description protected QNameHTTPAddressImpl. elementTypeprotected QNameHTTPBindingImpl. elementTypeprotected QNameHTTPOperationImpl. elementTypeprotected QNameHTTPUrlEncodedImpl. elementTypeprotected QNameHTTPUrlReplacementImpl. elementTypestatic QNameHTTPConstants. Q_ELEM_HTTP_ADDRESSstatic QNameHTTPConstants. Q_ELEM_HTTP_BINDINGstatic QNameHTTPConstants. Q_ELEM_HTTP_OPERATIONstatic QNameHTTPConstants. Q_ELEM_HTTP_URL_ENCODEDstatic QNameHTTPConstants. Q_ELEM_HTTP_URL_REPLACEMENTMethods in com.ibm.wsdl.extensions.http that return QName Modifier and Type Method Description QNameHTTPAddressImpl. getElementType()Get the type of this extensibility element.QNameHTTPBindingImpl. getElementType()Get the type of this extensibility element.QNameHTTPOperationImpl. getElementType()Get the type of this extensibility element.QNameHTTPUrlEncodedImpl. getElementType()Get the type of this extensibility element.QNameHTTPUrlReplacementImpl. getElementType()Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.http with parameters of type QName Modifier and Type Method Description voidHTTPAddressSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPBindingSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPOperationSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPUrlEncodedSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPUrlReplacementSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPAddressImpl. setElementType(QName elementType)Set the type of this extensibility element.voidHTTPBindingImpl. setElementType(QName elementType)Set the type of this extensibility element.voidHTTPOperationImpl. setElementType(QName elementType)Set the type of this extensibility element.voidHTTPUrlEncodedImpl. setElementType(QName elementType)Set the type of this extensibility element.voidHTTPUrlReplacementImpl. setElementType(QName elementType)Set the type of this extensibility element.ExtensibilityElementHTTPAddressSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPBindingSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPOperationSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPUrlEncodedSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPUrlReplacementSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.mime
Fields in com.ibm.wsdl.extensions.mime declared as QName Modifier and Type Field Description protected QNameMIMEContentImpl. elementTypeprotected QNameMIMEMimeXmlImpl. elementTypeprotected QNameMIMEMultipartRelatedImpl. elementTypeprotected QNameMIMEPartImpl. elementTypestatic QNameMIMEConstants. Q_ELEM_MIME_CONTENTstatic QNameMIMEConstants. Q_ELEM_MIME_MIME_XMLstatic QNameMIMEConstants. Q_ELEM_MIME_MULTIPART_RELATEDstatic QNameMIMEConstants. Q_ELEM_MIME_PARTMethods in com.ibm.wsdl.extensions.mime that return QName Modifier and Type Method Description QNameMIMEContentImpl. getElementType()Get the type of this extensibility element.QNameMIMEMimeXmlImpl. getElementType()Get the type of this extensibility element.QNameMIMEMultipartRelatedImpl. getElementType()Get the type of this extensibility element.QNameMIMEPartImpl. getElementType()Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.mime with parameters of type QName Modifier and Type Method Description voidMIMEContentSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidMIMEMimeXmlSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidMIMEMultipartRelatedSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidMIMEContentImpl. setElementType(QName elementType)Set the type of this extensibility element.voidMIMEMimeXmlImpl. setElementType(QName elementType)Set the type of this extensibility element.voidMIMEMultipartRelatedImpl. setElementType(QName elementType)Set the type of this extensibility element.voidMIMEPartImpl. setElementType(QName elementType)Set the type of this extensibility element.ExtensibilityElementMIMEContentSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementMIMEMimeXmlSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementMIMEMultipartRelatedSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.schema
Fields in com.ibm.wsdl.extensions.schema declared as QName Modifier and Type Field Description protected QNameSchemaImpl. elementTypestatic QNameSchemaConstants. Q_ELEM_IMPORT_XSD_1999static QNameSchemaConstants. Q_ELEM_IMPORT_XSD_2000static QNameSchemaConstants. Q_ELEM_IMPORT_XSD_2001static QNameSchemaConstants. Q_ELEM_INCLUDE_XSD_1999static QNameSchemaConstants. Q_ELEM_INCLUDE_XSD_2000static QNameSchemaConstants. Q_ELEM_INCLUDE_XSD_2001static QNameSchemaConstants. Q_ELEM_REDEFINE_XSD_1999static QNameSchemaConstants. Q_ELEM_REDEFINE_XSD_2000static QNameSchemaConstants. Q_ELEM_REDEFINE_XSD_2001static QNameSchemaConstants. Q_ELEM_XSD_1999static QNameSchemaConstants. Q_ELEM_XSD_2000static QNameSchemaConstants. Q_ELEM_XSD_2001Methods in com.ibm.wsdl.extensions.schema that return QName Modifier and Type Method Description QNameSchemaImpl. getElementType()Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.schema with parameters of type QName Modifier and Type Method Description voidSchemaSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSchemaImpl. setElementType(QName elementType)Set the type of this extensibility element.ExtensibilityElementSchemaDeserializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.soap
Fields in com.ibm.wsdl.extensions.soap declared as QName Modifier and Type Field Description protected QNameSOAPAddressImpl. elementTypeprotected QNameSOAPBindingImpl. elementTypeprotected QNameSOAPBodyImpl. elementTypeprotected QNameSOAPFaultImpl. elementTypeprotected QNameSOAPHeaderFaultImpl. elementTypeprotected QNameSOAPHeaderImpl. elementTypeprotected QNameSOAPOperationImpl. elementTypeprotected QNameSOAPHeaderFaultImpl. messageprotected QNameSOAPHeaderImpl. messagestatic QNameSOAPConstants. Q_ELEM_SOAP_ADDRESSstatic QNameSOAPConstants. Q_ELEM_SOAP_BINDINGstatic QNameSOAPConstants. Q_ELEM_SOAP_BODYstatic QNameSOAPConstants. Q_ELEM_SOAP_FAULTstatic QNameSOAPConstants. Q_ELEM_SOAP_HEADERstatic QNameSOAPConstants. Q_ELEM_SOAP_HEADER_FAULTstatic QNameSOAPConstants. Q_ELEM_SOAP_OPERATIONMethods in com.ibm.wsdl.extensions.soap that return QName Modifier and Type Method Description QNameSOAPAddressImpl. getElementType()Get the type of this extensibility element.QNameSOAPBindingImpl. getElementType()Get the type of this extensibility element.QNameSOAPBodyImpl. getElementType()Get the type of this extensibility element.QNameSOAPFaultImpl. getElementType()Get the type of this extensibility element.QNameSOAPHeaderFaultImpl. getElementType()Get the type of this extensibility element.QNameSOAPHeaderImpl. getElementType()Get the type of this extensibility element.QNameSOAPOperationImpl. getElementType()Get the type of this extensibility element.QNameSOAPHeaderFaultImpl. getMessage()Get the message for this SOAP header fault.QNameSOAPHeaderImpl. getMessage()Get the message for this SOAP header.Methods in com.ibm.wsdl.extensions.soap with parameters of type QName Modifier and Type Method Description voidSOAPAddressSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPBindingSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPBodySerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPFaultSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPHeaderSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPOperationSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPAddressImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAPBindingImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAPBodyImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAPFaultImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAPHeaderFaultImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAPHeaderImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAPOperationImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAPHeaderFaultImpl. setMessage(QName message)Set the message for this SOAP header fault.voidSOAPHeaderImpl. setMessage(QName message)Set the message for this SOAP header.ExtensibilityElementSOAPAddressSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPBindingSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPBodySerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPFaultSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPHeaderSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPOperationSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.extensions.soap12
Fields in com.ibm.wsdl.extensions.soap12 declared as QName Modifier and Type Field Description protected QNameSOAP12AddressImpl. elementTypeprotected QNameSOAP12BindingImpl. elementTypeprotected QNameSOAP12BodyImpl. elementTypeprotected QNameSOAP12FaultImpl. elementTypeprotected QNameSOAP12HeaderFaultImpl. elementTypeprotected QNameSOAP12HeaderImpl. elementTypeprotected QNameSOAP12OperationImpl. elementTypeprotected QNameSOAP12HeaderFaultImpl. messageprotected QNameSOAP12HeaderImpl. messagestatic QNameSOAP12Constants. Q_ELEM_SOAP_ADDRESSstatic QNameSOAP12Constants. Q_ELEM_SOAP_BINDINGstatic QNameSOAP12Constants. Q_ELEM_SOAP_BODYstatic QNameSOAP12Constants. Q_ELEM_SOAP_FAULTstatic QNameSOAP12Constants. Q_ELEM_SOAP_HEADERstatic QNameSOAP12Constants. Q_ELEM_SOAP_HEADER_FAULTstatic QNameSOAP12Constants. Q_ELEM_SOAP_OPERATIONMethods in com.ibm.wsdl.extensions.soap12 that return QName Modifier and Type Method Description QNameSOAP12AddressImpl. getElementType()Get the type of this extensibility element.QNameSOAP12BindingImpl. getElementType()Get the type of this extensibility element.QNameSOAP12BodyImpl. getElementType()Get the type of this extensibility element.QNameSOAP12FaultImpl. getElementType()Get the type of this extensibility element.QNameSOAP12HeaderFaultImpl. getElementType()Get the type of this extensibility element.QNameSOAP12HeaderImpl. getElementType()Get the type of this extensibility element.QNameSOAP12OperationImpl. getElementType()Get the type of this extensibility element.QNameSOAP12HeaderFaultImpl. getMessage()Get the message for this SOAP header fault.QNameSOAP12HeaderImpl. getMessage()Get the message for this SOAP header.Methods in com.ibm.wsdl.extensions.soap12 with parameters of type QName Modifier and Type Method Description voidSOAP12AddressSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12BindingSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12BodySerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12FaultSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12HeaderSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12OperationSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12AddressImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAP12BindingImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAP12BodyImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAP12FaultImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAP12HeaderFaultImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAP12HeaderImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAP12OperationImpl. setElementType(QName elementType)Set the type of this extensibility element.voidSOAP12HeaderFaultImpl. setMessage(QName message)Set the message for this SOAP header fault.voidSOAP12HeaderImpl. setMessage(QName message)Set the message for this SOAP header.ExtensibilityElementSOAP12AddressSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12BindingSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12BodySerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12FaultSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12HeaderSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12OperationSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in com.ibm.wsdl.util.xml
Methods in com.ibm.wsdl.util.xml that return QName Modifier and Type Method Description static QNameDOMUtils. getQName(java.lang.String prefixedValue, org.w3c.dom.Element contextEl, Definition def)static QNameDOMUtils. getQualifiedAttributeValue(org.w3c.dom.Element el, java.lang.String attrName, java.lang.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 QNameDOMUtils. getQualifiedAttributeValue(org.w3c.dom.Element el, java.lang.String attrName, java.lang.String elDesc, boolean isRequired, Definition def, java.util.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 QNameQNameUtils. newQName(org.w3c.dom.Node node)Methods in com.ibm.wsdl.util.xml with parameters of type QName Modifier and Type Method Description static booleanQNameUtils. matches(QName qname, org.w3c.dom.Node node)static voidDOMUtils. printQualifiedAttribute(java.lang.String name, QName value, Definition def, java.io.PrintWriter pw)static voidDOMUtils. printQualifiedAttribute(QName name, java.lang.String value, Definition def, java.io.PrintWriter pw)Prints attributes with qualified names.static voidDOMUtils. printQualifiedAttribute(QName name, QName value, Definition def, java.io.PrintWriter pw) -
Uses of QName in javax.wsdl
Methods in javax.wsdl that return QName Modifier and Type Method Description QNamePart. getElementName()QNameBinding. getQName()Get the name of this binding.QNameDefinition. getQName()Get the name of this definition.QNameMessage. getQName()Get the name of this message.QNamePortType. getQName()Get the name of this port type.QNameService. getQName()Get the name of this service.QNamePart. getTypeName()Methods in javax.wsdl with parameters of type QName Modifier and Type Method Description BindingDefinition. getBinding(QName name)Get the specified binding.MessageDefinition. getMessage(QName name)Get the specified message.PortTypeDefinition. getPortType(QName name)Get the specified portType.ServiceDefinition. getService(QName name)Get the specified service.BindingDefinition. removeBinding(QName name)Remove the specified binding from this definition.MessageDefinition. removeMessage(QName name)Remove the specified message from this definition.PortTypeDefinition. removePortType(QName name)Remove the specified portType from this definition.ServiceDefinition. removeService(QName name)Remove the specified service from this definition.voidPart. setElementName(QName elementName)voidBinding. setQName(QName name)Set the name of this binding.voidDefinition. setQName(QName name)Set the name of this definition.voidMessage. setQName(QName name)Set the name of this message.voidPortType. setQName(QName name)Set the name of this port type.voidService. setQName(QName name)Set the name of this service.voidPart. setTypeName(QName typeName) -
Uses of QName in javax.wsdl.extensions
Fields in javax.wsdl.extensions declared as QName Modifier and Type Field Description protected QNameUnknownExtensibilityElement. elementTypeMethods in javax.wsdl.extensions that return QName Modifier and Type Method Description QNameExtensibilityElement. getElementType()Get the type of this extensibility element.QNameUnknownExtensibilityElement. getElementType()Get the type of this extensibility element.Methods in javax.wsdl.extensions with parameters of type QName Modifier and Type Method Description ExtensibilityElementExtensionRegistry. createExtension(java.lang.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.java.lang.ObjectAttributeExtensible. getExtensionAttribute(QName name)Retrieve an extension attribute from this element.voidExtensionRegistry. mapExtensionTypes(java.lang.Class parentType, QName elementType, java.lang.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.voidExtensionSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.voidUnknownExtensionSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)ExtensionDeserializerExtensionRegistry. queryDeserializer(java.lang.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.intExtensionRegistry. queryExtensionAttributeType(java.lang.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.ExtensionSerializerExtensionRegistry. querySerializer(java.lang.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.voidExtensionRegistry. registerDeserializer(java.lang.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.voidExtensionRegistry. registerExtensionAttributeType(java.lang.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.voidExtensionRegistry. registerSerializer(java.lang.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.voidExtensibilityElement. setElementType(QName elementType)Set the type of this extensibility element.voidUnknownExtensibilityElement. setElementType(QName elementType)Set the type of this extensibility element.voidAttributeExtensible. setExtensionAttribute(QName name, java.lang.Object value)Set an extension attribute on this element.ExtensibilityElementExtensionDeserializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.ExtensibilityElementUnknownExtensionDeserializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg) -
Uses of QName in javax.wsdl.extensions.soap
Methods in javax.wsdl.extensions.soap that return QName Modifier and Type Method Description QNameSOAPHeader. getMessage()Get the message for this SOAP header.QNameSOAPHeaderFault. getMessage()Get the message for this SOAP header fault.Methods in javax.wsdl.extensions.soap with parameters of type QName Modifier and Type Method Description voidSOAPHeader. setMessage(QName message)Set the message for this SOAP header.voidSOAPHeaderFault. 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 QName Modifier and Type Method Description QNameSOAP12Header. getMessage()Get the message for this SOAP header.QNameSOAP12HeaderFault. getMessage()Get the message for this SOAP header fault.Methods in javax.wsdl.extensions.soap12 with parameters of type QName Modifier and Type Method Description voidSOAP12Header. setMessage(QName message)Set the message for this SOAP header.voidSOAP12HeaderFault. 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 Modifier and Type Method Description static QNameQName. valueOf(java.lang.String s)Returns a QName holding the value of the specified String.
-