|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QName in javax.xml.namespace |
Methods in javax.xml.namespace that return QName | |
static QName |
QName.valueOf(java.lang.String s)
Returns a QName holding the value of the specified String. |
Uses of QName in org.apache.woden |
Methods in org.apache.woden that return QName | |
QName |
XMLElement.getQName()
Return the qualified name of this element. |
QName |
XMLElement.getQName(java.lang.String prefixedValue)
Return the qualified name from the specified prefixed value. |
Uses of QName in org.apache.woden.ant |
Methods in org.apache.woden.ant with parameters of type QName | |
void |
CmBaseWriter.write(java.lang.String tag,
QName qname)
|
static int |
CmBaseWriter.compareQName(QName q1,
QName q2)
|
Uses of QName in org.apache.woden.internal |
Methods in org.apache.woden.internal that return QName | |
protected QName |
OMXMLElement.doGetQName()
|
protected QName |
OMXMLElement.doGetQName(java.lang.String prefixedValue)
|
protected QName |
DOMXMLElement.doGetQName()
|
protected QName |
DOMXMLElement.doGetQName(java.lang.String prefixedValue)
|
QName |
BaseXMLElement.getQName()
|
protected abstract QName |
BaseXMLElement.doGetQName()
|
QName |
BaseXMLElement.getQName(java.lang.String prefixedValue)
|
protected abstract QName |
BaseXMLElement.doGetQName(java.lang.String prefixedValue)
|
Uses of QName in org.apache.woden.internal.schema |
Fields in org.apache.woden.internal.schema declared as QName | |
static QName |
SchemaConstants.Q_ATTR_ID
|
static QName |
SchemaConstants.Q_ELEM_XSD_1999
|
static QName |
SchemaConstants.Q_ELEM_XSD_2000
|
static QName |
SchemaConstants.Q_ELEM_XSD_2001
|
static QName |
SchemaConstants.Q_ELEM_IMPORT_XSD_1999
|
static QName |
SchemaConstants.Q_ELEM_IMPORT_XSD_2000
|
static QName |
SchemaConstants.Q_ELEM_IMPORT_XSD_2001
|
static QName |
SchemaConstants.Q_ELEM_INCLUDE_XSD_1999
|
static QName |
SchemaConstants.Q_ELEM_INCLUDE_XSD_2000
|
static QName |
SchemaConstants.Q_ELEM_INCLUDE_XSD_2001
|
static QName |
SchemaConstants.Q_ELEM_REDEFINE_XSD_1999
|
static QName |
SchemaConstants.Q_ELEM_REDEFINE_XSD_2000
|
static QName |
SchemaConstants.Q_ELEM_REDEFINE_XSD_2001
|
Uses of QName in org.apache.woden.internal.util |
Methods in org.apache.woden.internal.util with parameters of type QName | |
static boolean |
QNameUtils.matches(QName qname,
XMLElement xmlElement)
|
Uses of QName in org.apache.woden.internal.util.dom |
Methods in org.apache.woden.internal.util.dom that return QName | |
static QName |
DOMUtils.getQName(java.lang.String prefixedValue,
org.w3c.dom.Element contextEl)
|
static QName |
DOMUtils.getQName(java.lang.String prefixedValue,
org.w3c.dom.Element contextEl,
DescriptionElement desc)
|
static QName |
DOMQNameUtils.newQName(org.w3c.dom.Node node)
|
Methods in org.apache.woden.internal.util.dom with parameters of type QName | |
static boolean |
DOMQNameUtils.matches(QName qname,
org.w3c.dom.Node node)
|
Uses of QName in org.apache.woden.internal.util.om |
Methods in org.apache.woden.internal.util.om that return QName | |
static QName |
OMUtils.getQName(java.lang.String prefixedValue,
org.apache.axiom.om.OMElement contextEl)
|
static QName |
OMQNameUtils.newQName(org.apache.axiom.om.OMElement element)
|
Methods in org.apache.woden.internal.util.om with parameters of type QName | |
static boolean |
OMQNameUtils.matches(QName qname,
org.apache.axiom.om.OMElement element)
|
Uses of QName in org.apache.woden.internal.wsdl20 |
Fields in org.apache.woden.internal.wsdl20 declared as QName | |
static QName |
Constants.Q_ELEM_DESCRIPTION
|
static QName |
Constants.Q_ELEM_DOCUMENTATION
|
static QName |
Constants.Q_ELEM_IMPORT
|
static QName |
Constants.Q_ELEM_INCLUDE
|
static QName |
Constants.Q_ELEM_TYPES
|
static QName |
Constants.Q_ELEM_INTERFACE
|
static QName |
Constants.Q_ELEM_BINDING
|
static QName |
Constants.Q_ELEM_SERVICE
|
static QName |
Constants.Q_ELEM_FAULT
|
static QName |
Constants.Q_ELEM_OPERATION
|
static QName |
Constants.Q_ELEM_INPUT
|
static QName |
Constants.Q_ELEM_OUTPUT
|
static QName |
Constants.Q_ELEM_INFAULT
|
static QName |
Constants.Q_ELEM_OUTFAULT
|
static QName |
Constants.Q_ELEM_ENDPOINT
|
static QName |
Constants.Q_ATTR_REQUIRED
|
Methods in org.apache.woden.internal.wsdl20 that return QName | |
QName |
TypeDefinitionImpl.getName()
|
QName |
ServiceImpl.getName()
|
QName |
ServiceImpl.getInterfaceName()
|
QName |
InterfaceOperationImpl.getName()
|
QName |
InterfaceMessageReferenceImpl.getElementName()
|
QName |
InterfaceImpl.getName()
|
QName[] |
InterfaceImpl.getExtendedInterfaceNames()
|
QName |
InterfaceFaultReferenceImpl.getRef()
|
QName |
InterfaceFaultImpl.getName()
|
QName |
InterfaceFaultImpl.getElementName()
|
QName |
EndpointImpl.getBindingName()
|
QName |
ElementDeclarationImpl.getName()
|
QName |
BindingOperationImpl.getRef()
|
QName |
BindingImpl.getName()
|
QName |
BindingImpl.getInterfaceName()
|
QName |
BindingFaultReferenceImpl.getRef()
|
QName |
BindingFaultImpl.getRef()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type QName | |
void |
WSDLElementImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
XMLAttr |
WSDLElementImpl.getExtensionAttribute(QName attrType)
|
ExtensionElement[] |
WSDLElementImpl.getExtensionElementsOfType(QName elemType)
|
org.apache.ws.commons.schema.XmlSchemaElement |
TypesImpl.getElementDeclaration(QName qname)
|
org.apache.ws.commons.schema.XmlSchemaType |
TypesImpl.getTypeDefinition(QName qname)
|
void |
TypeDefinitionImpl.setName(QName name)
|
void |
ServiceImpl.setInterfaceName(QName qname)
|
void |
InterfaceMessageReferenceImpl.setElementName(QName element)
|
Interface |
InterfaceImpl.getExtendedInterface(QName qname)
|
InterfaceFault |
InterfaceImpl.getInterfaceFault(QName faultName)
|
InterfaceFault |
InterfaceImpl.getFromAllInterfaceFaults(QName faultName)
|
InterfaceOperation |
InterfaceImpl.getInterfaceOperation(QName operName)
|
InterfaceOperation |
InterfaceImpl.getFromAllInterfaceOperations(QName operName)
|
void |
InterfaceImpl.addExtendedInterfaceName(QName interfaceName)
|
void |
InterfaceImpl.removeExtendedInterfaceName(QName interfaceName)
|
InterfaceElement |
InterfaceImpl.getExtendedInterfaceElement(QName interfaceName)
|
InterfaceFaultElement |
InterfaceImpl.getInterfaceFaultElement(QName faultName)
|
InterfaceOperationElement |
InterfaceImpl.getInterfaceOperationElement(QName operName)
|
void |
InterfaceFaultReferenceImpl.setRef(QName faultQName)
|
void |
InterfaceFaultImpl.setElementName(QName qname)
|
void |
EndpointImpl.setBindingName(QName qname)
|
void |
ElementDeclarationImpl.setName(QName name)
|
Interface |
DescriptionImpl.getInterface(QName name)
|
Binding |
DescriptionImpl.getBinding(QName name)
|
Service |
DescriptionImpl.getService(QName name)
|
ElementDeclaration |
DescriptionImpl.getElementDeclaration(QName qname)
|
TypeDefinition |
DescriptionImpl.getTypeDefinition(QName qname)
|
void |
BindingOperationImpl.setRef(QName qname)
|
void |
BindingImpl.setInterfaceName(QName qname)
|
BindingFaultElement |
BindingImpl.getBindingFaultElementWithRef(QName qname)
|
BindingOperationElement |
BindingImpl.getBindingOperationElementWithRef(QName qname)
|
void |
BindingFaultReferenceImpl.setRef(QName qname)
|
void |
BindingFaultImpl.setRef(QName qname)
|
Uses of QName in org.apache.woden.internal.wsdl20.extensions |
Fields in org.apache.woden.internal.wsdl20.extensions declared as QName | |
static QName |
ExtensionConstants.Q_ATTR_SAFE
|
Methods in org.apache.woden.internal.wsdl20.extensions that return QName | |
QName |
ExtensionElementImpl.getExtensionType()
|
Methods in org.apache.woden.internal.wsdl20.extensions with parameters of type QName | |
void |
ExtensionElementImpl.setExtensionType(QName qname)
|
ExtensionElement[] |
ElementExtensibleImpl.getExtensionElementsOfType(QName extType)
|
void |
AttributeExtensibleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
XMLAttr |
AttributeExtensibleImpl.getExtensionAttribute(QName attrType)
|
Uses of QName in org.apache.woden.internal.wsdl20.extensions.http |
Fields in org.apache.woden.internal.wsdl20.extensions.http declared as QName | |
static QName |
HTTPConstants.Q_ELEM_HTTP_HEADER
|
static QName |
HTTPConstants.Q_ATTR_AUTHENTICATION_REALM
|
static QName |
HTTPConstants.Q_ATTR_AUTHENTICATION_SCHEME
|
static QName |
HTTPConstants.Q_ATTR_CODE
|
static QName |
HTTPConstants.Q_ATTR_COOKIES
|
static QName |
HTTPConstants.Q_ATTR_FAULT_SERIALIZATION
|
static QName |
HTTPConstants.Q_ATTR_IGNORE_UNCITED
|
static QName |
HTTPConstants.Q_ATTR_INPUT_SERIALIZATION
|
static QName |
HTTPConstants.Q_ATTR_LOCATION
|
static QName |
HTTPConstants.Q_ATTR_METHOD
|
static QName |
HTTPConstants.Q_ATTR_METHOD_DEFAULT
|
static QName |
HTTPConstants.Q_ATTR_OUTPUT_SERIALIZATION
|
static QName |
HTTPConstants.Q_ATTR_QUERY_PARAMETER_SEPARATOR
|
static QName |
HTTPConstants.Q_ATTR_QUERY_PARAMETER_SEPARATOR_DEFAULT
|
static QName |
HTTPConstants.Q_ATTR_CONTENT_ENCODING
|
static QName |
HTTPConstants.Q_ATTR_CONTENT_ENCODING_DEFAULT
|
Methods in org.apache.woden.internal.wsdl20.extensions.http that return QName | |
QName |
HTTPHeaderImpl.getTypeName()
|
QName |
HTTPHeaderImpl.getExtensionType()
|
Methods in org.apache.woden.internal.wsdl20.extensions.http with parameters of type QName | |
void |
HTTPHeaderImpl.setTypeName(QName qname)
|
void |
HTTPHeaderImpl.setExtensionType(QName qname)
|
void |
HTTPHeaderImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
XMLAttr |
HTTPHeaderImpl.getExtensionAttribute(QName attrType)
|
ExtensionElement[] |
HTTPHeaderImpl.getExtensionElementsOfType(QName extType)
|
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of QName in org.apache.woden.internal.wsdl20.extensions.rpc |
Fields in org.apache.woden.internal.wsdl20.extensions.rpc declared as QName | |
static QName |
RPCConstants.Q_ATTR_RPC_SIGNATURE
|
Uses of QName in org.apache.woden.internal.wsdl20.extensions.soap |
Fields in org.apache.woden.internal.wsdl20.extensions.soap declared as QName | |
static QName |
SOAPConstants.Q_ELEM_SOAP_MODULE
|
static QName |
SOAPConstants.Q_ELEM_SOAP_HEADER
|
static QName |
SOAPConstants.Q_ATTR_SOAP_VERSION
|
static QName |
SOAPConstants.Q_ATTR_SOAP_PROTOCOL
|
static QName |
SOAPConstants.Q_ATTR_SOAP_MEPDEFAULT
|
static QName |
SOAPConstants.Q_ATTR_SOAP_CODE
|
static QName |
SOAPConstants.Q_ATTR_SOAP_SUBCODES
|
static QName |
SOAPConstants.Q_ATTR_SOAP_MEP
|
static QName |
SOAPConstants.Q_ATTR_SOAP_ACTION
|
Methods in org.apache.woden.internal.wsdl20.extensions.soap that return QName | |
QName |
SOAPModuleImpl.getExtensionType()
|
QName |
SOAPHeaderBlockImpl.getElementName()
|
QName |
SOAPHeaderBlockImpl.getExtensionType()
|
Methods in org.apache.woden.internal.wsdl20.extensions.soap with parameters of type QName | |
void |
SOAPModuleImpl.setExtensionType(QName qname)
|
void |
SOAPModuleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
XMLAttr |
SOAPModuleImpl.getExtensionAttribute(QName attrType)
|
ExtensionElement[] |
SOAPModuleImpl.getExtensionElementsOfType(QName extType)
|
ExtensionElement |
SOAPModuleDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg)
|
void |
SOAPHeaderBlockImpl.setElementName(QName qname)
|
void |
SOAPHeaderBlockImpl.setExtensionType(QName qname)
|
void |
SOAPHeaderBlockImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
XMLAttr |
SOAPHeaderBlockImpl.getExtensionAttribute(QName attrType)
|
ExtensionElement[] |
SOAPHeaderBlockImpl.getExtensionElementsOfType(QName extType)
|
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of QName in org.apache.woden.internal.xml |
Fields in org.apache.woden.internal.xml declared as QName | |
protected QName |
XMLAttrImpl.fAttrType
|
Methods in org.apache.woden.internal.xml that return QName | |
QName |
XMLAttrImpl.getAttributeType()
|
QName |
QNameOrTokenAnyAttrImpl.getQName()
|
QName[] |
QNameListOrTokenAnyAttrImpl.getQNames()
|
QName[] |
QNameListAttrImpl.getQNames()
|
QName |
QNameAttrImpl.getQName()
|
Methods in org.apache.woden.internal.xml with parameters of type QName | |
void |
XMLAttrImpl.init(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue)
|
Constructors in org.apache.woden.internal.xml with parameters of type QName | |
XMLAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
URIAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
TokenAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
StringAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
QNameListAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
QNameAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
BooleanAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
ArgumentArrayAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
Uses of QName in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return QName | |
QName |
TypeDefinition.getName()
Representing the {name} property of the TypeDefinition component, this method returns the qualified name of this TypeDefinition. |
QName |
Service.getName()
Returns the qualified name representing the {name} property of this Service. |
QName |
InterfaceOperation.getName()
Returns the qualified name representing the {name} property of this InterfaceOperation. |
QName |
InterfaceFault.getName()
Returns the qualified name representing the {name} property of this InterfaceFault. |
QName |
Interface.getName()
Returns the qualified name representing the {name} property of this Interface. |
QName |
ElementDeclaration.getName()
Representing the {name} property of the ElementDeclaration component, this method returns the qualified name of this ElementDeclaration. |
QName |
Binding.getName()
Returns a QName representing the {name} property of the Binding component. |
Methods in org.apache.woden.wsdl20 with parameters of type QName | |
Interface |
Interface.getExtendedInterface(QName interfaceName)
Return the named Interface from the {extended interfaces} property of this Interface. |
InterfaceFault |
Interface.getInterfaceFault(QName faultName)
Returns the InterfaceFault with the specified name from the {interface faults} property of this Interface. |
InterfaceFault |
Interface.getFromAllInterfaceFaults(QName faultName)
Returns the InterfaceFault with the specified name from the set of all InterfaceFaults available to this Interface, which includes those declared by this Interface and those defined by any Interfaces it extends, directly or indirectly. |
InterfaceOperation |
Interface.getInterfaceOperation(QName operName)
Returns the InterfaceOperation with the specified name from the {interface operations} property of this Interface. |
InterfaceOperation |
Interface.getFromAllInterfaceOperations(QName operName)
Returns the InterfaceOperation with the specified name from the set of all InterfaceOperations available to this Interface, which includes those declared by this Interface and those defined by any Interfaces it extends, directly or indirectly. |
Interface |
Description.getInterface(QName name)
Returns an Interface with the specified name from the {interfaces} property of this Description. |
Binding |
Description.getBinding(QName name)
Returns a Binding with the specified name from the {bindings} property of this Description. |
Service |
Description.getService(QName name)
Returns a Service with the specified name from the {services} property of this Description. |
ElementDeclaration |
Description.getElementDeclaration(QName name)
Returns the ElementDeclaration with the specified name from the set of ElementDeclarations represented by the {element declarations} property of this Description. |
TypeDefinition |
Description.getTypeDefinition(QName name)
Returns the TypeDefinition with the specified name from the set of TypeDefinitions represented by the {type definitions} property of this Description. |
Uses of QName in org.apache.woden.wsdl20.extensions |
Fields in org.apache.woden.wsdl20.extensions declared as QName | |
protected QName |
UnknownExtensionElement.elementQN
|
Methods in org.apache.woden.wsdl20.extensions that return QName | |
QName |
UnknownExtensionElement.getExtensionType()
Get the type of this extensibility element. |
QName |
ExtensionElement.getExtensionType()
|
Methods in org.apache.woden.wsdl20.extensions with parameters of type QName | |
void |
UnknownExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
|
void |
UnknownExtensionElement.setExtensionType(QName elementQN)
Set the type of this extensibility element. |
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
void |
ExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter. |
void |
ExtensionRegistry.registerSerializer(java.lang.Class parentType,
QName elementType,
ExtensionSerializer es)
Declare that the specified serializer should be used to serialize all extensibility elements with a qname matching elementQN, when encountered as children of the specified parentType. |
void |
ExtensionRegistry.registerDeserializer(java.lang.Class parentType,
QName elementType,
ExtensionDeserializer ed)
Declare that the specified deserializer should be used to deserialize all extensibility elements with a qname matching elementQN, when encountered as immediate children of the element represented by the specified parentType. |
ExtensionSerializer |
ExtensionRegistry.querySerializer(java.lang.Class parentType,
QName elementType)
Look up the serializer to use for the extensibility element with the qname elementQN, which was encountered as a child of the specified parentType. |
ExtensionDeserializer |
ExtensionRegistry.queryDeserializer(java.lang.Class parentType,
QName elementType)
Look up the deserializer for the extensibility element with the qname elementQN, which was encountered as an immediate child of the element represented by the specified parentType. |
java.lang.Class |
ExtensionRegistry.queryExtElementType(java.lang.Class parentClass,
QName elemQN)
Look up the type of the extensibility element with the specified qname, which was defined as a child of the element represented by the specified parent class. |
void |
ExtensionRegistry.registerExtElementType(java.lang.Class parentType,
QName elementType,
java.lang.Class extensionType)
Declare that the specified extensionType is the concrete class which should be used to represent extensibility elements with qnames matching elementQN, that are intended to exist as children of the specified parentType. |
ExtensionElement |
ExtensionRegistry.createExtElement(java.lang.Class parentType,
QName elementType)
Create an instance of the type which was declared to be used to represent extensibility elements with qnames matching elementQN, when intended to exist as children of the specified parentType. |
void |
ExtensionRegistry.registerExtAttributeType(java.lang.Class ownerClass,
QName attrQName,
java.lang.Class attrClass)
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. |
java.lang.Class |
ExtensionRegistry.queryExtAttributeType(java.lang.Class parentClass,
QName attrQN)
Look up the type of the extensibility attribute with the specified qname, which was defined on an element represented by the specified parent class. |
XMLAttr |
ExtensionRegistry.createExtAttribute(java.lang.Class ownerClass,
QName attrQName)
|
void |
ExtensionElement.setExtensionType(QName qname)
|
ExtensionElement |
ExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensionElement interface. |
ExtensionElement[] |
ElementExtensible.getExtensionElementsOfType(QName extType)
|
void |
AttributeExtensible.setExtensionAttribute(QName attrType,
XMLAttr attr)
Store the extension attribute object identified by the QName. |
XMLAttr |
AttributeExtensible.getExtensionAttribute(QName attrType)
Return the extension attribute with this QName. |
Uses of QName in org.apache.woden.wsdl20.extensions.http |
Methods in org.apache.woden.wsdl20.extensions.http that return QName | |
QName |
HTTPHeaderElement.getTypeName()
|
Methods in org.apache.woden.wsdl20.extensions.http with parameters of type QName | |
void |
HTTPHeaderElement.setTypeName(QName qname)
|
Uses of QName in org.apache.woden.wsdl20.extensions.rpc |
Methods in org.apache.woden.wsdl20.extensions.rpc that return QName | |
QName |
Argument.getName()
|
Constructors in org.apache.woden.wsdl20.extensions.rpc with parameters of type QName | |
Argument(QName name,
Direction direction)
|
Uses of QName in org.apache.woden.wsdl20.extensions.soap |
Methods in org.apache.woden.wsdl20.extensions.soap that return QName | |
QName |
SOAPHeaderBlockElement.getElementName()
|
QName[] |
SOAPFaultSubcodes.getQNames()
|
QName |
SOAPFaultCode.getQName()
|
Methods in org.apache.woden.wsdl20.extensions.soap with parameters of type QName | |
void |
SOAPHeaderBlockElement.setElementName(QName qname)
Set the QName that identifies the Schema element declaration relating to this soap header. |
Constructors in org.apache.woden.wsdl20.extensions.soap with parameters of type QName | |
SOAPFaultSubcodes(QName[] subcodeQNs)
|
|
SOAPFaultCode(QName codeQN)
|
Uses of QName in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return QName | |
QName |
ServiceElement.getName()
Return the qualified name of this ServiceElement, which consists of its local name and the targetNamespace of the enclosing DescriptionElement. |
QName |
ServiceElement.getInterfaceName()
Return the name of the InterfaceElement referred to by this ServiceElement. |
QName |
InterfaceOperationElement.getName()
Return the qualified name of this InterfaceOperationElement, which consists of its local name and the targetNamespace of the enclosing DescriptionElement. |
QName |
InterfaceMessageReferenceElement.getElementName()
Return the name of the global schema element declaration referred to by this InterfaceMessageReferenceElement. |
QName |
InterfaceFaultReferenceElement.getRef()
Return the name of the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement. |
QName |
InterfaceFaultElement.getName()
Return the qualified name of this InterfaceFaultElement, which consists of its local name and the targetNamespace of the enclosing DescriptionElement. |
QName |
InterfaceFaultElement.getElementName()
Return the name of the global schema element declaration referred to by this InterfaceFaultElement. |
QName |
InterfaceElement.getName()
Return the qualified name of this InterfaceElement, which consists of its local name and the targetNamespace of the parent DescriptionElement. |
QName[] |
InterfaceElement.getExtendedInterfaceNames()
Return the qualified names of the InterfaceElements that this InterfaceElement extends. |
QName |
EndpointElement.getBindingName()
Return the name of the BindingElement referred to by this EndpointElement. |
QName |
BindingOperationElement.getRef()
Return the name of the InterfaceOperationElement referred to by this BindingOperationElement. |
QName |
BindingFaultReferenceElement.getRef()
Return the name of the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement. |
QName |
BindingFaultElement.getRef()
Return the name of the InterfaceFaultElement referred to by this BindingFaultElement. |
QName |
BindingElement.getName()
Return the qualified name of this BindingElement, which consists of its local name and the targetNamespace of the parent DescriptionElement. |
QName |
BindingElement.getInterfaceName()
Return the name of the InterfaceElement referred to by this BindingElement. |
Methods in org.apache.woden.wsdl20.xml with parameters of type QName | |
void |
ServiceElement.setInterfaceName(QName interfaceName)
Specify the name of the InterfaceElement referred to by this ServiceElement. |
void |
InterfaceMessageReferenceElement.setElementName(QName elementName)
Specify the name of the global schema element declaration referred to by this InterfaceMessageReferenceElement. |
void |
InterfaceFaultReferenceElement.setRef(QName faultName)
Specify the name of the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement. |
void |
InterfaceFaultElement.setElementName(QName elementName)
Specify the name of the global schema element declaration referred to by this InterfaceFaultElement. |
void |
InterfaceElement.addExtendedInterfaceName(QName interfaceName)
Add the named InterfaceElement to the set of InterfaceElements that this InterfaceElement extends. |
void |
InterfaceElement.removeExtendedInterfaceName(QName interfaceName)
Remove the named InterfaceElement from the set of InterfaceElements that this InterfaceElement extends. |
InterfaceElement |
InterfaceElement.getExtendedInterfaceElement(QName interfaceName)
Return the named InterfaceElement from the set of IntefaceElements extended by this InterfaceElement. |
InterfaceFaultElement |
InterfaceElement.getInterfaceFaultElement(QName faultName)
Return the named InterfaceFaultElement from the set of InterfaceFaultElements defined directly within this InterfaceElement. |
InterfaceOperationElement |
InterfaceElement.getInterfaceOperationElement(QName operName)
Return the named InterfaceOperationElement from the set of InterfaceOperationElements defined directly within this InterfaceElement. |
void |
EndpointElement.setBindingName(QName bindingName)
Specify the name of the BindingElement referred to by this EndpointElement. |
void |
BindingOperationElement.setRef(QName operName)
Specify the name of the InterfaceOperationElement referred to by this BindingOperationElement. |
void |
BindingFaultReferenceElement.setRef(QName faultRefName)
Specify the name of the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement. |
void |
BindingFaultElement.setRef(QName faultName)
Specify the name of the InterfaceFaultElement referred to by this BindingFaultElement. |
void |
BindingElement.setInterfaceName(QName interfaceName)
Specify the name of the InterfaceElement referred to by this BindingElement. |
Uses of QName in org.apache.woden.xml |
Methods in org.apache.woden.xml that return QName | |
QName |
XMLAttr.getAttributeType()
|
QName |
UnknownAttr.getAttributeType()
|
QName |
QNameOrTokenAttr.getQName()
|
QName[] |
QNameListOrTokenAttr.getQNames()
|
QName[] |
QNameListAttr.getQNames()
|
QName |
QNameAttr.getQName()
|
Methods in org.apache.woden.xml with parameters of type QName | |
void |
XMLAttr.init(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue)
Take the external string form of the attribute and initialize its internal object representation. |
void |
UnknownAttr.init(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |