Modifier and Type | Method and Description |
---|---|
static QName |
QName.valueOf(String s)
Returns a QName holding the value of the specified String.
|
Modifier and Type | Method and Description |
---|---|
QName |
XMLElement.getQName()
Return the qualified name of this element.
|
QName |
XMLElement.getQName(String prefixedValue)
Return the qualified name from the specified prefixed value.
|
Modifier and Type | Method and Description |
---|---|
protected QName |
OMXMLElement.doGetQName() |
protected QName |
DOMXMLElement.doGetQName() |
protected abstract QName |
BaseXMLElement.doGetQName() |
protected QName |
OMXMLElement.doGetQName(String prefixedValue) |
protected QName |
DOMXMLElement.doGetQName(String prefixedValue) |
protected abstract QName |
BaseXMLElement.doGetQName(String prefixedValue) |
QName |
BaseXMLElement.getQName() |
QName |
BaseXMLElement.getQName(String prefixedValue) |
Modifier and Type | Field and Description |
---|---|
static QName |
SchemaConstants.Q_ATTR_ID |
static QName |
SchemaConstants.Q_ELEM_SCHEMA |
static QName |
SchemaConstants.Q_ELEM_SCHEMA_IMPORT |
Modifier and Type | Method and Description |
---|---|
static QName |
DOMQNameUtils.newQName(Node node) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DOMQNameUtils.matches(QName qname,
Node node) |
static void |
DOMUtils.printQualifiedAttribute(String name,
QName value,
WSDLElement elem,
PrintWriter pw)
Prints attributes with qualified names.
|
Modifier and Type | Method and Description |
---|---|
static QName |
OMQNameUtils.newQName(org.apache.axiom.om.OMElement element) |
Modifier and Type | Method and Description |
---|---|
static boolean |
OMQNameUtils.matches(QName qname,
org.apache.axiom.om.OMElement element) |
static void |
OMUtils.printQualifiedAttribute(String name,
QName value,
WSDLElement elem,
PrintWriter pw) |
Modifier and Type | Field and Description |
---|---|
static QName |
Constants.Q_ATTR_REQUIRED |
static QName |
Constants.Q_ELEM_BINDING |
static QName |
Constants.Q_ELEM_DEFINITIONS |
static QName |
Constants.Q_ELEM_DESCRIPTION |
static QName |
Constants.Q_ELEM_DOCUMENTATION |
static QName |
Constants.Q_ELEM_ENDPOINT |
static QName |
Constants.Q_ELEM_FAULT |
static QName |
Constants.Q_ELEM_IMPORT |
static QName |
Constants.Q_ELEM_INCLUDE |
static QName |
Constants.Q_ELEM_INFAULT |
static QName |
Constants.Q_ELEM_INPUT |
static QName |
Constants.Q_ELEM_INTERFACE |
static QName |
Constants.Q_ELEM_OPERATION |
static QName |
Constants.Q_ELEM_OUTFAULT |
static QName |
Constants.Q_ELEM_OUTPUT |
static QName |
Constants.Q_ELEM_SERVICE |
static QName |
Constants.Q_ELEM_TYPES |
Modifier and Type | Method and Description |
---|---|
QName |
EndpointImpl.getBindingName() |
QName[] |
InterfaceImpl.getExtendedInterfaceNames() |
QName |
ServiceImpl.getInterfaceName() |
QName |
BindingImpl.getInterfaceName() |
QName |
TypeDefinitionImpl.getName() |
QName |
ServiceImpl.getName() |
QName |
InterfaceImpl.getName() |
QName |
BindingImpl.getName() |
QName |
InterfaceFaultImpl.getName() |
QName |
ElementDeclarationImpl.getName() |
QName |
InterfaceOperationImpl.getName() |
QName |
BindingFaultReferenceImpl.getRef() |
QName |
InterfaceFaultReferenceImpl.getRef() |
QName |
BindingFaultImpl.getRef() |
QName |
BindingOperationImpl.getRef() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceImpl.addExtendedInterfaceName(QName interfaceName) |
Binding |
DescriptionImpl.getBinding(QName name) |
BindingFaultElement |
BindingImpl.getBindingFaultElementWithRef(QName qname) |
BindingOperationElement |
BindingImpl.getBindingOperationElementWithRef(QName qname) |
org.apache.ws.commons.schema.XmlSchemaElement |
TypesImpl.getElementDeclaration(QName qname) |
ElementDeclaration |
DescriptionImpl.getElementDeclaration(QName qname) |
Interface |
InterfaceImpl.getExtendedInterface(QName qname) |
InterfaceElement |
InterfaceImpl.getExtendedInterfaceElement(QName interfaceName) |
XMLAttr |
WSDLElementImpl.getExtensionAttribute(QName attrType) |
ExtensionElement[] |
WSDLElementImpl.getExtensionElementsOfType(QName elemType) |
InterfaceFault |
InterfaceImpl.getFromAllInterfaceFaults(QName faultName) |
InterfaceOperation |
InterfaceImpl.getFromAllInterfaceOperations(QName operName) |
Interface |
DescriptionImpl.getInterface(QName name) |
InterfaceFault |
InterfaceImpl.getInterfaceFault(QName faultName) |
InterfaceFaultElement |
InterfaceImpl.getInterfaceFaultElement(QName faultName) |
InterfaceOperation |
InterfaceImpl.getInterfaceOperation(QName operName) |
InterfaceOperationElement |
InterfaceImpl.getInterfaceOperationElement(QName operName) |
Service |
DescriptionImpl.getService(QName name) |
org.apache.ws.commons.schema.XmlSchemaType |
TypesImpl.getTypeDefinition(QName qname) |
TypeDefinition |
DescriptionImpl.getTypeDefinition(QName qname) |
void |
InterfaceImpl.removeExtendedInterfaceName(QName interfaceName) |
void |
EndpointImpl.setBindingName(QName qname) |
void |
WSDLElementImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
void |
ServiceImpl.setInterfaceName(QName qname) |
void |
BindingImpl.setInterfaceName(QName qname) |
void |
TypeDefinitionImpl.setName(QName name) |
void |
ElementDeclarationImpl.setName(QName name) |
void |
BindingFaultReferenceImpl.setRef(QName qname) |
void |
InterfaceFaultReferenceImpl.setRef(QName faultQName) |
void |
BindingFaultImpl.setRef(QName qname) |
void |
BindingOperationImpl.setRef(QName qname) |
Modifier and Type | Method and Description |
---|---|
QName |
ExtensionElementImpl.getExtensionType() |
Modifier and Type | Method and Description |
---|---|
XMLAttr |
AttributeExtensibleImpl.getExtensionAttribute(QName attrType) |
ExtensionElement[] |
ElementExtensibleImpl.getExtensionElementsOfType(QName extType) |
void |
AttributeExtensibleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
void |
ExtensionElementImpl.setExtensionType(QName qname) |
Modifier and Type | Method and Description |
---|---|
QName |
HTTPHeaderImpl.getExtensionType() |
QName |
HTTPHeaderImpl.getTypeName() |
Modifier and Type | Method and Description |
---|---|
XMLAttr |
HTTPHeaderImpl.getExtensionAttribute(QName attrType) |
ExtensionElement[] |
HTTPHeaderImpl.getExtensionElementsOfType(QName extType) |
void |
HTTPHeaderImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
void |
HTTPHeaderImpl.setExtensionType(QName qname) |
void |
HTTPHeaderImpl.setTypeName(QName qname) |
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPHeaderBlockImpl.getElementName() |
QName |
SOAPHeaderBlockImpl.getExtensionType() |
QName |
SOAPModuleImpl.getExtensionType() |
Modifier and Type | Method and Description |
---|---|
XMLAttr |
SOAPHeaderBlockImpl.getExtensionAttribute(QName attrType) |
XMLAttr |
SOAPModuleImpl.getExtensionAttribute(QName attrType) |
ExtensionElement[] |
SOAPHeaderBlockImpl.getExtensionElementsOfType(QName extType) |
ExtensionElement[] |
SOAPModuleImpl.getExtensionElementsOfType(QName extType) |
void |
SOAPHeaderBlockImpl.setElementName(QName qname) |
void |
SOAPHeaderBlockImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
void |
SOAPModuleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
void |
SOAPHeaderBlockImpl.setExtensionType(QName qname) |
void |
SOAPModuleImpl.setExtensionType(QName qname) |
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
SOAPModuleDeserializer.unmarshall(Class parentType,
Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLDocumentValidator.testAssertionSchema1066(DescriptionElement descElement,
QName qualifiedName,
ErrorReporter errorReporter)
Test assertion Schema-1066.
|
Modifier and Type | Method and Description |
---|---|
QName |
XMLAttrImpl.getAttributeType() |
QName |
QNameOrTokenAnyAttrImpl.getQName() |
QName |
QNameAttrImpl.getQName() |
QName[] |
QNameListAttrImpl.getQNames() |
QName[] |
QNameListOrTokenAnyAttrImpl.getQNames() |
Modifier and Type | Method and Description |
---|---|
QName |
QNameTokenUnion.getQName()
Returns the QName if it exists otherwise null.
|
Constructor and Description |
---|
QNameTokenUnion(QName qname)
Constructs a QNameTokenUnion as a 'QName' type with the specified qname value.
|
Modifier and Type | Method and Description |
---|---|
QName |
InterfaceFault.getName()
Returns the qualified name representing the {name} property of this InterfaceFault.
|
QName |
Service.getName()
Returns the qualified name representing the {name} property of this Service.
|
QName |
TypeDefinition.getName()
Representing the {name} property of the TypeDefinition component, this
method returns the qualified name of this TypeDefinition.
|
QName |
Binding.getName()
Returns a QName representing the {name} property of the Binding component.
|
QName |
InterfaceOperation.getName()
Returns the qualified name representing the {name} property of this InterfaceOperation.
|
QName |
ElementDeclaration.getName()
Representing the {name} property of the ElementDeclaration component, this
method returns the qualified name of this ElementDeclaration.
|
QName |
Interface.getName()
Returns the qualified name representing the {name} property of this Interface.
|
Modifier and Type | Method and Description |
---|---|
Binding |
Description.getBinding(QName name)
Returns a Binding with the specified name from the {bindings} 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.
|
Interface |
Interface.getExtendedInterface(QName interfaceName)
Return the named Interface from the {extended interfaces} 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.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.
|
InterfaceFault |
Interface.getInterfaceFault(QName faultName)
Returns the InterfaceFault with the specified name from the {interface faults}
property of this Interface.
|
InterfaceOperation |
Interface.getInterfaceOperation(QName operName)
Returns the InterfaceOperation with the specified name from the {interface operations}
property of this Interface.
|
Service |
Description.getService(QName name)
Returns a Service with the specified name from the {services} 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.
|
Modifier and Type | Field and Description |
---|---|
protected QName |
UnknownExtensionElement.elementQN |
static QName |
WSDLExtensionConstants.Q_ATTR_SAFE |
Modifier and Type | Method and Description |
---|---|
QName |
ExtensionElement.getExtensionType() |
QName |
UnknownExtensionElement.getExtensionType()
Get the type of this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
XMLAttr |
ExtensionRegistry.createExtAttribute(Class ownerClass,
QName attrQName,
XMLElement ownerElement,
String attrValue) |
ExtensionElement |
ExtensionRegistry.createExtElement(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.
|
XMLAttr |
AttributeExtensible.getExtensionAttribute(QName attrType)
Return the extension attribute with this QName.
|
ExtensionElement[] |
ElementExtensible.getExtensionElementsOfType(QName extType) |
void |
ExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void |
UnknownExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionDeserializer |
ExtensionRegistry.queryDeserializer(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.
|
Class |
ExtensionRegistry.queryExtAttributeType(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.
|
Class |
ExtensionRegistry.queryExtElementType(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.
|
ExtensionSerializer |
ExtensionRegistry.querySerializer(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.
|
void |
ExtensionRegistry.registerDeserializer(Class parentType,
QName elementType,
ExtensionDeserializer ed)
Declare that the specified deserializer should be used to deserialize
all extensibility elements with a qname matching elementQN, when
encountered as immediate children of the element represented by the
specified parentType.
|
void |
ExtensionRegistry.registerExtAttributeType(Class ownerClass,
QName attrQName,
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.
|
void |
ExtensionRegistry.registerExtElementType(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 elementQN, that are intended to exist as
children of the specified parentType.
|
void |
ExtensionRegistry.registerSerializer(Class parentType,
QName elementType,
ExtensionSerializer es)
Declare that the specified serializer should be used to serialize
all extensibility elements with a qname matching elementQN, when
encountered as children of the specified parentType.
|
void |
AttributeExtensible.setExtensionAttribute(QName attrType,
XMLAttr attr)
Store the extension attribute object identified by the QName.
|
void |
ExtensionElement.setExtensionType(QName qname) |
void |
UnknownExtensionElement.setExtensionType(QName elementQN)
Set the type of this extensibility element.
|
ExtensionElement |
ExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes
which implement the ExtensionElement interface.
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Field and Description |
---|---|
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_CONTENT_ENCODING |
static QName |
HTTPConstants.Q_ATTR_CONTENT_ENCODING_DEFAULT |
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_ELEM_HTTP_HEADER |
Modifier and Type | Method and Description |
---|---|
QName |
HTTPHeaderElement.getTypeName() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPHeaderElement.setTypeName(QName qname) |
Modifier and Type | Field and Description |
---|---|
static QName |
RPCConstants.Q_ATTR_RPC_SIGNATURE |
Modifier and Type | Method and Description |
---|---|
QName |
Argument.getName() |
Constructor and Description |
---|
Argument(QName name,
Direction direction) |
Modifier and Type | Field and Description |
---|---|
static QName |
SOAPConstants.Q_ATTR_SOAP_ACTION |
static QName |
SOAPConstants.Q_ATTR_SOAP_CODE |
static QName |
SOAPConstants.Q_ATTR_SOAP_MEP |
static QName |
SOAPConstants.Q_ATTR_SOAP_MEPDEFAULT |
static QName |
SOAPConstants.Q_ATTR_SOAP_PROTOCOL |
static QName |
SOAPConstants.Q_ATTR_SOAP_SUBCODES |
static QName |
SOAPConstants.Q_ATTR_SOAP_VERSION |
static QName |
SOAPConstants.Q_ELEM_SOAP_HEADER |
static QName |
SOAPConstants.Q_ELEM_SOAP_MODULE |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPHeaderBlockElement.getElementName() |
QName |
SOAPFaultCode.getQName() |
QName[] |
SOAPFaultSubcodes.getQNames() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderBlockElement.setElementName(QName qname)
Set the QName that identifies the Schema element declaration
relating to this soap header.
|
Constructor and Description |
---|
SOAPFaultCode(QName codeQN) |
SOAPFaultSubcodes(QName[] subcodeQNs) |
Modifier and Type | Method and Description |
---|---|
QName |
FragmentIdentifier.prefixQNameNamespace(QName qname)
Returns a QName prefixed from the map of local namespaces and prefixes.
|
Modifier and Type | Method and Description |
---|---|
NCName |
FragmentIdentifier.getXmlNamespacePrefix(QName qname)
Returns the prefix for the Xml namespace of the QName in the XPointer.
|
QName |
FragmentIdentifier.prefixQNameNamespace(QName qname)
Returns a QName prefixed from the map of local namespaces and prefixes.
|
Constructor and Description |
---|
BindingFaultPart(NCName binding,
QName fault)
Constructs a BindingFaultPart class from the values given.
|
BindingFaultReferencePart(NCName binding,
QName operation,
NCName message,
QName fault)
Constructs an BindingFaultReferencePart class from the values given.
|
BindingMessageReferencePart(NCName binding,
QName operation,
NCName message)
Constructs a BindingMessageReferencePart class from the values given.
|
BindingOperationPart(NCName binding,
QName operation)
Constructs a BindingOperationPart class from the values given.
|
ElementDeclarationPart(QName element)
Constructs a ElementDeclarationPart class for an Element Declaration component with another type system.
|
ElementDeclarationPart(QName element,
URI system)
Constructs a ElementDeclarationPart class for an Element Declaration component with an XMLScheme type system.
|
InterfaceFaultReferencePart(NCName interfaceName,
NCName operation,
NCName message,
QName fault)
Constructs a InterfaceFaultReferencePart class from the values given.
|
TypeDefinitionPart(QName type)
Constructs an TypeDefinitionPart class for an Type Definition component with another type system.
|
TypeDefinitionPart(QName type,
URI system)
Constructs a TypeDefinitionPart class for an Type Definition component with an XMLScheme type system.
|
Modifier and Type | Method and Description |
---|---|
QName |
EndpointElement.getBindingName()
Return the name of the BindingElement referred to by this EndpointElement.
|
QName[] |
InterfaceElement.getExtendedInterfaceNames()
Return the qualified names of the InterfaceElements that this InterfaceElement extends.
|
QName |
BindingElement.getInterfaceName()
Return the name of the InterfaceElement referred to by this BindingElement.
|
QName |
ServiceElement.getInterfaceName()
Return the name of the InterfaceElement referred to by this ServiceElement.
|
QName |
InterfaceElement.getName()
Return the qualified name of this InterfaceElement, which consists of its
local name and the targetNamespace of the parent DescriptionElement.
|
QName |
InterfaceOperationElement.getName()
Return the qualified name of this InterfaceOperationElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
|
QName |
InterfaceFaultElement.getName()
Return the qualified name of this InterfaceFaultElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
|
QName |
BindingElement.getName()
Return the qualified name of this BindingElement, which consists of its
local name and the targetNamespace of the parent DescriptionElement.
|
QName |
ServiceElement.getName()
Return the qualified name of this ServiceElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
|
QName |
BindingOperationElement.getRef()
Return the name of the InterfaceOperationElement referred to by this BindingOperationElement.
|
QName |
BindingFaultElement.getRef()
Return the name of the InterfaceFaultElement referred to by this BindingFaultElement.
|
QName |
BindingFaultReferenceElement.getRef()
Return the name of the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
|
QName |
InterfaceFaultReferenceElement.getRef()
Return the name of the InterfaceFaultElement referred to by this
InterfaceFaultReferenceElement.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceElement.addExtendedInterfaceName(QName interfaceName)
Add the named InterfaceElement to 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 |
InterfaceElement.removeExtendedInterfaceName(QName interfaceName)
Remove the named InterfaceElement from the set of InterfaceElements that this
InterfaceElement extends.
|
void |
EndpointElement.setBindingName(QName bindingName)
Specify the name of the BindingElement referred to by this EndpointElement.
|
void |
BindingElement.setInterfaceName(QName interfaceName)
Specify the name of the InterfaceElement referred to by this BindingElement.
|
void |
ServiceElement.setInterfaceName(QName interfaceName)
Specify the name of the InterfaceElement referred to by this ServiceElement.
|
void |
BindingOperationElement.setRef(QName operName)
Specify the name of the InterfaceOperationElement referred to by this BindingOperationElement.
|
void |
BindingFaultElement.setRef(QName faultName)
Specify the name of the InterfaceFaultElement referred to by this BindingFaultElement.
|
void |
BindingFaultReferenceElement.setRef(QName faultRefName)
Specify the name of the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
|
void |
InterfaceFaultReferenceElement.setRef(QName faultName)
Specify the name of the InterfaceFaultElement referred to by this
InterfaceFaultReferenceElement.
|
Modifier and Type | Method and Description |
---|---|
QName |
XMLAttr.getAttributeType() |
QName |
UnknownAttr.getAttributeType() |
QName |
QNameOrTokenAttr.getQName() |
QName |
QNameAttr.getQName() |
QName[] |
QNameListOrTokenAttr.getQNames() |
QName[] |
QNameListAttr.getQNames() |
Constructor and Description |
---|
UnknownAttr(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.