|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLAttr in org.apache.woden.internal.wsdl20 |
Methods in org.apache.woden.internal.wsdl20 that return XMLAttr | |
XMLAttr |
WSDLElementImpl.getExtensionAttribute(QName attrType)
|
XMLAttr[] |
WSDLElementImpl.getExtensionAttributesForNamespace(java.net.URI namespace)
|
XMLAttr[] |
WSDLElementImpl.getExtensionAttributes()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type XMLAttr | |
void |
WSDLElementImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
Uses of XMLAttr in org.apache.woden.internal.wsdl20.extensions |
Methods in org.apache.woden.internal.wsdl20.extensions that return XMLAttr | |
XMLAttr |
AttributeExtensibleImpl.getExtensionAttribute(QName attrType)
|
XMLAttr[] |
AttributeExtensibleImpl.getExtensionAttributesForNamespace(java.net.URI namespace)
|
XMLAttr[] |
AttributeExtensibleImpl.getExtensionAttributes()
|
Methods in org.apache.woden.internal.wsdl20.extensions with parameters of type XMLAttr | |
void |
AttributeExtensibleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
Uses of XMLAttr in org.apache.woden.internal.wsdl20.extensions.http |
Methods in org.apache.woden.internal.wsdl20.extensions.http that return XMLAttr | |
XMLAttr |
HTTPHeaderImpl.getExtensionAttribute(QName attrType)
|
XMLAttr[] |
HTTPHeaderImpl.getExtensionAttributesForNamespace(java.net.URI namespace)
|
XMLAttr[] |
HTTPHeaderImpl.getExtensionAttributes()
|
Methods in org.apache.woden.internal.wsdl20.extensions.http with parameters of type XMLAttr | |
void |
HTTPHeaderImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
Uses of XMLAttr in org.apache.woden.internal.wsdl20.extensions.soap |
Methods in org.apache.woden.internal.wsdl20.extensions.soap that return XMLAttr | |
XMLAttr |
SOAPModuleImpl.getExtensionAttribute(QName attrType)
|
XMLAttr[] |
SOAPModuleImpl.getExtensionAttributesForNamespace(java.net.URI namespace)
|
XMLAttr[] |
SOAPModuleImpl.getExtensionAttributes()
|
XMLAttr |
SOAPHeaderBlockImpl.getExtensionAttribute(QName attrType)
|
XMLAttr[] |
SOAPHeaderBlockImpl.getExtensionAttributesForNamespace(java.net.URI namespace)
|
XMLAttr[] |
SOAPHeaderBlockImpl.getExtensionAttributes()
|
Methods in org.apache.woden.internal.wsdl20.extensions.soap with parameters of type XMLAttr | |
void |
SOAPModuleImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
void |
SOAPHeaderBlockImpl.setExtensionAttribute(QName attrType,
XMLAttr attr)
|
Uses of XMLAttr in org.apache.woden.internal.xml |
Classes in org.apache.woden.internal.xml that implement XMLAttr | |
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. |
Uses of XMLAttr in org.apache.woden.wsdl20.extensions |
Methods in org.apache.woden.wsdl20.extensions that return XMLAttr | |
XMLAttr |
ExtensionRegistry.createExtAttribute(java.lang.Class ownerClass,
QName attrQName)
|
XMLAttr |
AttributeExtensible.getExtensionAttribute(QName attrType)
Return the extension attribute with this QName. |
XMLAttr[] |
AttributeExtensible.getExtensionAttributesForNamespace(java.net.URI namespace)
Return the extension attributes from this namespace. |
XMLAttr[] |
AttributeExtensible.getExtensionAttributes()
Return all extension attributes. |
Methods in org.apache.woden.wsdl20.extensions with parameters of type XMLAttr | |
void |
AttributeExtensible.setExtensionAttribute(QName attrType,
XMLAttr attr)
Store the extension attribute object identified by the QName. |
Uses of XMLAttr in org.apache.woden.xml |
Subinterfaces of XMLAttr in org.apache.woden.xml | |
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. |
Classes in org.apache.woden.xml that implement XMLAttr | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |