Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printExtensibilityAttributes(XMLAttr[] attrExts,
WSDLElement ownerElem,
PrintWriter pw)
Serialize the printExtensibilityAttributess of the WSDL element model.
|
protected void |
DOMWSDLWriter.printExtensibilityAttributes(XMLAttr[] attrExts,
WSDLElement ownerElem,
PrintWriter pw)
Serialize the printExtensibilityAttributess of the WSDL element model.
|
Modifier and Type | Method and Description |
---|---|
XMLAttr |
WSDLElementImpl.getExtensionAttribute(QName attrType) |
XMLAttr[] |
WSDLElementImpl.getExtensionAttributes() |
XMLAttr[] |
WSDLElementImpl.getExtensionAttributesForNamespace(URI namespace) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLElementImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
Modifier and Type | Method and Description |
---|---|
XMLAttr |
AttributeExtensibleImpl.getExtensionAttribute(QName attrType) |
XMLAttr[] |
AttributeExtensibleImpl.getExtensionAttributes() |
XMLAttr[] |
AttributeExtensibleImpl.getExtensionAttributesForNamespace(URI namespace) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeExtensibleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
Modifier and Type | Method and Description |
---|---|
XMLAttr |
HTTPHeaderImpl.getExtensionAttribute(QName attrType) |
XMLAttr[] |
HTTPHeaderImpl.getExtensionAttributes() |
XMLAttr[] |
HTTPHeaderImpl.getExtensionAttributesForNamespace(URI namespace) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPHeaderImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
Modifier and Type | Method and Description |
---|---|
XMLAttr |
SOAPHeaderBlockImpl.getExtensionAttribute(QName attrType) |
XMLAttr |
SOAPModuleImpl.getExtensionAttribute(QName attrType) |
XMLAttr[] |
SOAPHeaderBlockImpl.getExtensionAttributes() |
XMLAttr[] |
SOAPModuleImpl.getExtensionAttributes() |
XMLAttr[] |
SOAPHeaderBlockImpl.getExtensionAttributesForNamespace(URI namespace) |
XMLAttr[] |
SOAPModuleImpl.getExtensionAttributesForNamespace(URI namespace) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderBlockImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
void |
SOAPModuleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr) |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentArrayAttrImpl
This class represents an XML attribute information items whose type is a list
of pairs (xs:QName, xs:token) that obey the contraints of wrpc:signature as
defined in Part 2 of the WSDL 2.0 spec.
|
class |
BooleanAttrImpl
This class represents XML attribute information items of type xs:boolean.
|
class |
HTTPAuthenticationSchemeAttrImpl
This class implements the whttp:authenticationScheme attribute.
|
class |
IntOrTokenAnyAttrImpl
This class represents XML attribute information items of type
'Union of xs:int, xs:token #any', for example the
whttp:code extension attribute of binding <fault>.
|
class |
QNameAttrImpl
This class represents XML attribute information items of type xs:QName.
|
class |
QNameListAttrImpl
This class represents XML attribute information items of type xs:list of QNames.
|
class |
QNameListOrTokenAnyAttrImpl
This class represents XML attribute information items of type
Union of list of QName or xs:token #any . |
class |
QNameOrTokenAnyAttrImpl
This class represents XML attribute information items of type
Union of QName or xs:token #any . |
class |
StringAttrImpl
This class represents XML attribute information items of type xs:string.
|
class |
TokenAttrImpl
This class represents XML attribute information items of type xs:token.
|
class |
URIAttrImpl
This class represents XML attribute information items of type xs:anyURI.
|
class |
XMLAttrImpl
This is an abstract superclass for all classes representing different
types of XML attribute information items.
|
Modifier and Type | Method and Description |
---|---|
XMLAttr |
ExtensionRegistry.createExtAttribute(Class ownerClass,
QName attrQName,
XMLElement ownerElement,
String attrValue) |
XMLAttr |
AttributeExtensible.getExtensionAttribute(QName attrType)
Return the extension attribute with this QName.
|
XMLAttr[] |
AttributeExtensible.getExtensionAttributes()
Return all extension attributes.
|
XMLAttr[] |
AttributeExtensible.getExtensionAttributesForNamespace(URI namespace)
Return the extension attributes from this namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeExtensible.setExtensionAttribute(QName attrType,
XMLAttr attr)
Store the extension attribute object identified by the QName.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArgumentArrayAttr
This interface represents an XML attribute information items whose type
is a list of pairs (xs:QName, xs:token) that obey the contraints of
wrpc:signature as defined in Part 2 of the WSDL 2.0 spec.
|
interface |
BooleanAttr
This interface represents XML attribute information items of type xs:boolean.
|
interface |
HTTPAuthenticationSchemeAttr
This interface represents the value of the whttp:authenticationScheme
attribute.
|
interface |
IntOrTokenAttr
This interface represents XML attribute information items of type
'Union of xs:int, xs:token', for example
the whttp:code extension attribute of binding <fault>.
|
interface |
QNameAttr
This interface represents XML attribute information items of type xs:QName.
|
interface |
QNameListAttr
This interface represents XML attribute information items of type
xs:list of QNames.
|
interface |
QNameListOrTokenAttr
This interface represents XML attribute information items of type
'Union of list of xs:QName or xs:token', for example
the wsoap:subcodes extension attribute of binding <fault>.
|
interface |
QNameOrTokenAttr
This interface represents XML attribute information items of type
'Union of xs:QName or xs:token', for example
the wsoap:code extension attribute of binding <fault>.
|
interface |
StringAttr
This interface represents XML attribute information items of type xs:string.
|
interface |
TokenAttr
This interface represents XML attribute information items of type xs:token.
|
interface |
URIAttr
This interface represents XML attribute information items of type xs:anyURI.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownAttr
This class represents extension attributes (those not in the WSDL namespace)
that do not have a Java type registered in the Extension Registry.
|
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.