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.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, 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(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPBindingSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPOperationSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPUrlEncodedSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidHTTPUrlReplacementSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, 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(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPBindingSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPOperationSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPUrlEncodedSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementHTTPUrlReplacementSerializer. 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 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(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidMIMEMimeXmlSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidMIMEMultipartRelatedSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, 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(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementMIMEMimeXmlSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementMIMEMultipartRelatedSerializer. 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 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(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSchemaImpl. setElementType(QName elementType)Set the type of this extensibility element.ExtensibilityElementSchemaDeserializer. 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 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(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPBindingSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPBodySerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPFaultSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPHeaderSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAPOperationSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, 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(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPBindingSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPBodySerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPFaultSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPHeaderSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAPOperationSerializer. 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 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(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12BindingSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12BodySerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12FaultSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12HeaderSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)voidSOAP12OperationSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, 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(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12BindingSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12BodySerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12FaultSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12HeaderSerializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)ExtensibilityElementSOAP12OperationSerializer. 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 QName Modifier and Type Method Description static QNameDOMUtils. getQName(String prefixedValue, Element contextEl, Definition def)static QNameDOMUtils. 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 QNameDOMUtils. 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 QNameQNameUtils. newQName(Node node)Methods in com.ibm.wsdl.util.xml with parameters of type QName Modifier and Type Method Description static booleanQNameUtils. matches(QName qname, Node node)static voidDOMUtils. printQualifiedAttribute(String name, QName value, Definition def, PrintWriter pw)static voidDOMUtils. printQualifiedAttribute(QName name, String value, Definition def, PrintWriter pw)Prints attributes with qualified names.static voidDOMUtils. printQualifiedAttribute(QName name, QName value, Definition def, PrintWriter pw) -
Uses of QName in com.sun.tools.jxc.api.impl.j2s
Method parameters in com.sun.tools.jxc.api.impl.j2s with type arguments of type QName Modifier and Type Method Description J2SJAXBModelJavaCompilerImpl. bind(Collection<Reference> rootClasses, Map<QName,Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment env) -
Uses of QName in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return types with arguments of type QName Modifier and Type Method Description Map<QName,DAnnotation.Attribute>DAnnotation. getAttributes()Gets the read-only view of all the attributes.Methods in com.sun.tools.rngom.digested with parameters of type QName Modifier and Type Method Description DAnnotation.AttributeDAnnotation. getAttribute(QName n)VoidDXMLPrinter.NameClassXMLPrinterVisitor. visitName(QName name) -
Uses of QName in com.sun.tools.rngom.nc
Fields in com.sun.tools.rngom.nc declared as QName Modifier and Type Field Description QNameSimpleNameClass. nameMethods in com.sun.tools.rngom.nc that return types with arguments of type QName Modifier and Type Method Description Set<QName>NameClass. listNames()If the name class is closed (IOW !NameClass.isOpen()), return the set of names in this name class.Methods in com.sun.tools.rngom.nc with parameters of type QName Modifier and Type Method Description booleanAnyNameExceptNameClass. contains(QName name)booleanChoiceNameClass. contains(QName name)abstract booleanNameClass. contains(QName name)Returns true if the givenQNameis a valid name for this QName.booleanNsNameClass. contains(QName name)booleanNsNameExceptNameClass. contains(QName name)booleanSimpleNameClass. contains(QName name)intAnyNameExceptNameClass. containsSpecificity(QName name)intChoiceNameClass. containsSpecificity(QName name)abstract intNameClass. containsSpecificity(QName name)intNsNameClass. containsSpecificity(QName name)intNsNameExceptNameClass. containsSpecificity(QName name)intSimpleNameClass. containsSpecificity(QName name)VNameClassVisitor. visitName(QName name)Called forSimpleNameClassVoidNameClassWalker. visitName(QName name)Constructors in com.sun.tools.rngom.nc with parameters of type QName Constructor Description SimpleNameClass(QName name) -
Uses of QName in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api that return QName Modifier and Type Method Description QNameProperty. elementName()Name of the XML element that corresponds to the property.QNameMapping. getElement()Name of the XML element.QNameJ2SJAXBModel. getXmlTypeName(Reference javaType)Returns the name of the XML Type bound to the specified Java type.QNameProperty. rawName()Methods in com.sun.tools.xjc.api with parameters of type QName Modifier and Type Method Description MappingS2JJAXBModel. get(QName elementName)Gets aMappingobject for the given global element.TypeAndAnnotationS2JJAXBModel. getJavaType(QName xmlTypeName)Returns the fully-qualified name of the Java type that is bound to the specified XML type.Method parameters in com.sun.tools.xjc.api with type arguments of type QName Modifier and Type Method Description J2SJAXBModelJavaCompiler. bind(Collection<Reference> rootTypes, Map<QName,Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment source)Compiles the given annotated Java source code. -
Uses of QName in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j declared as QName Modifier and Type Field Description protected QNamePropertyImpl. elementNameMethods in com.sun.tools.xjc.api.impl.s2j that return QName Modifier and Type Method Description QNamePropertyImpl. elementName()QNamePropertyImpl. rawName()Returns raw schema name for simpleType property. -
Uses of QName in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return QName Modifier and Type Method Description QNameCElementPropertyInfo. collectElementNames(Map<QName,CPropertyInfo> table)QNameCPropertyInfo. collectElementNames(Map<QName,CPropertyInfo> table)Puts the element names that this property possesses to the map, so that we can find two properties that own the same element name, which is an error.QNameCReferencePropertyInfo. collectElementNames(Map<QName,CPropertyInfo> table)QNameCBuiltinLeafInfo. getElementName()Deprecated.always return null at this level.QNameCClassInfo. getElementName()QNameCClassRef. getElementName()QNameCElementInfo. getElementName()QNameCEnumLeafInfo. getElementName()QNameCElementPropertyInfo. getSchemaType()QNameCReferencePropertyInfo. getSchemaType()static QNameCTypeRef. getSimpleTypeName(XSElementDecl decl)QNameCTypeRef. getTagName()QNameCArrayInfo. getTypeName()QNameCBuiltinLeafInfo. getTypeName()QNameCClassInfo. getTypeName()QNameCClassRef. getTypeName()QNameCEnumLeafInfo. getTypeName()QNameCTypeRef. getTypeName()QName[]CBuiltinLeafInfo. getTypeNames()Returns all the type names recognized by this bean info.QNameCAttributePropertyInfo. getXmlName()QNameCElementPropertyInfo. getXmlName()Deprecated.QNameCReferencePropertyInfo. getXmlName()Deprecated.Methods in com.sun.tools.xjc.model that return types with arguments of type QName Modifier and Type Method Description Map<QName,CClassInfo>Model. createTopLevelBindings()Represents the "top-level binding".Map<QName,CElementInfo>Model. getElementMappings(NClass scope)Map<QName,TypeUse>Model. typeUses()Methods in com.sun.tools.xjc.model with parameters of type QName Modifier and Type Method Description CElementInfoModel. getElementInfo(NClass scope, QName name)protected static booleanCPropertyInfo. needsExplicitTypeName(TypeUse type, QName typeName)Checks if the givenTypeUsewould need an explicitXmlSchemaTypeannotation with the given type name.Method parameters in com.sun.tools.xjc.model with type arguments of type QName Modifier and Type Method Description QNameCElementPropertyInfo. collectElementNames(Map<QName,CPropertyInfo> table)QNameCPropertyInfo. collectElementNames(Map<QName,CPropertyInfo> table)Puts the element names that this property possesses to the map, so that we can find two properties that own the same element name, which is an error.QNameCReferencePropertyInfo. collectElementNames(Map<QName,CPropertyInfo> table)Constructors in com.sun.tools.xjc.model with parameters of type QName Constructor Description CAttributePropertyInfo(String name, XSComponent source, CCustomizations customizations, Locator locator, QName attName, TypeUse type, QName typeName, boolean required)CClassInfo(Model model, JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)CClassInfo(Model model, JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)CClassInfo(Model model, CClassInfoParent p, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)CElementInfo(Model model, QName tagName, CClassInfoParent parent, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, Locator location)Creates an element in the given parent.CElementInfo(Model model, QName tagName, CClassInfoParent parent, String className, CCustomizations customizations, Locator location)Creates an element with a class in the given parent.CEnumLeafInfo(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator)CTypeRef(CNonElement type, QName elementName, QName typeName, boolean nillable, XmlString defaultValue)CValuePropertyInfo(String name, XSComponent source, CCustomizations customizations, Locator locator, TypeUse type, QName typeName) -
Uses of QName in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return QName Modifier and Type Method Description static QNameBGMBuilder. getName(XSDeclaration decl)Returns the QName of the declaration. -
Uses of QName in com.sun.tools.xjc.reader.xmlschema.bindinfo
Fields in com.sun.tools.xjc.reader.xmlschema.bindinfo declared as QName Modifier and Type Field Description static QNameBIClass. NAMEName of this declaration.static QNameBIConversion. NAMEName of the conversion declaration.static QNameBIConversion.User. NAMEName of the conversion declaration.static QNameBIDom. NAMEName of the conversion declaration.static QNameBIEnum. NAMEName of this declaration.static QNameBIEnumMember. NAMEName of this declaration.static QNameBIFactoryMethod. NAMEName of the declaration.static QNameBIGlobalBinding. NAMEstatic QNameBIInlineBinaryData. NAMEName of the declaration.static QNameBIProperty. NAMEName of this declaration.static QNameBISchemaBinding. NAMEstatic QNameBIXSubstitutable. NAMEName of the conversion declaration.Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return QName Modifier and Type Method Description QNameBIClass. getName()QNameBIConversion. getName()QNameBIConversion.User. getName()QNameBIDeclaration. getName()Gets the name of this binding declaration, which is the same as the tag name of the binding element.QNameBIDom. getName()QNameBIEnum. getName()QNameBIEnumMember. getName()QNameBIFactoryMethod. getName()QNameBIGlobalBinding. getName()QNameBIInlineBinaryData. getName()QNameBIProperty. getName()QNameBISchemaBinding. getName()QNameBIXPluginCustomization. getName()QNameBIXSubstitutable. getName()Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type QName Modifier and Type Method Description booleanBIGlobalBinding. canBeMappedToTypeSafeEnum(QName typeName)Checks if the given XML Schema built-in type can be mapped to a type-safe enum class.CValuePropertyInfoBIProperty. createValueProperty(String defaultName, boolean forConstant, XSComponent source, TypeUse tu, QName typeName) -
Uses of QName in com.sun.tools.xjc.util
Methods in com.sun.tools.xjc.util with parameters of type QName Modifier and Type Method Description static ElementDOMUtils. getElement(Document parent, QName qname) -
Uses of QName in com.sun.xml.messaging.saaj
Methods in com.sun.xml.messaging.saaj that return QName Modifier and Type Method Description QNameLazyEnvelopeSource. getPayloadQName()Retrieve payload qname without materializing its contents -
Uses of QName in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap that return QName Modifier and Type Method Description QNameLazyEnvelope. getPayloadQName()Retrieve payload qname without materializing its contentsabstract QNameStaxBridge. getPayloadQName()QNameStaxLazySourceBridge. getPayloadQName()QNameStaxReaderBridge. getPayloadQName()Methods in com.sun.xml.messaging.saaj.soap with parameters of type QName Modifier and Type Method Description SOAPElementSOAPFactoryImpl. createElement(QName qname)SOAPFaultSOAPFactoryImpl. createFault(String reasonText, QName faultCode)StringLazyEnvelope. getPayloadAttributeValue(QName qName)Retrieve payload attribute value without materializing its contentsabstract StringStaxBridge. getPayloadAttributeValue(QName attName)StringStaxLazySourceBridge. getPayloadAttributeValue(QName attName)StringStaxReaderBridge. getPayloadAttributeValue(QName attName) -
Uses of QName in com.sun.xml.messaging.saaj.soap.impl
Fields in com.sun.xml.messaging.saaj.soap.impl declared as QName Modifier and Type Field Description protected QNameElementImpl. elementQNameMethods in com.sun.xml.messaging.saaj.soap.impl that return QName Modifier and Type Method Description protected static QNameFaultImpl. convertCodeToQName(String code, SOAPElement codeContainingElement)QNameElementImpl. createQName(String localName, String prefix)protected abstract QNameBodyImpl. getDefaultFaultCode()protected abstract QNameFaultImpl. getDefaultFaultCode()QNameElementImpl. getElementQName()QNameEnvelopeImpl. getPayloadQName()Methods in com.sun.xml.messaging.saaj.soap.impl that return types with arguments of type QName Modifier and Type Method Description Iterator<QName>ElementImpl. getAllAttributesAsQNames()Methods in com.sun.xml.messaging.saaj.soap.impl with parameters of type QName Modifier and Type Method Description SOAPElementElementImpl. addAttribute(QName qname, String value)SOAPBodyElementBodyImpl. addBodyElement(QName qname)SOAPElementElementImpl. addChildElement(QName qname)DetailEntryDetailImpl. addDetailEntry(QName qname)protected SOAPElementBodyImpl. addElement(QName name)protected SOAPElementDetailImpl. addElement(QName name)protected SOAPElementElementImpl. addElement(QName name)protected SOAPElementEnvelopeImpl. addElement(QName name)protected SOAPElementFaultImpl. addElement(QName name)protected SOAPElementHeaderImpl. addElement(QName name)SOAPFaultBodyImpl. addFault(QName faultCode, String faultString)SOAPFaultBodyImpl. addFault(QName faultCode, String faultString, Locale locale)SOAPHeaderElementHeaderImpl. addHeaderElement(QName name)protected abstract SOAPBodyElementBodyImpl. createBodyElement(QName name)protected abstract DetailEntryDetailImpl. createDetailEntry(QName name)static SOAPElementElementFactory. createElement(SOAPDocumentImpl ownerDocument, QName name)protected SOAPElementElementImpl. createElement(QName name)protected abstract SOAPHeaderElementHeaderImpl. createHeaderElement(QName name)protected abstract FaultElementImplFaultImpl. createSOAPFaultElement(QName qname)StringElementImpl. getAttributeValue(QName qname)Iterator<Node>ElementImpl. getChildElements(QName qname)StringEnvelopeImpl. getPayloadAttributeValue(QName qName)static StringElementImpl. getQualifiedName(QName name)protected booleanElementImpl. isNamespaceQualified(QName name)booleanElementImpl. removeAttribute(QName name)SOAPElementBodyImpl. setElementQName(QName newName)SOAPElementElementImpl. setElementQName(QName newName)SOAPElementEnvelopeImpl. setElementQName(QName newName)SOAPElementFaultElementImpl. setElementQName(QName newName)SOAPElementFaultImpl. setElementQName(QName newName)SOAPElementHeaderImpl. setElementQName(QName newName)voidFaultImpl. setFaultCode(QName faultCodeQName)Constructors in com.sun.xml.messaging.saaj.soap.impl with parameters of type QName Constructor Description BodyElementImpl(SOAPDocumentImpl ownerDoc, QName qname)DetailEntryImpl(SOAPDocumentImpl ownerDoc, QName qname)ElementImpl(SOAPDocumentImpl ownerDoc, QName name)EnvelopeImpl(SOAPDocumentImpl ownerDoc, QName name)FaultElementImpl(SOAPDocumentImpl ownerDoc, QName qname)HeaderElementImpl(SOAPDocumentImpl ownerDoc, QName qname) -
Uses of QName in com.sun.xml.messaging.saaj.soap.name
Methods in com.sun.xml.messaging.saaj.soap.name that return QName Modifier and Type Method Description static QNameNameImpl. convertToQName(Name name)Methods in com.sun.xml.messaging.saaj.soap.name with parameters of type QName Modifier and Type Method Description static NameNameImpl. convertToName(QName qname) -
Uses of QName in com.sun.xml.messaging.saaj.soap.ver1_1
Methods in com.sun.xml.messaging.saaj.soap.ver1_1 that return QName Modifier and Type Method Description protected QNameBody1_1Impl. getDefaultFaultCode()protected QNameFault1_1Impl. getDefaultFaultCode()QNameFault1_1Impl. getFaultCodeAsQName()Methods in com.sun.xml.messaging.saaj.soap.ver1_1 that return types with arguments of type QName Modifier and Type Method Description Iterator<QName>Fault1_1Impl. getFaultSubcodes()Methods in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type QName Modifier and Type Method Description SOAPHeaderElementHeader1_1Impl. addNotUnderstoodHeaderElement(QName name)SOAPFaultBody1_1Impl. addSOAP12Fault(QName faultCode, String faultReason, Locale locale)voidFault1_1Impl. appendFaultSubcode(QName subcode)protected SOAPBodyElementBody1_1Impl. createBodyElement(QName name)protected DetailEntryDetail1_1Impl. createDetailEntry(QName name)SOAPFaultSOAPFactory1_1Impl. createFault(String reasonText, QName faultCode)protected SOAPHeaderElementHeader1_1Impl. createHeaderElement(QName name)protected FaultElementImplFault1_1Impl. createSOAPFaultElement(QName qname)SOAPElementBodyElement1_1Impl. setElementQName(QName newName)SOAPElementDetailEntry1_1Impl. setElementQName(QName newName)SOAPElementFaultElement1_1Impl. setElementQName(QName newName)SOAPElementHeaderElement1_1Impl. setElementQName(QName newName)Constructors in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type QName Constructor Description BodyElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname)DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc, QName qname)FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname)HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname) -
Uses of QName in com.sun.xml.messaging.saaj.soap.ver1_2
Methods in com.sun.xml.messaging.saaj.soap.ver1_2 that return QName Modifier and Type Method Description protected QNameBody1_2Impl. getDefaultFaultCode()protected QNameFault1_2Impl. getDefaultFaultCode()QNameFault1_2Impl. getFaultCodeAsQName()Methods in com.sun.xml.messaging.saaj.soap.ver1_2 that return types with arguments of type QName Modifier and Type Method Description Iterator<QName>Fault1_2Impl. getFaultSubcodes()Constructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type QName Constructor Description BodyElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname)DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc, QName qname)FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname)HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname) -
Uses of QName in com.sun.xml.messaging.saaj.util.stax
Methods in com.sun.xml.messaging.saaj.util.stax that return QName Modifier and Type Method Description QNameLazyEnvelopeStaxReader. getAttributeName(int index)QNameLazyEnvelopeStaxReader. getName() -
Uses of QName in com.sun.xml.txw2
Methods in com.sun.xml.txw2 with parameters of type QName Modifier and Type Method Description voidTypedXmlWriter. _attribute(QName attributeName, Object value)Adds an attribute of the given name and the value.<T extends TypedXmlWriter>
TTypedXmlWriter. _element(QName tagName, Class<T> contentModel)Appends a new child element.static <T extends TypedXmlWriter>
TTXW. create(QName tagName, Class<T> rootElement, XmlSerializer out)Creates a newTypedXmlWriterto write a new instance of a document. -
Uses of QName in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return types with arguments of type QName Modifier and Type Method Description Map<QName,Object>Link.JaxbLink. getParams()Deprecated.Get the parameter map for this link.Constructor parameters in jakarta.ws.rs.core with type arguments of type QName Constructor Description JaxbLink(URI uri, Map<QName,Object> params)Deprecated.Construct an instance from a URI and some parameters. -
Uses of QName in jakarta.xml.bind
Fields in jakarta.xml.bind declared as QName Modifier and Type Field Description protected QNameJAXBElement. namexml element tag nameMethods in jakarta.xml.bind that return QName Modifier and Type Method Description abstract QNameJAXBIntrospector. getElementName(Object jaxbElement)Get xml element qname forjaxbElement.QNameJAXBElement. getName()Returns the xml element tag name.static QNameDatatypeConverter. parseQName(String lexicalXSDQName, NamespaceContext nsc)Converts the string argument into a byte value.QNameDatatypeConverterInterface. parseQName(String lexicalXSDQName, NamespaceContext nsc)Converts the string argument into a QName value.Methods in jakarta.xml.bind with parameters of type QName Modifier and Type Method Description static StringDatatypeConverter. printQName(QName val, NamespaceContext nsc)Converts a QName instance into a string.StringDatatypeConverterInterface. printQName(QName val, NamespaceContext nsc)Converts a QName instance into a string.Constructors in jakarta.xml.bind with parameters of type QName Constructor Description JAXBElement(QName name, Class<T> declaredType, Class scope, T value)Construct an xml element instance.JAXBElement(QName name, Class<T> declaredType, T value)Construct an xml element instance. -
Uses of QName in jakarta.xml.soap
Fields in jakarta.xml.soap declared as QName Modifier and Type Field Description static QNameSOAPConstants. SOAP_DATAENCODINGUNKNOWN_FAULTSOAP 1.2 DataEncodingUnknown Faultstatic QNameSOAPConstants. SOAP_MUSTUNDERSTAND_FAULTSOAP 1.2 MustUnderstand Faultstatic QNameSOAPConstants. SOAP_RECEIVER_FAULTSOAP 1.2 Receiver Faultstatic QNameSOAPConstants. SOAP_SENDER_FAULTSOAP 1.2 Sender Faultstatic QNameSOAPConstants. SOAP_VERSIONMISMATCH_FAULTSOAP 1.2 VersionMismatch FaultMethods in jakarta.xml.soap that return QName Modifier and Type Method Description QNameSOAPElement. createQName(String localName, String prefix)Creates aQNamewhose namespace URI is the one associated with the parameter,prefix, in the context of thisSOAPElement.QNameSOAPElement. getElementQName()Returns the qname of thisSOAPElementobject.QNameSOAPFault. getFaultCodeAsQName()Gets the fault code for thisSOAPFaultobject as aQNameobject.Methods in jakarta.xml.soap that return types with arguments of type QName Modifier and Type Method Description Iterator<QName>SOAPElement. getAllAttributesAsQNames()Returns anIteratorover all of the attributes in thisSOAPElementasQNameobjects.Iterator<QName>SOAPFault. getFaultSubcodes()Gets the Subcodes for thisSOAPFaultas an iterator overQNames.Methods in jakarta.xml.soap with parameters of type QName Modifier and Type Method Description SOAPElementSOAPElement. addAttribute(QName qname, String value)Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPBodyElementSOAPBody. addBodyElement(QName qname)Creates a newSOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject.SOAPElementSOAPElement. addChildElement(QName qname)Creates a newSOAPElementobject initialized with the givenQNameobject and adds the new element to thisSOAPElementobject.DetailEntryDetail. addDetailEntry(QName qname)Creates a newDetailEntryobject with the given QName and adds it to thisDetailobject.SOAPFaultSOAPBody. addFault(QName faultCode, String faultString)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(QName faultCode, String faultString, Locale locale)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPHeaderElementSOAPHeader. addHeaderElement(QName qname)Creates a newSOAPHeaderElementobject initialized with the specified qname and adds it to thisSOAPHeaderobject.SOAPHeaderElementSOAPHeader. addNotUnderstoodHeaderElement(QName name)Creates a new NotUnderstoodSOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject.voidSOAPFault. appendFaultSubcode(QName subcode)Adds a Subcode to the end of the sequence of Subcodes contained by thisSOAPFault.SOAPElementSOAPFactory. createElement(QName qname)Creates aSOAPElementobject initialized with the givenQNameobject.abstract SOAPFaultSOAPFactory. createFault(String reasonText, QName faultCode)Creates a newSOAPFaultobject initialized with the givenreasonTextandfaultCodeStringSOAPElement. getAttributeValue(QName qname)Returns the value of the attribute with the specified qname.Iterator<Node>SOAPElement. getChildElements(QName qname)Returns anIteratorover all the immediate childNodes of this element with the specified qname.booleanSOAPElement. removeAttribute(QName qname)Removes the attribute with the specified qname.SOAPElementSOAPElement. setElementQName(QName newName)Changes the name of thisElementtonewNameif possible.voidSOAPFault. setFaultCode(QName faultCodeQName)Sets thisSOAPFaultobject with the given fault code. -
Uses of QName in jakarta.xml.ws
Methods in jakarta.xml.ws that return QName Modifier and Type Method Description QNameService. getServiceName()Gets the name of this service.Methods in jakarta.xml.ws that return types with arguments of type QName Modifier and Type Method Description Iterator<QName>Service. getPorts()Returns anIteratorfor the list ofQNames of service endpoints grouped by this serviceMethods in jakarta.xml.ws with parameters of type QName Modifier and Type Method Description voidService. addPort(QName portName, String bindingId, String endpointAddress)Creates a new port for the service.static ServiceService. create(URL wsdlDocumentLocation, QName serviceName)Creates aServiceinstance.static ServiceService. create(URL wsdlDocumentLocation, QName serviceName, WebServiceFeature... features)Creates aServiceinstance.static ServiceService. create(QName serviceName)Creates aServiceinstance.static ServiceService. create(QName serviceName, WebServiceFeature... features)Creates aServiceinstance.Dispatch<Object>Service. createDispatch(QName portName, JAXBContext context, Service.Mode mode)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.Dispatch<Object>Service. createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.<T> Dispatch<T>Service. createDispatch(QName portName, Class<T> type, Service.Mode mode)Creates aDispatchinstance for use with objects of the client's choosing.<T> Dispatch<T>Service. createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with objects of the client's choosing.<T> TService. getPort(QName portName, Class<T> serviceEndpointInterface)ThegetPortmethod returns a proxy.<T> TService. getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features)ThegetPortmethod returns a proxy.Constructors in jakarta.xml.ws with parameters of type QName Constructor Description Service(URL wsdlDocumentLocation, QName serviceName)Creates aService.Service(URL wsdlDocumentLocation, QName serviceName, WebServiceFeature... features)Creates aService. -
Uses of QName in jakarta.xml.ws.handler
Methods in jakarta.xml.ws.handler that return QName Modifier and Type Method Description QNamePortInfo. getPortName()Gets the qualified name of the WSDL port being accessed.QNamePortInfo. getServiceName()Gets the qualified name of the WSDL service name containing the port being accessed. -
Uses of QName in jakarta.xml.ws.handler.soap
Methods in jakarta.xml.ws.handler.soap that return types with arguments of type QName Modifier and Type Method Description Set<QName>SOAPHandler. getHeaders()Gets the header blocks that can be processed by this Handler instance.Methods in jakarta.xml.ws.handler.soap with parameters of type QName Modifier and Type Method Description Object[]SOAPMessageContext. getHeaders(QName header, JAXBContext context, boolean allRoles)Gets headers that have a particular qualified name from the message in the message context. -
Uses of QName in jakarta.xml.ws.spi
Methods in jakarta.xml.ws.spi that return QName Modifier and Type Method Description abstract QNameServiceDelegate. getServiceName()Gets the name of this service.Methods in jakarta.xml.ws.spi that return types with arguments of type QName Modifier and Type Method Description abstract Iterator<QName>ServiceDelegate. getPorts()Returns anIteratorfor the list ofQNames of service endpoints grouped by this serviceMethods in jakarta.xml.ws.spi with parameters of type QName Modifier and Type Method Description abstract voidServiceDelegate. addPort(QName portName, String bindingId, String endpointAddress)Creates a new port for the service.abstract Dispatch<Object>ServiceDelegate. createDispatch(QName portName, JAXBContext context, Service.Mode mode)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.abstract Dispatch<Object>ServiceDelegate. createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.abstract <T> Dispatch<T>ServiceDelegate. createDispatch(QName portName, Class<T> type, Service.Mode mode)Creates aDispatchinstance for use with objects of the user's choosing.abstract <T> Dispatch<T>ServiceDelegate. createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with objects of the user's choosing.abstract ServiceDelegateProvider. createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass)Creates a service delegate object.ServiceDelegateProvider. createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass, WebServiceFeature... features)Creates a service delegate object.abstract W3CEndpointReferenceProvider. createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)Factory method to create aW3CEndpointReference.W3CEndpointReferenceProvider. createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)Factory method to create aW3CEndpointReference.abstract <T> TServiceDelegate. getPort(QName portName, Class<T> serviceEndpointInterface)ThegetPortmethod returns a proxy.abstract <T> TServiceDelegate. getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features)ThegetPortmethod returns a proxy.Method parameters in jakarta.xml.ws.spi with type arguments of type QName Modifier and Type Method Description W3CEndpointReferenceProvider. createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)Factory method to create aW3CEndpointReference. -
Uses of QName in jakarta.xml.ws.wsaddressing
Methods in jakarta.xml.ws.wsaddressing with parameters of type QName Modifier and Type Method Description W3CEndpointReferenceBuilderW3CEndpointReferenceBuilder. attribute(QName name, String value)Adds an extension attribute to theW3CEndpointReferenceinstance'swsa:EndpointReferenceelement.W3CEndpointReferenceBuilderW3CEndpointReferenceBuilder. endpointName(QName endpointName)Sets theendpointNameaswsam:ServiceName/@EndpointNamein thewsa:Metadataelement.W3CEndpointReferenceBuilderW3CEndpointReferenceBuilder. interfaceName(QName interfaceName)Sets theinterfaceNameas thewsam:InterfaceNameelement in thewsa:Metadataelement.W3CEndpointReferenceBuilderW3CEndpointReferenceBuilder. serviceName(QName serviceName)Sets theserviceNameas thewsam:ServiceNameelement in thewsa:Metadataelement. -
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(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.ObjectAttributeExtensible. getExtensionAttribute(QName name)Retrieve an extension attribute from this element.voidExtensionRegistry. 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.voidExtensionSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.voidUnknownExtensionSerializer. marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg)ExtensionDeserializerExtensionRegistry. 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.intExtensionRegistry. 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.ExtensionSerializerExtensionRegistry. 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.voidExtensionRegistry. 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.voidExtensionRegistry. 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.voidExtensionRegistry. 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.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, Object value)Set an extension attribute on this element.ExtensibilityElementExtensionDeserializer. unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.ExtensibilityElementUnknownExtensionDeserializer. 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 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(String s)Returns a QName holding the value of the specified String. -
Uses of QName in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers with parameters of type QName Modifier and Type Method Description URIServiceContractResolverRegistryImpl. getContractLocation(QName qname)Calls each of the registeredServiceContractResolverinstances to resolve the location of the service's contract.EndpointReferenceTypeEndpointResolverRegistryImpl. mint(QName serviceName)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name. -
Uses of QName in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb that return types with arguments of type QName Modifier and Type Method Description Collection<QName>JAXBBeanInfo. getTypeNames()Methods in org.apache.cxf.common.jaxb with parameters of type QName Modifier and Type Method Description static JAXBUtils.BridgeWrapperJAXBUtils. createBridge(Set<Class<?>> ctxClasses, QName qname, Class<?> refcls, Annotation[] anns)JAXBUtils.MappingJAXBUtils.S2JJAXBModel. get(QName qn)JAXBUtils.TypeAndAnnotationJAXBUtils.S2JJAXBModel. getJavaType(QName typeQName) -
Uses of QName in org.apache.cxf.common.xmlschema
Methods in org.apache.cxf.common.xmlschema that return QName Modifier and Type Method Description static QNameXmlSchemaUtils. getBaseType(org.apache.ws.commons.schema.XmlSchemaComplexType type)static QNameXmlSchemaUtils. getElementQualifiedName(org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema schema)By convention, an element that is named in its schema's TNS can have a 'name' but no QName.Methods in org.apache.cxf.common.xmlschema with parameters of type QName Modifier and Type Method Description static voidXmlSchemaUtils. addImportIfNeeded(org.apache.ws.commons.schema.XmlSchema schema, QName qname)For convenience, start from a qname, and add the import if it is non-null and has a namespace.static org.apache.ws.commons.schema.XmlSchemaElementXmlSchemaUtils. findElementByRefName(SchemaCollection xmlSchemaCollection, QName name, String referencingURI)This copes with an observed phenomenon in the schema built by the ReflectionServiceFactoryBean.org.apache.ws.commons.schema.XmlSchemaAttributeSchemaCollection. getAttributeByQName(QName qname)org.apache.ws.commons.schema.XmlSchemaElementSchemaCollection. getElementByQName(QName qname)org.apache.ws.commons.schema.XmlSchemaSchemaCollection. getSchemaForElement(QName name)org.apache.ws.commons.schema.XmlSchemaTypeSchemaCollection. getTypeByQName(QName schemaTypeName)static voidXmlSchemaUtils. setElementRefName(org.apache.ws.commons.schema.XmlSchemaElement element, QName name)Wrapper around XmlSchemaElement.setRefName that checks for inconsistency with name and QName.voidSchemaCollection. validateElementName(QName referrer, QName elementQName)voidSchemaCollection. validateQNameNamespace(QName qname)Validate that a qualified name points to some namespace in the schema.voidSchemaCollection. validateTypeName(QName referrer, QName typeQName) -
Uses of QName in org.apache.cxf.configuration.spring
Methods in org.apache.cxf.configuration.spring that return QName Modifier and Type Method Description protected QNameAbstractBeanDefinitionParser. parseQName(Element element, String t)Methods in org.apache.cxf.configuration.spring with parameters of type QName Modifier and Type Method Description protected voidAbstractBeanDefinitionParser. mapElementToJaxbProperty(Element parent, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, QName name, String propertyName)protected voidAbstractBeanDefinitionParser. mapElementToJaxbProperty(Element parent, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, QName name, String propertyName, Class<?> c) -
Uses of QName in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding with parameters of type QName Modifier and Type Method Description WrapperHelperWrapperCapableDatabinding. createWrapperHelper(Class<?> wrapperType, QName typeName, List<String> partNames, List<String> elTypeNames, List<Class<?>> partClasses)ObjectDataReader. read(QName elementQName, T input, Class<?> type)Read an object from the input. -
Uses of QName in org.apache.cxf.databinding.source
Methods in org.apache.cxf.databinding.source with parameters of type QName Modifier and Type Method Description ObjectNodeDataReader. read(QName name, Node input, Class<?> type)ObjectXMLStreamDataReader. read(QName name, XMLStreamReader input, Class<?> type) -
Uses of QName in org.apache.cxf.databinding.source.mime
Fields in org.apache.cxf.databinding.source.mime declared as QName Modifier and Type Field Description static QNameMimeAttribute. MIME_QNAME -
Uses of QName in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type QName Modifier and Type Method Description ObjectStaxDataBinding.XMLStreamDataReader. read(QName name, XMLStreamReader input, Class<?> type) -
Uses of QName in org.apache.cxf.endpoint
Fields in org.apache.cxf.endpoint declared as QName Modifier and Type Field Description protected QNameAbstractEndpointFactory. endpointNameprotected QNameAbstractEndpointFactory. serviceNameMethods in org.apache.cxf.endpoint that return QName Modifier and Type Method Description QNameAbstractEndpointFactory. getEndpointName()QNameAbstractEndpointFactory. getServiceName()Methods in org.apache.cxf.endpoint with parameters of type QName Modifier and Type Method Description URIServiceContractResolver. getContractLocation(QName qname)Resolves a service's QName to a URI representing the location of a WSDL contract.URIServiceContractResolverRegistry. getContractLocation(QName qname)Resolves a service's QName to a URI representing the location of a WSDL contract.Object[]Client. invoke(QName operationName, Object... params)Invokes an operation synchronouslyvoidClient. invoke(ClientCallback callback, QName operationName, Object... params)Invokes an operation asynchronouslyObject[]ClientImpl. invoke(QName operationName, Object... params)voidClientImpl. invoke(ClientCallback callback, QName operationName, Object... params)Object[]Client. invokeWrapped(QName operationName, Object... params)Invokes an operation synchronouslyvoidClient. invokeWrapped(ClientCallback callback, QName operationName, Object... params)Invokes an operation asynchronouslyObject[]ClientImpl. invokeWrapped(QName operationName, Object... params)voidClientImpl. invokeWrapped(ClientCallback callback, QName operationName, Object... params)EndpointReferenceTypeEndpointResolver. mint(QName serviceName)Mint a new abstract EPR for a given service name.EndpointReferenceTypeEndpointResolverRegistry. mint(QName serviceName)Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.voidAbstractEndpointFactory. setEndpointName(QName endpointName)voidAbstractEndpointFactory. setServiceName(QName name)Constructors in org.apache.cxf.endpoint with parameters of type QName Constructor Description ClientImpl(Bus bus, Service svc, QName port, EndpointImplFactory endpointImplFactory)Create a Client that uses a specific EndpointImpl.EndpointImpl(Bus bus, Service s, QName endpointName) -
Uses of QName in org.apache.cxf.ext.logging.event
Methods in org.apache.cxf.ext.logging.event that return QName Modifier and Type Method Description QNameLogEvent. getPortName()QNameLogEvent. getPortTypeName()QNameLogEvent. getServiceName()Methods in org.apache.cxf.ext.logging.event with parameters of type QName Modifier and Type Method Description protected static StringLogMessageFormatter. localPart(QName name)voidLogEvent. setPortName(QName portName)voidLogEvent. setPortTypeName(QName portTypeName)voidLogEvent. setServiceName(QName serviceName) -
Uses of QName in org.apache.cxf.headers
Methods in org.apache.cxf.headers that return QName Modifier and Type Method Description QNameHeader. getName()Methods in org.apache.cxf.headers with parameters of type QName Modifier and Type Method Description voidHeader. setName(QName name)Constructors in org.apache.cxf.headers with parameters of type QName Constructor Description Header(QName q, Object o)Header(QName q, Object o, DataBinding b) -
Uses of QName in org.apache.cxf.helpers
Methods in org.apache.cxf.helpers that return QName Modifier and Type Method Description static QNameDOMUtils. convertStringToQName(String expandedQName)static QNameDOMUtils. convertStringToQName(String expandedQName, String prefix)static QNameDOMUtils. createQName(String qualifiedName, Node node)Creates a QName object based on the qualified name and using the Node as a base to lookup the namespace for the prefixstatic QNameDOMUtils. getElementQName(Element el)Methods in org.apache.cxf.helpers that return types with arguments of type QName Modifier and Type Method Description static Set<QName>DOMUtils. convertStringsToQNames(List<String> expandedQNames)Methods in org.apache.cxf.helpers with parameters of type QName Modifier and Type Method Description static StringDOMUtils. getAttribute(Element element, QName attName)static ElementDOMUtils. getFirstChildWithName(Element parent, QName q)Return the first element child with the specified qualified name.ObjectXPathUtils. getValue(String xpathExpression, Node node, QName type)booleanXPathUtils. isExist(String xpathExpression, Node node, QName type) -
Uses of QName in org.apache.cxf.interceptor
Fields in org.apache.cxf.interceptor declared as QName Modifier and Type Field Description static QNameFault. FAULT_CODE_CLIENTstatic QNameFault. FAULT_CODE_SERVERMethods in org.apache.cxf.interceptor that return QName Modifier and Type Method Description QNameFault. getFaultCode()Methods in org.apache.cxf.interceptor with parameters of type QName Modifier and Type Method Description protected MessagePartInfoAbstractInDatabindingInterceptor. findMessagePart(Exchange exchange, Collection<OperationInfo> operations, QName name, boolean client, int index, Message message)Find the next possible message part in the message.protected BindingOperationInfoAbstractInDatabindingInterceptor. getBindingOperationInfo(Exchange exchange, QName name, boolean client)Returns a BindingOperationInfo if the operation is indentified as a wrapped method, return null if it is not a wrapped method (i.e., it is a bare method)FaultFault. setFaultCode(QName c)Constructors in org.apache.cxf.interceptor with parameters of type QName Constructor Description Fault(Throwable t, QName fc)Fault(Message message, Throwable throwable, QName fc)Fault(Message message, QName fc) -
Uses of QName in org.apache.cxf.policy
Methods in org.apache.cxf.policy that return QName Modifier and Type Method Description QNamePolicyCalculator. getDataClassName() -
Uses of QName in org.apache.cxf.service
Methods in org.apache.cxf.service that return QName Modifier and Type Method Description QNameService. getName()QNameServiceImpl. getName()Methods in org.apache.cxf.service that return types with arguments of type QName Modifier and Type Method Description Map<QName,Endpoint>Service. getEndpoints()Map<QName,Endpoint>ServiceImpl. getEndpoints()Methods in org.apache.cxf.service with parameters of type QName Modifier and Type Method Description EndpointInfoService. getEndpointInfo(QName endpoint)EndpointInfoServiceImpl. getEndpointInfo(QName endpoint)Method parameters in org.apache.cxf.service with type arguments of type QName Modifier and Type Method Description voidServiceImpl. setEndpoints(Map<QName,Endpoint> endpoints) -
Uses of QName in org.apache.cxf.service.model
Fields in org.apache.cxf.service.model declared as QName Modifier and Type Field Description protected QNameAbstractMessageContainer. mNameMethods in org.apache.cxf.service.model that return QName Modifier and Type Method Description QNameMessagePartInfo. getConcreteName()QNameMessagePartInfo. getElementQName()QNameFaultInfo. getFaultName()QNameAbstractMessageContainer. getMessagePartQName(String name)QNameAbstractMessageContainer. getName()QNameBindingInfo. getName()QNameBindingOperationInfo. getName()QNameDescriptionInfo. getName()QNameEndpointInfo. getName()QNameInterfaceInfo. getName()QNameMessagePartInfo. getName()QNameNamedItem. getName()QNameOperationInfo. getName()Returns the name of the Operation.QNameServiceInfo. getName()static QNameServiceModelUtil. getServiceQName(EndpointInfo ei)QNameMessagePartInfo. getTypeQName()Methods in org.apache.cxf.service.model that return types with arguments of type QName Modifier and Type Method Description Map<QName,Object>AbstractPropertiesHolder. getExtensionAttributes()Map<QName,Object>Extensible. getExtensionAttributes()Map<QName,MessagePartInfo>MessageInfo. getMessagePartsMap()Map<QName,MessageInfo>ServiceInfo. getMessages()Methods in org.apache.cxf.service.model with parameters of type QName Modifier and Type Method Description voidAbstractPropertiesHolder. addExtensionAttribute(QName name, Object attr)voidExtensible. addExtensionAttribute(QName name, Object attr)FaultInfoOperationInfo. addFault(QName name, QName message)Adds an fault to this operation.FaultInfoUnwrappedOperationInfo. addFault(QName name, QName message)MessagePartInfoAbstractMessageContainer. addMessagePart(QName name)Adds a message part to this container.OperationInfoInterfaceInfo. addOperation(QName oname)Adds an operation to this service.MessagePartInfoAbstractMessageContainer. addOutOfBandMessagePart(QName name)BindingOperationInfoBindingInfo. buildOperation(QName opName, String inName, String outName)InterfaceInfoServiceInfo. createInterface(QName qn)MessageInfoOperationInfo. createMessage(QName nm, MessageInfo.Type type)static EndpointInfoServiceModelUtil. findBestEndpointInfo(QName qn, List<ServiceInfo> serviceInfos)BindingInfoServiceInfo. getBinding(QName qn)org.apache.ws.commons.schema.XmlSchemaElementSchemaInfo. getElementByQName(QName qname)EndpointInfoServiceInfo. getEndpoint(QName qn)ObjectAbstractPropertiesHolder. getExtensionAttribute(QName name)ObjectExtensible. getExtensionAttribute(QName name)BindingFaultInfoBindingOperationInfo. getFault(QName name)FaultInfoOperationInfo. getFault(QName name)Returns the fault with the given name, if found.FaultInfoUnwrappedOperationInfo. getFault(QName name)MessageInfoServiceInfo. getMessage(QName qname)MessagePartInfoAbstractMessageContainer. getMessagePart(QName name)Returns the message part with the given name, if found.BindingOperationInfoBindingInfo. getOperation(QName oname)Returns the operation info with the given name, if found.OperationInfoInterfaceInfo. getOperation(QName oname)Returns the operation info with the given name, if found.static BindingOperationInfoServiceModelUtil. getOperation(Exchange exchange, QName opName)static BindingOperationInfoServiceModelUtil. getOperationForWrapperElement(Exchange exchange, QName opName, boolean output)voidOperationInfo. removeFault(QName name)Removes a fault from this operation.voidAbstractMessageContainer. removeMessagePart(QName name)Removes an message part from this container.voidMessagePartInfo. setConcreteName(QName concreteName)voidMessagePartInfo. setElementQName(QName qn)voidFaultInfo. setFaultName(QName fname)voidBindingInfo. setName(QName n)voidDescriptionInfo. setName(QName n)voidEndpointInfo. setName(QName n)voidInterfaceInfo. setName(QName n)voidMessageInfo. setName(QName qn)voidMessagePartInfo. setName(QName n)voidOperationInfo. setName(QName name)Sets the name of the operation.voidServiceInfo. setName(QName n)voidMessagePartInfo. setTypeQName(QName qn)Method parameters in org.apache.cxf.service.model with type arguments of type QName Modifier and Type Method Description voidAbstractPropertiesHolder. setExtensionAttributes(Map<QName,Object> attrs)voidExtensible. setExtensionAttributes(Map<QName,Object> attrs)voidServiceInfo. setMessages(Map<QName,MessageInfo> msgs)Constructors in org.apache.cxf.service.model with parameters of type QName Constructor Description FaultInfo(QName fname, QName mname, OperationInfo info)InterfaceInfo(ServiceInfo info, QName q)MessageInfo(OperationInfo op, MessageInfo.Type type, QName nm)MessagePartInfo(QName n, AbstractMessageContainer info) -
Uses of QName in org.apache.cxf.staxutils
Methods in org.apache.cxf.staxutils that return QName Modifier and Type Method Description QNameAutoCloseableXMLStreamReader. getAttributeName(int index)QNameDepthXMLStreamReader. getAttributeName(int arg0)QNameW3CDOMStreamReader. getAttributeName(int i)QNameAutoCloseableXMLStreamReader. getName()QNameDepthXMLStreamReader. getName()QNameW3CDOMStreamReader. getName()static QNameStaxUtils. readQName(XMLStreamReader reader)Reads a QName from the element text.Methods in org.apache.cxf.staxutils with parameters of type QName Modifier and Type Method Description static booleanStaxUtils. toNextTag(DepthXMLStreamReader reader, QName endTag)Constructors in org.apache.cxf.staxutils with parameters of type QName Constructor Description PartialXMLStreamReader(XMLStreamReader r, QName endTag)StaxStreamFilter(QName... eventsToReject) -
Uses of QName in org.apache.cxf.staxutils.transform
Methods in org.apache.cxf.staxutils.transform that return QName Modifier and Type Method Description QNameInTransformReader. getAttributeName(int arg0)QNameInTransformReader. getName()Method parameters in org.apache.cxf.staxutils.transform with type arguments of type QName Modifier and Type Method Description protected static voidTransformUtils. convertToSetOfQNames(List<String> set, Set<QName> elementsSet) -
Uses of QName in org.apache.cxf.sts
Fields in org.apache.cxf.sts declared as QName Modifier and Type Field Description static QNameQNameConstants. ACT_ASstatic QNameQNameConstants. AUTHENTICATION_TYPEstatic QNameQNameConstants. BINARY_SECRETstatic QNameQNameConstants. BINARY_SECURITY_TOKENstatic QNameQNameConstants. C14N_ALGORITHMstatic QNameQNameConstants. CANCEL_TARGETstatic QNameQNameConstants. CLAIMSstatic QNameQNameConstants. COMPUTED_KEY_ALGORITHMstatic QNameQNameConstants. ENCRYPT_WITHstatic QNameQNameConstants. ENCRYPTION_ALGORITHMstatic QNameQNameConstants. ENTROPYstatic QNameQNameConstants. KEY_SIZEstatic QNameQNameConstants. KEY_TYPEstatic QNameQNameConstants. KEYWRAP_ALGORITHMstatic QNameQNameConstants. LIFETIMEstatic QNameQNameConstants. NONCEstatic QNameQNameConstants. ON_BEHALF_OFstatic QNameQNameConstants. PARTICIPANTSstatic QNameQNameConstants. PASSWORDstatic QNameQNameConstants. RENEW_TARGETstatic QNameQNameConstants. RENEWINGstatic QNameQNameConstants. REQUEST_TYPEstatic QNameQNameConstants. SECURITYstatic QNameQNameConstants. SECURITY_TOKEN_REFERENCEstatic QNameQNameConstants. SIGN_WITHstatic QNameQNameConstants. SIGNATURE_ALGORITHMstatic QNameQNameConstants. TOKEN_TYPEstatic QNameQNameConstants. USE_KEYstatic QNameQNameConstants. USERNAME_TOKENstatic QNameQNameConstants. VALIDATE_TARGET -
Uses of QName in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation declared as QName Modifier and Type Field Description static QNameAbstractOperation. TOKEN_TYPE -
Uses of QName in org.apache.cxf.transport
Methods in org.apache.cxf.transport with parameters of type QName Modifier and Type Method Description booleanAssertor. canAssert(QName type) -
Uses of QName in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing with type parameters of type QName Modifier and Type Field Description static Set<QName>Names. HEADERSThe set of headers understood by the protocol binding.Methods in org.apache.cxf.ws.addressing that return QName Modifier and Type Method Description QNameAddressingConstants. getActionNotSupportedQName()QNameAddressingConstants. getActionQName()QNameAddressingConstants. getAddressQName()QNameAddressingConstants. getDestinationUnreachableQName()QNameAddressingProperties. getDuplicate()QNameAddressingConstants. getEndpointUnavailableQName()QNameAddressingConstants. getFaultToQName()QNameAddressingConstants. getFromQName()static QNameEndpointReferenceUtils. getInterfaceName(EndpointReferenceType ref, Bus bus)QNameAddressingConstants. getInvalidMapQName()QNameAddressingConstants. getIsReferenceParameterQName()QNameAddressingConstants. getMapRequiredQName()QNameAddressingConstants. getMessageIDQName()QNameAddressingConstants. getMetadataQName()static QNameEndpointReferenceUtils. getPortQName(EndpointReferenceType ref, Bus bus)QNameAddressingConstants. getRelatesToQName()QNameAddressingConstants. getRelationshipTypeQName()QNameAddressingConstants. getReplyToQName()static QNameEndpointReferenceUtils. getServiceName(EndpointReferenceType ref, Bus bus)Gets the service name of the provided endpoint reference.QNameAddressingConstants. getToQName()QNameAttributedQNameType. getValue()Gets the value of the value property.QNameAddressingConstants. getWSDLActionQName()QNameAddressingConstants. getWSDLExtensibilityQName()Methods in org.apache.cxf.ws.addressing that return types with arguments of type QName Modifier and Type Method Description List<QName>AddressingProperties. getMustUnderstand()Map<QName,String>AttributedAnyType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedQNameType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedUnsignedLongType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedURIType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>EndpointReferenceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>MetadataType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ProblemActionType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ReferenceParametersType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>RelatesToType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Methods in org.apache.cxf.ws.addressing with parameters of type QName Modifier and Type Method Description static EndpointReferenceTypeEndpointReferenceUtils. getEndpointReference(URL wsdlUrl, QName serviceName, String portName)Create an endpoint reference for the provided wsdl, service and portname.static EndpointReferenceTypeEndpointReferenceUtils. getEndpointReferenceWithId(QName serviceQName, String portName, String id, Bus bus)Obtain a multiplexed endpoint reference for the deployed service that contains the provided idstatic JAXBElement<ServiceNameType>EndpointReferenceUtils. getServiceNameType(QName serviceName, String portName)static EndpointReferenceTypeEndpointReferenceUtils. mint(QName serviceName, Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry.voidAddressingProperties. setDuplicate(QName dup)static voidEndpointReferenceUtils. setInterfaceName(EndpointReferenceType ref, QName portTypeName)static voidEndpointReferenceUtils. setServiceAndPortName(EndpointReferenceType ref, QName serviceName, String portName)Sets the service and port name of the provided endpoint reference.voidAttributedQNameType. setValue(QName value)Sets the value of the value property. -
Uses of QName in org.apache.cxf.ws.addressing.v200403
Fields in org.apache.cxf.ws.addressing.v200403 declared as QName Modifier and Type Field Description protected QNameRelationship. relationshipTypeprotected QNameAttributedQName. valueprotected QNameServiceNameType. valueMethods in org.apache.cxf.ws.addressing.v200403 that return QName Modifier and Type Method Description QNameRelationship. getRelationshipType()Gets the value of the relationshipType property.QNameAttributedQName. getValue()Gets the value of the value property.QNameServiceNameType. getValue()Gets the value of the value property.Methods in org.apache.cxf.ws.addressing.v200403 that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AttributedQName. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedURI. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>EndpointReferenceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>Relationship. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ReplyAfterType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ServiceNameType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Methods in org.apache.cxf.ws.addressing.v200403 with parameters of type QName Modifier and Type Method Description voidRelationship. setRelationshipType(QName value)Sets the value of the relationshipType property.voidAttributedQName. setValue(QName value)Sets the value of the value property.voidServiceNameType. setValue(QName value)Sets the value of the value property. -
Uses of QName in org.apache.cxf.ws.addressing.v200408
Fields in org.apache.cxf.ws.addressing.v200408 declared as QName Modifier and Type Field Description protected QNameRelationship. relationshipTypeprotected QNameAttributedQName. valueprotected QNameServiceNameType. valueMethods in org.apache.cxf.ws.addressing.v200408 that return QName Modifier and Type Method Description QNameRelationship. getRelationshipType()Gets the value of the relationshipType property.QNameAttributedQName. getValue()Gets the value of the value property.QNameServiceNameType. getValue()Gets the value of the value property.Methods in org.apache.cxf.ws.addressing.v200408 that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AttributedQName. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedURI. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>EndpointReferenceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>Relationship. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ReplyAfterType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ServiceNameType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Methods in org.apache.cxf.ws.addressing.v200408 with parameters of type QName Modifier and Type Method Description voidRelationship. setRelationshipType(QName value)Sets the value of the relationshipType property.voidAttributedQName. setValue(QName value)Sets the value of the value property.voidServiceNameType. setValue(QName value)Sets the value of the value property. -
Uses of QName in org.apache.cxf.ws.addressing.wsdl
Fields in org.apache.cxf.ws.addressing.wsdl declared as QName Modifier and Type Field Description protected QNameAttributedQNameType. valueprotected QNameServiceNameType. valueMethods in org.apache.cxf.ws.addressing.wsdl that return QName Modifier and Type Method Description QNameAttributedQNameType. getValue()Gets the value of the value property.QNameServiceNameType. getValue()Gets the value of the value property.Methods in org.apache.cxf.ws.addressing.wsdl that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>Anonymous. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedQNameType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ServiceNameType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>UsingAddressing. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Methods in org.apache.cxf.ws.addressing.wsdl with parameters of type QName Modifier and Type Method Description voidAttributedQNameType. setValue(QName value)Sets the value of the value property.voidServiceNameType. setValue(QName value)Sets the value of the value property. -
Uses of QName in org.apache.cxf.ws.security.policy
Methods in org.apache.cxf.ws.security.policy with parameters of type QName Modifier and Type Method Description static booleanPolicyUtils. assertPolicy(org.apache.cxf.ws.policy.AssertionInfoMap aim, QName name) -
Uses of QName in org.apache.cxf.ws.security.policy.custom
Methods in org.apache.cxf.ws.security.policy.custom that return QName Modifier and Type Method Description QName[]AlgorithmSuiteBuilder. getKnownElements() -
Uses of QName in org.apache.cxf.ws.security.sts.provider
Fields in org.apache.cxf.ws.security.sts.provider declared as QName Modifier and Type Field Description static QNameSTSException. AUTH_BAD_ELEMENTSstatic QNameSTSException. BAD_REQUESTstatic QNameSTSException. EXPIRED_DATAstatic QNameSTSException. FAILED_AUTHstatic QNameSTSException. INVALID_REQUESTSpecification Fault Codesstatic QNameSTSException. INVALID_SCOPEstatic QNameSTSException. INVALID_TIMEstatic QNameSTSException. INVALID_TOKENstatic QNameSTSException. RENEW_NEEDEDstatic QNameSTSException. REQUEST_FAILEDstatic QNameSTSException. UNABLE_TO_RENEWMethods in org.apache.cxf.ws.security.sts.provider that return QName Modifier and Type Method Description QNameSTSException. getFaultCode()Methods in org.apache.cxf.ws.security.sts.provider with parameters of type QName Modifier and Type Method Description voidSTSException. setFaultCode(QName faultCode)Constructors in org.apache.cxf.ws.security.sts.provider with parameters of type QName Constructor Description STSException(String message, Throwable e, QName faultCode)STSException(String message, QName faultCode) -
Uses of QName in org.apache.cxf.ws.security.sts.provider.model
Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>BinaryExchangeType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>BinarySecretType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ClaimsType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>EntropyType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>RequestSecurityTokenResponseCollectionType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>RequestSecurityTokenResponseType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>RequestSecurityTokenType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>SignChallengeType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.cxf.ws.security.sts.provider.model.secext
Methods in org.apache.cxf.ws.security.sts.provider.model.secext that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AttributedString. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>EmbeddedType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ReferenceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>SecurityHeaderType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>SecurityTokenReferenceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>TransformationParametersType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>UsernameTokenType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.cxf.ws.security.sts.provider.model.utility
Methods in org.apache.cxf.ws.security.sts.provider.model.utility that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AttributedDateTime. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedURI. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>TimestampType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.cxf.ws.security.sts.provider.model.wstrust14
Methods in org.apache.cxf.ws.security.sts.provider.model.wstrust14 that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>ChoiceChallengeType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ChoiceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>InteractiveChallengeResponseType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>InteractiveChallengeType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>TextChallengeResponseType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>TextChallengeType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>TitleType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as QName Modifier and Type Field Description protected QNameAbstractSTSClient. endpointNameprotected QNameAbstractSTSClient. serviceNameMethods in org.apache.cxf.ws.security.trust that return QName Modifier and Type Method Description QNameSTSAuthParams.AuthMode. getEndpointName()QNameAbstractSTSClient. getEndpointQName()QNameAbstractSTSClient. getServiceQName()Methods in org.apache.cxf.ws.security.trust with parameters of type QName Modifier and Type Method Description static EndpointSTSUtils. createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName)voidAbstractSTSClient. setEndpointQName(QName qn)voidAbstractSTSClient. setServiceQName(QName qn) -
Uses of QName in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return types with arguments of type QName Modifier and Type Method Description Set<QName>AbstractTokenInterceptor. getUnderstoodHeaders()Set<QName>AbstractWSS4JInterceptor. getUnderstoodHeaders()Set<QName>AbstractWSS4JStaxInterceptor. getUnderstoodHeaders()Methods in org.apache.cxf.ws.security.wss4j with parameters of type QName Modifier and Type Method Description voidWSS4JPolicyAsserter. assertPolicy(QName qName)ValidatorCXFRequestData. getValidator(QName qName)voidWSS4JPolicyAsserter. unassertPolicy(QName qName, String reason) -
Uses of QName in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type QName Modifier and Type Method Description protected voidAbstractCommonBindingHandler. assertPolicy(QName name) -
Uses of QName in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators that return types with arguments of type QName Modifier and Type Method Description static Map<QName,SecurityPolicyValidator>ValidatorUtils. getSecurityPolicyValidators(Message message)Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type QName Modifier and Type Method Description protected voidAbstractSupportingTokenPolicyValidator. assertSecurePartsIfTokenNotRequired(AbstractSecurityAssertion securedPart, QName name, org.apache.cxf.ws.policy.AssertionInfoMap aim) -
Uses of QName in org.apache.cxf.wsdl.http
Methods in org.apache.cxf.wsdl.http that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AddressType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>BindingType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>OperationType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.taglibs.standard.tag.common.xml
Fields in org.apache.taglibs.standard.tag.common.xml declared as QName Modifier and Type Field Description static QNameJSTLXPathConstants. OBJECTMethods in org.apache.taglibs.standard.tag.common.xml with parameters of type QName Modifier and Type Method Description ObjectJSTLXPathImpl. evaluate(String expression, Object item, QName returnType)Evaluate anXPathexpression in the specified context and return the result as the specified type.ObjectJSTLXPathImpl. evaluate(String expression, InputSource source, QName returnType)Evaluate an XPath expression in the context of the specifiedInputSourceand return the result as the specified type.ObjectJSTLXPathVariableResolver. resolveVariable(QName qname)Find variable in set of variables -
Uses of QName in org.apache.wss4j.binding.wss10
Methods in org.apache.wss4j.binding.wss10 that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AttributedString. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>BinarySecurityTokenType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>EmbeddedType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>ReferenceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>SecurityHeaderType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>SecurityTokenReferenceType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>TransformationParametersType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>UsernameTokenType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.wss4j.binding.wssc
Methods in org.apache.wss4j.binding.wssc that return types with arguments of type QName Modifier and Type Method Description abstract Map<QName,String>AbstractSecurityContextTokenType. getOtherAttributes() -
Uses of QName in org.apache.wss4j.binding.wssc13
Methods in org.apache.wss4j.binding.wssc13 that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>SecurityContextTokenType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.wss4j.binding.wssc200502
Methods in org.apache.wss4j.binding.wssc200502 that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>SecurityContextTokenType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.wss4j.binding.wsu10
Methods in org.apache.wss4j.binding.wsu10 that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AttributedDateTime. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>AttributedURI. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.Map<QName,String>TimestampType. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.apache.wss4j.common.derivedKey
Fields in org.apache.wss4j.common.derivedKey declared as QName Modifier and Type Field Description static QNameConversationConstants. DERIVED_KEY_TOKEN_QNAME_05_02static QNameConversationConstants. DERIVED_KEY_TOKEN_QNAME_05_12static QNameConversationConstants. SECURITY_CTX_TOKEN_QNAME_05_02static QNameConversationConstants. SECURITY_CTX_TOKEN_QNAME_05_12 -
Uses of QName in org.apache.wss4j.common.ext
Fields in org.apache.wss4j.common.ext declared as QName Modifier and Type Field Description static QNameWSSecurityException. FAILED_AUTHENTICATIONThe security token could not be authenticated or authorizedstatic QNameWSSecurityException. FAILED_CHECKThe signature or decryption was invalidstatic QNameWSSecurityException. INVALID_SECURITYAn error was discovered processing theheader static QNameWSSecurityException. INVALID_SECURITY_TOKENAn invalid security token was providedstatic QNameWSSecurityException. MESSAGE_EXPIREDThe message has expiredstatic QNameWSSecurityException. SECURITY_ERRORGeneric Security errorstatic QNameWSSecurityException. SECURITY_TOKEN_UNAVAILABLEReferenced security token could not be retrievedstatic QNameWSSecurityException. UNSUPPORTED_ALGORITHMAn unsupported signature or encryption algorithm was usedstatic QNameWSSecurityException. UNSUPPORTED_SECURITY_TOKENAn unsupported token was providedMethods in org.apache.wss4j.common.ext that return QName Modifier and Type Method Description QNameWSSecurityException. getFaultCode()Get the fault code QName for this associated error code.QNameWSSecurityException.ErrorCode. getQName()QNameWSSecurityException. getSafeFaultCode()Get the "safe" / unified fault code QName associated with this exception, so as not to leak internal configuration to an attacker -
Uses of QName in org.apache.wss4j.common.token
Fields in org.apache.wss4j.common.token declared as QName Modifier and Type Field Description static QNameSecurityTokenReference. STR_QNAMEstatic QNameReference. TOKENstatic QNameBinarySecurity. TOKEN_BSTstatic QNameBinarySecurity. TOKEN_KI -
Uses of QName in org.apache.wss4j.dom
Fields in org.apache.wss4j.dom declared as QName Modifier and Type Field Description static QNameWSConstants. BINARY_TOKENwsse:BinarySecurityTokenas defined by WS Security specificationstatic QNameWSConstants. DERIVED_KEY_TOKEN_05_02wsc:DerivedKeyTokenas defined by WS-SecureConversation specificationstatic QNameWSConstants. DERIVED_KEY_TOKEN_05_12wsc:DerivedKeyTokenas defined by WS-SecureConversation specification in WS-SXstatic QNameWSConstants. ENCRYPTED_ASSERTIONsaml:EncryptedAssertionas defined by SAML v2.0 specificationstatic QNameWSConstants. ENCRYPTED_DATAxenc:EncryptedDataas defined by XML Encryption specification, enhanced by WS Security specificationstatic QNameWSConstants. ENCRYPTED_KEYxenc:EncryptedKeyas defined by XML Encryption specification, enhanced by WS Security specificationstatic QNameWSConstants. FAILED_AUTHENTICATIONThe security token could not be authenticated or authorizedstatic QNameWSConstants. FAILED_CHECKThe signature or decryption was invalidstatic QNameWSConstants. INVALID_SECURITYAn error was discovered processing theheader static QNameWSConstants. INVALID_SECURITY_TOKENAn invalid security token was providedstatic QNameWSConstants. MESSAGE_EXPIREDThe message has expiredstatic QNameWSConstants. REFERENCE_LISTxenc:ReferenceListas defined by XML Encryption specification,static QNameWSConstants. SAML_TOKENsaml:Assertionas defined by SAML v1.1 specificationstatic QNameWSConstants. SAML2_TOKENsaml:Assertionas defined by SAML v2.0 specificationstatic QNameWSConstants. SECURITY_CONTEXT_TOKEN_05_02wsc:SecurityContextTokenas defined by WS-SecureConversation specificationstatic QNameWSConstants. SECURITY_CONTEXT_TOKEN_05_12wsc:SecurityContextTokenas defined by WS-SecureConversation specification in WS-SXstatic QNameWSConstants. SECURITY_TOKEN_UNAVAILABLEReferenced security token could not be retrievedstatic QNameWSConstants. SIGNATUREds:Signatureas defined by XML Signature specification, enhanced by WS Security specificationstatic QNameWSConstants. SIGNATURE_CONFIRMATIONwsse11:signatureConfirmationas defined by OASIS WS Security specification,static QNameWSConstants. TIMESTAMPwsu:Timestampas defined by OASIS WS Security specification,static QNameWSConstants. UNSUPPORTED_ALGORITHMAn unsupported signature or encryption algorithm was usedstatic QNameWSConstants. UNSUPPORTED_SECURITY_TOKENAn unsupported token was providedstatic QNameWSConstants. USERNAME_TOKENwsse:UsernameTokenas defined by WS Security specificationMethods in org.apache.wss4j.dom that return QName Modifier and Type Method Description QNameSOAP11Constants. getBodyQName()QNameSOAP12Constants. getBodyQName()QNameSOAPConstants. getBodyQName()Obtain the QName for the Body elementQNameSOAP11Constants. getHeaderQName()QNameSOAP12Constants. getHeaderQName()QNameSOAPConstants. getHeaderQName()Obtain the QName for the Header elementQNameWSDataRef. getName()QNameSOAP11Constants. getRoleAttributeQName()Obtain the QName for the role attribute (actor/role)QNameSOAP12Constants. getRoleAttributeQName()Obtain the QName for the role attribute (actor/role)QNameSOAPConstants. getRoleAttributeQName()Obtain the QName for the role attribute (actor/role)Methods in org.apache.wss4j.dom with parameters of type QName Modifier and Type Method Description voidWSDataRef. setName(QName name) -
Uses of QName in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine with parameters of type QName Modifier and Type Method Description ProcessorWSSConfig. getProcessor(QName el)ValidatorWSSConfig. getValidator(QName el)Class<?>WSSConfig. setProcessor(QName el, Class<?> clazz)Associate a SOAP processor name with a specified SOAP Security header element QName.Class<?>WSSConfig. setProcessor(QName el, Processor processor)Associate a SOAP processor name with a specified SOAP Security header element QName.Class<?>WSSConfig. setValidator(QName el, Class<?> clazz)Associate a SOAP validator name with a specified SOAP Security header element QName.Class<?>WSSConfig. setValidator(QName el, Validator validator)Associate a SOAP validator name with a specified SOAP Security header element QName. -
Uses of QName in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler with parameters of type QName Modifier and Type Method Description ValidatorRequestData. getValidator(QName qName)Get the Validator instance corresponding to the QName -
Uses of QName in org.apache.wss4j.dom.message.token
Fields in org.apache.wss4j.dom.message.token declared as QName Modifier and Type Field Description static QNameUsernameToken. TOKEN -
Uses of QName in org.apache.wss4j.policy
Methods in org.apache.wss4j.policy with parameters of type QName Modifier and Type Method Description static StringSPUtils. getAttribute(Element element, QName attName)static ElementSPUtils. getFirstChildElement(Node parent, QName childNodeName)static StringSPUtils. getFirstChildElementText(Node parent, QName childNodeName)static booleanSPUtils. hasChildElementWithName(Element element, QName elementName) -
Uses of QName in org.apache.wss4j.policy.builders
Methods in org.apache.wss4j.policy.builders that return QName Modifier and Type Method Description QName[]AlgorithmSuiteBuilder. getKnownElements()QName[]AsymmetricBindingBuilder. getKnownElements()QName[]BootstrapPolicyBuilder. getKnownElements()QName[]ContentEncryptedElementsBuilder. getKnownElements()QName[]EncryptedElementsBuilder. getKnownElements()QName[]EncryptedPartsBuilder. getKnownElements()QName[]EncryptionTokenBuilder. getKnownElements()QName[]HttpsTokenBuilder. getKnownElements()QName[]InitiatorEncryptionTokenBuilder. getKnownElements()QName[]InitiatorSignatureTokenBuilder. getKnownElements()QName[]InitiatorTokenBuilder. getKnownElements()QName[]IssuedTokenBuilder. getKnownElements()QName[]KerberosTokenBuilder. getKnownElements()QName[]KeyValueTokenBuilder. getKnownElements()QName[]LayoutBuilder. getKnownElements()QName[]ProtectionTokenBuilder. getKnownElements()QName[]RecipientEncryptionTokenBuilder. getKnownElements()QName[]RecipientSignatureTokenBuilder. getKnownElements()QName[]RecipientTokenBuilder. getKnownElements()QName[]RelTokenBuilder. getKnownElements()QName[]RequiredElementsBuilder. getKnownElements()QName[]RequiredPartsBuilder. getKnownElements()QName[]SamlTokenBuilder. getKnownElements()QName[]SecureConversationTokenBuilder. getKnownElements()QName[]SecurityContextTokenBuilder. getKnownElements()QName[]SignatureTokenBuilder. getKnownElements()QName[]SignedElementsBuilder. getKnownElements()QName[]SignedPartsBuilder. getKnownElements()QName[]SpnegoContextTokenBuilder. getKnownElements()QName[]SupportingTokensBuilder. getKnownElements()QName[]SymmetricBindingBuilder. getKnownElements()QName[]TransportBindingBuilder. getKnownElements()QName[]TransportTokenBuilder. getKnownElements()QName[]Trust10Builder. getKnownElements()QName[]Trust13Builder. getKnownElements()QName[]UsernameTokenBuilder. getKnownElements()QName[]WSS10Builder. getKnownElements()QName[]WSS11Builder. getKnownElements()QName[]X509TokenBuilder. getKnownElements() -
Uses of QName in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return QName Modifier and Type Method Description QNameAbstractSecuredParts. getName()QNameAlgorithmSuite. getName()QNameAsymmetricBinding. getName()QNameAttachments. getName()QNameBootstrapPolicy. getName()QNameContentEncryptedElements. getName()QNameEncryptedElements. getName()QNameEncryptedParts. getName()QNameEncryptionToken. getName()QNameHttpsToken. getName()QNameInitiatorEncryptionToken. getName()QNameInitiatorSignatureToken. getName()QNameInitiatorToken. getName()QNameIssuedToken. getName()QNameKerberosToken. getName()QNameKeyValueToken. getName()QNameLayout. getName()QNameProtectionToken. getName()QNameRecipientEncryptionToken. getName()QNameRecipientSignatureToken. getName()QNameRecipientToken. getName()QNameRelToken. getName()QNameRequiredElements. getName()QNameRequiredParts. getName()QNameSamlToken. getName()QNameSecureConversationToken. getName()QNameSecurityContextToken. getName()QNameSignatureToken. getName()QNameSignedElements. getName()QNameSignedParts. getName()QNameSpnegoContextToken. getName()QNameSupportingTokens. getName()QNameSymmetricBinding. getName()QNameTransportBinding. getName()QNameTransportToken. getName()QNameTrust10. getName()QNameTrust13. getName()QNameUsernameToken. getName()QNameWss10. getName()QNameWss11. getName()QNameX509Token. getName()Method parameters in org.apache.wss4j.policy.model with type arguments of type QName Modifier and Type Method Description booleanAbstractSecurityAssertion. isAsserted(Map<QName,List<AssertionState>> assertionStatesMap)Constructors in org.apache.wss4j.policy.model with parameters of type QName Constructor Description SupportingTokens(SPConstants.SPVersion version, QName supportingTokenType, org.apache.neethi.Policy nestedPolicy) -
Uses of QName in org.apache.wss4j.policy.stax
Methods in org.apache.wss4j.policy.stax that return QName Modifier and Type Method Description QNameOperationPolicy. getOperationName()Methods in org.apache.wss4j.policy.stax that return types with arguments of type QName Modifier and Type Method Description static List<QName>PolicyUtils. getElementPath(XPath xPath)Methods in org.apache.wss4j.policy.stax with parameters of type QName Modifier and Type Method Description voidDummyPolicyAsserter. assertPolicy(QName qName)voidPolicyAsserter. assertPolicy(QName qName)voidOperationPolicy. setOperationName(QName operationName)voidDummyPolicyAsserter. unassertPolicy(QName qName, String reason)voidPolicyAsserter. unassertPolicy(QName qName, String reason)Constructors in org.apache.wss4j.policy.stax with parameters of type QName Constructor Description OperationPolicy(QName operationName) -
Uses of QName in org.apache.wss4j.policy.stax.assertionStates
Method parameters in org.apache.wss4j.policy.stax.assertionStates with type arguments of type QName Modifier and Type Method Description voidRequiredElementsAssertionState. addElement(List<QName> pathElement)voidSignedElementsAssertionState. addElement(List<QName> pathElement) -
Uses of QName in org.apache.wss4j.stax.ext
Fields in org.apache.wss4j.stax.ext with type parameters of type QName Modifier and Type Field Description static List<QName>WSSConstants. SOAP_11_BODY_PATHstatic List<QName>WSSConstants. SOAP_11_HEADER_PATHstatic List<QName>WSSConstants. SOAP_11_WSSE_SECURITY_HEADER_PATHstatic List<QName>WSSConstants. SOAP_12_BODY_PATHstatic List<QName>WSSConstants. SOAP_12_HEADER_PATHstatic List<QName>WSSConstants. SOAP_12_WSSE_SECURITY_HEADER_PATHMethods in org.apache.wss4j.stax.ext with parameters of type QName Modifier and Type Method Description voidWSSSecurityProperties. addValidator(QName qName, Validator validator)<T extends Validator>
TWSSSecurityProperties. getValidator(QName qName)Constructors in org.apache.wss4j.stax.ext with parameters of type QName Constructor Description WSSSecurePart(QName name, boolean generateXPointer, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)WSSSecurePart(QName name, boolean generateXPointer, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier, String[] transforms, String digestMethod)WSSSecurePart(QName name, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)WSSSecurePart(QName name, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier, String[] transforms, String digestMethod) -
Uses of QName in org.apache.wss4j.stax.impl
Methods in org.apache.wss4j.stax.impl that return QName Modifier and Type Method Description QNameSecurityHeaderOrder. getSecurityHeaderElementName()Constructors in org.apache.wss4j.stax.impl with parameters of type QName Constructor Description SecurityHeaderOrder(QName securityHeaderElementName, org.apache.xml.security.stax.ext.XMLSecurityConstants.Action action, boolean encrypted) -
Uses of QName in org.apache.wss4j.stax.impl.processor.input
Method parameters in org.apache.wss4j.stax.impl.processor.input with type arguments of type QName Modifier and Type Method Description protected voidWSSSignatureReferenceVerifyInputProcessor. processElementPath(List<QName> elementPath, org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain, org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType) -
Uses of QName in org.apache.wss4j.stax.impl.processor.output
Methods in org.apache.wss4j.stax.impl.processor.output with parameters of type QName Modifier and Type Method Description static voidOutputProcessorUtils. updateSecurityHeaderOrder(org.apache.xml.security.stax.ext.OutputProcessorChain outputProcessorChain, QName headerElementName, org.apache.xml.security.stax.ext.XMLSecurityConstants.Action action, boolean onTop) -
Uses of QName in org.apache.wss4j.stax.impl.resourceResolvers
Methods in org.apache.wss4j.stax.impl.resourceResolvers with parameters of type QName Modifier and Type Method Description booleanWSS4JResolverSameDocument. matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement, QName idAttributeNS)booleanWSS4JResolverXPointer. matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement, QName idAttributeNS) -
Uses of QName in org.apache.wss4j.stax.securityEvent
Methods in org.apache.wss4j.stax.securityEvent that return QName Modifier and Type Method Description QNameOperationSecurityEvent. getOperation()Methods in org.apache.wss4j.stax.securityEvent with parameters of type QName Modifier and Type Method Description voidOperationSecurityEvent. setOperation(QName operation) -
Uses of QName in org.apache.wss4j.stax.utils
Method parameters in org.apache.wss4j.stax.utils with type arguments of type QName Modifier and Type Method Description static booleanWSSUtils. isInSecurityHeader(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent, List<QName> elementPath, String actorOrRole)static booleanWSSUtils. isInSOAPBody(List<QName> elementPath)static booleanWSSUtils. isInSOAPHeader(List<QName> elementPath)static StringWSSUtils. pathAsString(List<QName> path)static booleanWSSUtils. pathMatches(List<QName> path1, List<QName> path2)static booleanWSSUtils. pathMatches(List<QName> path1, List<QName> path2, boolean lastElementWildCard) -
Uses of QName in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate that return types with arguments of type QName Modifier and Type Method Description List<QName>TokenContext. getElementPath() -
Uses of QName in org.glassfish.jaxb.core.v2.model.core
Fields in org.glassfish.jaxb.core.v2.model.core declared as QName Modifier and Type Field Description static QNameNonElement. ANYTYPE_NAMEMethods in org.glassfish.jaxb.core.v2.model.core that return QName Modifier and Type Method Description QNameElement. getElementName()Gets the element name of the class.QNameMaybeElement. getElementName()Gets the element name of the class, if the class is bound to an element.QNamePropertyInfo. getSchemaType()The effective value ofXmlSchemaTypeannotation, if any.QNameTypeRef. getTagName()The associated element name.QNameBuiltinLeafInfo. getTypeName()Gets the primary XML type ANYTYPE_NAME of the class.QNameNonElement. getTypeName()Gets the primary XML type ANYTYPE_NAME of the class.QNameAttributePropertyInfo. getXmlName()Gets the attribute name.QNameElementPropertyInfo. getXmlName()Gets the wrapper element name.QNameMapPropertyInfo. getXmlName()Gets the wrapper element name.QNameReferencePropertyInfo. getXmlName()Gets the wrapper element name.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type QName Modifier and Type Method Description Map<QName,? extends ElementInfo<T,C>>TypeInfoSet. getElementMappings(C scope)Returns allElementInfos in the given scope.Methods in org.glassfish.jaxb.core.v2.model.core with parameters of type QName Modifier and Type Method Description ElementInfo<T,C>TypeInfoSet. getElementInfo(C scope, QName name)Returns aElementInfofor the given element. -
Uses of QName in org.glassfish.jaxb.core.v2.model.util
Methods in org.glassfish.jaxb.core.v2.model.util that return QName Modifier and Type Method Description static QNameArrayInfoUtil. calcArrayTypeName(QName n)Computes the type name of the array from that of the item type.Methods in org.glassfish.jaxb.core.v2.model.util with parameters of type QName Modifier and Type Method Description static QNameArrayInfoUtil. calcArrayTypeName(QName n)Computes the type name of the array from that of the item type. -
Uses of QName in org.glassfish.jaxb.runtime
Methods in org.glassfish.jaxb.runtime that return QName Modifier and Type Method Description static QNameDatatypeConverterImpl. _parseQName(CharSequence text, NamespaceContext nsc)Deprecated.QNameDatatypeConverterImpl. parseQName(String lexicalXSDQName, NamespaceContext nsc)Deprecated.Methods in org.glassfish.jaxb.runtime with parameters of type QName Modifier and Type Method Description static StringDatatypeConverterImpl. _printQName(QName val, NamespaceContext nsc)Deprecated.StringDatatypeConverterImpl. printQName(QName val, NamespaceContext nsc)Deprecated. -
Uses of QName in org.glassfish.jaxb.runtime.api
Fields in org.glassfish.jaxb.runtime.api declared as QName Modifier and Type Field Description QNameTypeReference. tagNameThe associated XML element name that the JAX-RPC uses with this type reference.Methods in org.glassfish.jaxb.runtime.api that return QName Modifier and Type Method Description abstract QNameJAXBRIContext. getElementName(Class o)Allows to retrieve the element name based on Class.abstract QNameJAXBRIContext. getElementName(Object o)If the given object is bound to an element in XML by JAXB, returns the element name.abstract QNameJAXBRIContext. getTypeName(TypeReference tr)Returns the name of the XML Type bound to the specified Java type.Constructors in org.glassfish.jaxb.runtime.api with parameters of type QName Constructor Description TypeReference(QName tagName, Type type, Annotation... annotations) -
Uses of QName in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return QName Modifier and Type Method Description QNameBuiltinLeafInfoImpl. getElementName()Deprecated.always return null at this level.QNameClassInfoImpl. getElementName()QNameClassInfoImpl. getTypeName()QNameRuntimeBuiltinLeafInfoImpl. getTypeName(T instance)QName[]BuiltinLeafInfoImpl. getTypeNames()Returns all the type names recognized by this bean info.Constructors in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type QName Constructor Description BuiltinLeafInfoImpl(TypeT type, QName... typeNames) -
Uses of QName in org.glassfish.jaxb.runtime.v2.model.runtime
Methods in org.glassfish.jaxb.runtime.v2.model.runtime that return QName Modifier and Type Method Description QName[]RuntimeLeafInfo. getTypeNames()Returns all the type names recognized by this type for unmarshalling.Methods in org.glassfish.jaxb.runtime.v2.model.runtime that return types with arguments of type QName Modifier and Type Method Description <BeanT> Accessor<BeanT,Map<QName,String>>RuntimeClassInfo. getAttributeWildcard()IfClassInfo.hasAttributeWildcard()is true, returns the accessor to access the property.Map<QName,? extends RuntimeElementInfo>RuntimeTypeInfoSet. getElementMappings(Class scope)Methods in org.glassfish.jaxb.runtime.v2.model.runtime with parameters of type QName Modifier and Type Method Description RuntimeElementInfoRuntimeTypeInfoSet. getElementInfo(Class scope, QName name) -
Uses of QName in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return QName Modifier and Type Method Description QNameJAXBContextImpl. getElementName(Class o)QNameJAXBContextImpl. getElementName(Object o)QNameXMLSerializer. getSchemaType()QNameFilterTransducer. getTypeName(T instance)QNameJAXBContextImpl. getTypeName(TypeReference tr)QNameJaxBeanInfo. getTypeName(BeanT instance)Returns the XML type name to be used to marshal the specified instance.QNameTransducer. getTypeName(ValueT instance)Transducers implicitly work against a single XML type, but sometimes (most notablyXMLGregorianCalendar, an instance may choose different XML types.QNameXMLSerializer. setSchemaType(QName st)QNameName. toQName()Creates aQNamefrom this.Methods in org.glassfish.jaxb.runtime.v2.runtime that return types with arguments of type QName Modifier and Type Method Description Collection<QName>JaxBeanInfo. getTypeNames()Returns XML Schema type names if the bean is mapped from a complex/simple type of XML Schema.Set<QName>JAXBContextImpl. getValidRootNames()Returns the set of valid root tag names.Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type QName Modifier and Type Method Description NameNameBuilder. createAttributeName(QName name)NameNameBuilder. createElementName(QName name)ElementBeanInfoImplJAXBContextImpl. getElement(Class scope, QName name)JaxBeanInfoJAXBContextImpl. getGlobalType(QName name)Gets theJaxBeanInfofor the given named XML Schema type.StringJAXBContextImpl. getNearestTypeName(QName name)Finds a type name that this context recognizes which is "closest" to the given type name.QNameXMLSerializer. setSchemaType(QName st)Method parameters in org.glassfish.jaxb.runtime.v2.runtime with type arguments of type QName Modifier and Type Method Description voidXMLSerializer. attWildcardAsAttributes(Map<QName,String> attributes, String fieldName)voidXMLSerializer. attWildcardAsURIs(Map<QName,String> attributes, String fieldName)Constructors in org.glassfish.jaxb.runtime.v2.runtime with parameters of type QName Constructor Description JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)For that has multiple type names.JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)For that has one type name.SchemaTypeTransducer(Transducer<V> core, QName schemaType) -
Uses of QName in org.glassfish.jaxb.runtime.v2.runtime.property
Fields in org.glassfish.jaxb.runtime.v2.runtime.property declared as QName Modifier and Type Field Description static QNameStructureLoaderBuilder. CATCH_ALLMagicQNameused to store a handler for the rest of the elements.static QNameStructureLoaderBuilder. TEXT_HANDLERMagicQNameused to store a handler for the text. -
Uses of QName in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return QName Modifier and Type Method Description QNameTagName. createQName()CreatesQName.Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return types with arguments of type QName Modifier and Type Method Description Collection<QName>UnmarshallingContext. getCurrentExpectedAttributes()Allows to access attributes which are expected in current state.Collection<QName>UnmarshallingContext. getCurrentExpectedElements()Allows to access elements which are expected in current state.Collection<QName>LeafPropertyXsiLoader. getExpectedAttributes()Collection<QName>Loader. getExpectedAttributes()Returns a set of tag names expected as possible child elements in this context.Collection<QName>StructureLoader. getExpectedAttributes()Collection<QName>XsiNilLoader. getExpectedAttributes()Collection<QName>XsiTypeLoader. getExpectedAttributes()Collection<QName>LeafPropertyXsiLoader. getExpectedChildElements()Collection<QName>Loader. getExpectedChildElements()Returns a set of tag names expected as possible child elements in this context.Collection<QName>StructureLoader. getExpectedChildElements()Collection<QName>XsiNilLoader. getExpectedChildElements()Method parameters in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with type arguments of type QName Modifier and Type Method Description voidStructureLoader. init(JAXBContextImpl context, ClassBeanInfoImpl beanInfo, Accessor<?,Map<QName,String>> attWildcard)Completes the initialization. -
Uses of QName in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type QName Modifier and Type Method Description voidXmlSchemaGenerator. add(QName tagName, boolean isNillable, NonElement<T,C> type)Adds an additional element declaration. -
Uses of QName in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
Methods in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema with parameters of type QName Modifier and Type Method Description ComplexRestrictionComplexRestriction. base(QName value)ExtensionTypeExtensionType. base(QName value)SimpleRestrictionModelSimpleRestrictionModel. base(QName value)ListList. itemType(QName value)UnionUnion. memberTypes(QName[] value)LocalAttributeLocalAttribute. ref(QName value)LocalElementLocalElement. ref(QName value)TopLevelElementTopLevelElement. substitutionGroup(QName value)AttributeTypeAttributeType. type(QName value)ElementElement. type(QName value) -
Uses of QName in org.glassfish.jaxb.runtime.v2.util
Methods in org.glassfish.jaxb.runtime.v2.util that return QName Modifier and Type Method Description QNameQNameMap.Entry. createQName()Creates a new QName object fromQNameMap.Entry.nsUriandQNameMap.Entry.localName.Methods in org.glassfish.jaxb.runtime.v2.util that return types with arguments of type QName Modifier and Type Method Description Collection<QName>QNameMap. keySet()Methods in org.glassfish.jaxb.runtime.v2.util with parameters of type QName Modifier and Type Method Description VQNameMap. get(QName name)voidQNameMap. put(QName name, V value) -
Uses of QName in org.hibernate.validator.internal.xml
Methods in org.hibernate.validator.internal.xml with parameters of type QName Modifier and Type Method Description protected Optional<String>AbstractStaxBuilder. readAttribute(StartElement startElement, QName qName)Reads a value of an attribute of a given element. -
Uses of QName in org.jboss.resteasy.plugins.providers.atom.app
Methods in org.jboss.resteasy.plugins.providers.atom.app that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>AppCommonAttributes. getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. -
Uses of QName in org.jboss.ws.api.addressing
Fields in org.jboss.ws.api.addressing declared as QName Modifier and Type Field Description static QNameAddressingConstants.Core.Elements. ACTION_QNAMEstatic QNameAddressingConstants.Metadata.Attributes. ACTION_QNAMEstatic QNameAddressingConstants.Core.Faults. ACTIONMISMATCH_QNAMEstatic QNameAddressingConstants.Core.Faults. ACTIONNOTSUPPORTED_QNAMEstatic QNameAddressingConstants.Core.Elements. ADDRESS_QNAMEstatic QNameAddressingConstants.Metadata.Elements. ADDRESSING_QNAMEstatic QNameAddressingConstants.Metadata.Elements. ANONYMOUSRESPONSES_QNAMEstatic QNameAddressingConstants.Core.Faults. DESTINATIONUNREACHABLE_QNAMEstatic QNameAddressingConstants.Core.Faults. DUPLICATEMESSAGEID_QNAMEstatic QNameAddressingConstants.Metadata.Attributes. ENDPOINTNAME_QNAMEstatic QNameAddressingConstants.Core.Elements. ENDPOINTREFERENCE_QNAMEstatic QNameAddressingConstants.Core.Faults. ENDPOINTUNAVAILABLE_QNAMEstatic QNameAddressingConstants.Core.Elements. FAULTTO_QNAMEstatic QNameAddressingConstants.Core.Elements. FROM_QNAMEstatic QNameAddressingConstants.Metadata.Elements. INTERFACENAME_QNAMEstatic QNameAddressingConstants.Core.Faults. INVALIDADDRESS_QNAMEstatic QNameAddressingConstants.Core.Faults. INVALIDADDRESSINGHEADER_QNAMEstatic QNameAddressingConstants.Core.Faults. INVALIDCARDINALITY_QNAMEstatic QNameAddressingConstants.Core.Faults. INVALIDEPR_QNAMEstatic QNameAddressingConstants.Core.Attributes. ISREFERENCEPARAMETER_QNAMEstatic QNameAddressingConstants.Core.Faults. MESSAGEADDRESSINGHEADERREQUIRED_QNAMEstatic QNameAddressingConstants.Core.Elements. MESSAGEID_QNAMEstatic QNameAddressingConstants.Core.Elements. METADATA_QNAMEstatic QNameAddressingConstants.Core.Faults. MISSINGADDRESSINEPR_QNAMEstatic QNameAddressingConstants.Metadata.Elements. NONANONYMOUSRESPONSES_QNAMEstatic QNameAddressingConstants.Core.Elements. PROBLEMACTION_QNAMEstatic QNameAddressingConstants.Core.Elements. PROBLEMHEADERQNAME_QNAMEstatic QNameAddressingConstants.Core.Elements. PROBLEMIRI_QNAMEstatic QNameAddressingConstants.Core.Elements. REFERENCEPARAMETERS_QNAMEstatic QNameAddressingConstants.Core.Elements. RELATESTO_QNAMEstatic QNameAddressingConstants.Core.Attributes. RELATIONSHIPTYPE_QNAMEstatic QNameAddressingConstants.Core.Elements. REPLYTO_QNAMEstatic QNameAddressingConstants.Core.Elements. RETRYAFTER_QNAMEstatic QNameAddressingConstants.Metadata.Elements. SERVICENAME_QNAMEstatic QNameAddressingConstants.Core.Elements. SOAPACTION_QNAMEstatic QNameAddressingConstants.Core.Elements. TO_QNAMEMethods in org.jboss.ws.api.addressing that return QName Modifier and Type Method Description QNameMAPRelatesTo. getType()Methods in org.jboss.ws.api.addressing with parameters of type QName Modifier and Type Method Description MAPRelatesToMAPBuilder. newRelatesTo(String id, QName type)Creates a newMAPRelatesToinstance -
Uses of QName in org.jboss.ws.api.handler
Methods in org.jboss.ws.api.handler that return types with arguments of type QName Modifier and Type Method Description Set<QName>GenericSOAPHandler. getHeaders()Gets the header blocks that can be processed by this Handler instance.Method parameters in org.jboss.ws.api.handler with type arguments of type QName Modifier and Type Method Description voidGenericSOAPHandler. setHeaders(Set<QName> headers)Sets the header blocks that can be processed by this Handler instance. -
Uses of QName in org.jboss.ws.api.monitoring
Methods in org.jboss.ws.api.monitoring that return QName Modifier and Type Method Description QNameRecord. getOperation()Gets the invoked operationMethods in org.jboss.ws.api.monitoring with parameters of type QName Modifier and Type Method Description voidRecord. setOperation(QName operation)Sets the record's operation -
Uses of QName in org.jboss.ws.api.util
Methods in org.jboss.ws.api.util that return QName Modifier and Type Method Description static QNameDOMUtils. getAttributeValueAsQName(Element el, String attrName)Get the qname value from the given attributestatic QNameDOMUtils. getAttributeValueAsQName(Element el, QName attrName)Get the qname value from the given attributestatic QNameDOMUtils. getElementQName(Element el)Get the qname of the given node.static QNameDOMUtils. resolveQName(Element el, String qualifiedName)Transform the given qualified name into a QNameMethods in org.jboss.ws.api.util that return types with arguments of type QName Modifier and Type Method Description static Map<QName,String>DOMUtils. getAttributes(Element el)Get the attributes as Map<QName, String>Methods in org.jboss.ws.api.util with parameters of type QName Modifier and Type Method Description static StringDOMUtils. getAttributeValue(Element el, QName attrName)Get the value from the given attributestatic booleanDOMUtils. getAttributeValueAsBoolean(Element el, QName attrName)Get the boolean value from the given attributestatic IntegerDOMUtils. getAttributeValueAsInteger(Element el, QName attrName)Get the integer value from the given attributestatic QNameDOMUtils. getAttributeValueAsQName(Element el, QName attrName)Get the qname value from the given attributestatic Iterator<Element>DOMUtils. getChildElements(Node node, QName nodeName)Gets the child element for a given qnamestatic Iterator<Element>DOMUtils. getChildElements(Node node, QName nodeName, boolean recursive)Gets the child element for a given qnamestatic List<Element>DOMUtils. getChildElementsAsList(Node node, QName nodeName)static List<Element>DOMUtils. getChildElementsAsList(Node node, QName nodeName, boolean recursive)static ElementDOMUtils. getFirstChildElement(Node node, QName nodeName)Gets the first child element for a given qnamestatic ElementDOMUtils. getFirstChildElement(Node node, QName nodeName, boolean recursive)Gets the first child element for a given qname -
Uses of QName in org.jboss.wsf.stack.cxf.client
Methods in org.jboss.wsf.stack.cxf.client with parameters of type QName Modifier and Type Method Description ServiceDelegateProviderImpl. createServiceDelegate(URL url, QName qname, Class cls)ServiceDelegateProviderImpl. createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class serviceClass, WebServiceFeature... features) -
Uses of QName in org.jboss.wsf.stack.cxf.extensions.addressing.map
Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map that return QName Modifier and Type Method Description QNameCXFMAPRelatesTo. getType()Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map with parameters of type QName Modifier and Type Method Description MAPRelatesToCXFMAPBuilder. newRelatesTo(String id, QName type)voidCXFMAPRelatesTo. setType(QName type) -
Uses of QName in org.jboss.wsf.stack.cxf.i18n
Methods in org.jboss.wsf.stack.cxf.i18n with parameters of type QName Modifier and Type Method Description RuntimeExceptionMessages_$bundle. cannotPublishWSDLTo(QName serviceName, File file, Throwable cause)RuntimeExceptionMessages. cannotPublishWSDLTo(QName serviceName, File file, Throwable cause)voidLoggers_$logger. overridePortName(String id, QName portName, QName newPortName)voidLoggers. overridePortName(String id, QName portName, QName newPortName)voidLoggers_$logger. overrideServiceName(String id, QName serviceName, QName newServiceName)voidLoggers. overrideServiceName(String id, QName serviceName, QName newServiceName) -
Uses of QName in org.jvnet.staxex
Methods in org.jvnet.staxex that return QName Modifier and Type Method Description QNameStAxSOAPBody.Payload. getPayloadQName()Retrieve payload qname without materializing its contentsMethods in org.jvnet.staxex with parameters of type QName Modifier and Type Method Description StringStAxSOAPBody.Payload. getPayloadAttributeValue(QName qName)Retrieve payload attribute value without materializing its contents -
Uses of QName in org.jvnet.staxex.util
Methods in org.jvnet.staxex.util that return QName Modifier and Type Method Description QNameDOMStreamReader. getAttributeName(int index)Return an attribute's qname.QNameDOMStreamReader. getName()Return an element's qname. -
Uses of QName in org.wildfly.client.config._private
-
Uses of QName in org.wildfly.security.auth.client._private
Methods in org.wildfly.security.auth.client._private with parameters of type QName Modifier and Type Method Description ConfigXMLParseExceptionElytronMessages_$logger. xmlInvalidPortNumber(XMLStreamReader reader, String attributeValue, String attributeName, QName elementName)ConfigXMLParseExceptionElytronMessages. xmlInvalidPortNumber(XMLStreamReader reader, String attributeValue, String attributeName, QName elementName)
-