- GenericExtensionProperty - Class in org.apache.woden.wsdl20.extensions
-
This class implements the ExtensionProperty interface to provide a
generic representation of a component extension property.
- GenericExtensionProperty(String, URI, Object) - Constructor for class org.apache.woden.wsdl20.extensions.GenericExtensionProperty
-
This public constructor stores the extension property's name, namespace and
content.
- getAddress() - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- getAddress() - Method in interface org.apache.woden.wsdl20.Endpoint
-
Returns a URI that represents the {address} property of this Endpoint.
- getAddress() - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Return the URI representing the endpoint address of this EndpointElement.
- getAllInterfaceFaults() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getAllInterfaceFaults() - Method in interface org.apache.woden.wsdl20.Interface
-
Returns the set of all InterfaceFault components available to this Interface,
which includes those declared by this Interface and those defined by any Interfaces
it extends, directly or indirectly.
- getAllInterfaceOperations() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getAllInterfaceOperations() - Method in interface org.apache.woden.wsdl20.Interface
-
Returns the set of all InterfaceOperation components available to this Interface,
which includes those declared by this Interface and those defined by the Interfaces
it extends, directly or indirectly.
- getAllowableExtensions(Class) - Method in class org.apache.woden.wsdl20.extensions.ExtensionRegistry
-
TODO make the return val typesafe, and create similar method for ext attrs.
- getArgumentArray() - Method in class org.apache.woden.internal.xml.ArgumentArrayAttrImpl
-
- getArgumentArray() - Method in interface org.apache.woden.xml.ArgumentArrayAttr
-
- getAttribute(Element, String) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
Returns the value of an attribute of an element.
- getAttribute(Element, String, List) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
Returns the value of an attribute of an element.
- getAttribute(OMElement, String) - Static method in class org.apache.woden.internal.util.om.OMUtils
-
Returns the value of an attribute of an element.
- getAttributeNS(Element, String, String) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
Returns the value of an attribute of an element.
- getAttributes(Element) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
Returns a list of attributes of an element.
- getAttributeType() - Method in class org.apache.woden.internal.xml.XMLAttrImpl
-
- getAttributeType() - Method in class org.apache.woden.xml.UnknownAttr
-
- getAttributeType() - Method in interface org.apache.woden.xml.XMLAttr
-
- getAttributeValue(String) - Method in class org.apache.woden.internal.BaseXMLElement
-
- getAttributeValue(String) - Method in interface org.apache.woden.XMLElement
-
Returns the value of the specified attribute or null if it is not found.
- getBaseURI() - Method in class org.apache.woden.internal.BaseWSDLSource
-
- getBaseURI() - Method in interface org.apache.woden.WSDLSource
-
- getBinding(QName) - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getBinding() - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- getBinding(QName) - Method in interface org.apache.woden.wsdl20.Description
-
Returns a Binding with the specified name from the {bindings} property of this
Description.
- getBinding() - Method in interface org.apache.woden.wsdl20.Endpoint
-
Represents the {binding} property of the Endpoint component.
- getBindingElement() - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- getBindingElement() - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Return the BindingElement referred to by this EndpointElement.
- getBindingElements() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getBindingElements() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of BindingElements within this DescriptionElement.
- getBindingFaultElements() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getBindingFaultElements() - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Return the set of BindingFaultElements within this BindingElement.
- getBindingFaultElementWithRef(QName) - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getBindingFaultReferenceElements() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getBindingFaultReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.BindingOperationElement
-
Return the set of BindingFaultReferenceElements within this BindingOperationElement.
- getBindingFaultReferences() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getBindingFaultReferences() - Method in interface org.apache.woden.wsdl20.BindingOperation
-
Represents the {binding fault references} property of the BindingOperation component.
- getBindingFaults() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getBindingFaults() - Method in interface org.apache.woden.wsdl20.Binding
-
Represents the {binding faults} property of the Binding component.
- getBindingMessageReferenceElements() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getBindingMessageReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.BindingOperationElement
-
Return the set of BindingMessageReferenceElements within this BindingOperationElement.
- getBindingMessageReferences() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getBindingMessageReferences() - Method in interface org.apache.woden.wsdl20.BindingOperation
-
Represents the {binding message references} property of the BindingOperation component.
- getBindingName() - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- getBindingName() - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Return the name of the BindingElement referred to by this EndpointElement.
- getBindingOperationElements() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getBindingOperationElements() - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Return the set of BindingOperationElements within this BindingElement
This equates to the set of <operation> elements within the <binding> element.
- getBindingOperationElementWithRef(QName) - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getBindingOperations() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getBindingOperations() - Method in interface org.apache.woden.wsdl20.Binding
-
Represents the {binding operations} property of the Binding component.
- getBindings() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getBindings() - Method in interface org.apache.woden.wsdl20.Description
-
Represents the {bindings} property of the Description component.
- getBoolean() - Method in class org.apache.woden.internal.xml.BooleanAttrImpl
-
- getBoolean() - Method in interface org.apache.woden.xml.BooleanAttr
-
- getChildCharacterData(Element) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
Concat all the text and cdata node children of this elem and return
the resulting text.
- getChildElements() - Method in class org.apache.woden.internal.BaseXMLElement
-
- getChildElements() - Method in interface org.apache.woden.XMLElement
-
Return an array of the child elements of this element or
an empty array if no siblings are found.
- getChildSequence() - Method in class org.apache.woden.xpointer.ElementPointerPart
-
Returns the child sequence of this Element PointerPart.
- getClassName(Class) - Static method in class org.apache.woden.internal.util.StringUtils
-
- getCode() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPErrorStatusCode
-
- getColumnNumber() - Method in interface org.apache.woden.ErrorLocator
-
- getColumnNumber() - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
- getComponentExtensionContext(URI) - Method in class org.apache.woden.internal.wsdl20.WSDLComponentImpl
-
- getComponentExtensionContext(URI) - Method in interface org.apache.woden.wsdl20.WSDLComponent
-
Returns the ComponentExtensionContext object that provides access to this WSDL component's
extension properties from the specified namespace.
- getContent() - Method in class org.apache.woden.internal.wsdl20.DocumentationImpl
-
- getContent() - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- getContent() - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- getContent() - Method in class org.apache.woden.internal.xml.XMLAttrImpl
-
- getContent() - Method in interface org.apache.woden.wsdl20.ElementDeclaration
-
Returns the underlying element declaration as a java.lang.Object, which should
be cast to the appropriate type as indicated by the getContentModel()
method.
- getContent() - Method in interface org.apache.woden.wsdl20.extensions.ExtensionProperty
-
Returns the content of the extension property as a java.lang.Object
.
- getContent() - Method in class org.apache.woden.wsdl20.extensions.GenericExtensionProperty
-
- getContent() - Method in interface org.apache.woden.wsdl20.TypeDefinition
-
Returns the underlying type definition as a java.lang.Object, which should
be cast to the appropriate type as indicated by the getContentModel()
method.
- getContent() - Method in interface org.apache.woden.wsdl20.xml.DocumentationElement
-
Returns a XMLElement representing the DocumentationElement xml element.
- getContent() - Method in class org.apache.woden.xml.UnknownAttr
-
- getContent() - Method in interface org.apache.woden.xml.XMLAttr
-
- getContentAsInputStream(URL) - Static method in class org.apache.woden.internal.util.StringUtils
-
- getContentModel() - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- getContentModel() - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- getContentModel() - Method in interface org.apache.woden.wsdl20.ElementDeclaration
-
Indicates the type of object model or API which should be used to
access the content of the underlying element declaration.
- getContentModel() - Method in interface org.apache.woden.wsdl20.TypeDefinition
-
Indicates the type of object model or API which should be used to
access the content of the underlying type definition.
- getDeclaredNamespaces() - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getDeclaredNamespaces() - Method in interface org.apache.woden.wsdl20.xml.WSDLElement
-
Return the namespaces and their associated prefixes declared directly
within this WSDL element.
- getDefaultDeserializer() - Method in class org.apache.woden.wsdl20.extensions.ExtensionRegistry
-
Get the deserializer to be used when none is found for an encountered
element.
- getDefaultSerializer() - Method in class org.apache.woden.wsdl20.extensions.ExtensionRegistry
-
Get the serializer to be used when none is found for an extensibility
element.
- getDescriptionComponent() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getDescriptionElement() - Method in class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
-
- getDescriptionElement() - Method in interface org.apache.woden.wsdl20.xml.ImportElement
-
- getDescriptionElement() - Method in interface org.apache.woden.wsdl20.xml.IncludeElement
-
- getDirection() - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- getDirection() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- getDirection() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- getDirection() - Method in class org.apache.woden.wsdl20.extensions.rpc.Argument
-
- getDirection() - Method in interface org.apache.woden.wsdl20.InterfaceFaultReference
-
Returns an enumerated type, Direction, that represents the {direction} property
of this InterfaceFaultReference.
- getDirection() - Method in interface org.apache.woden.wsdl20.InterfaceMessageReference
-
Returns an enumerated type, Direction, that indicates the direction of this message.
- getDirection() - Method in interface org.apache.woden.wsdl20.xml.BindingMessageReferenceElement
-
Returns an enumerated type, Direction, that indicates the direction of this message.
- getDirection() - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultReferenceElement
-
Returns an enumerated type, Direction, that indicates the direction of this fault.
- getDirection() - Method in interface org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement
-
Returns an enumerated type, Direction, that indicates the direction of this message.
- getDocumentationElements() - Method in class org.apache.woden.internal.wsdl20.DocumentableImpl
-
- getDocumentationElements() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getDocumentationElements() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getDocumentationElements() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getDocumentationElements() - Method in class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
-
- getDocumentationElements() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- getDocumentationElements() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
- getDocumentationElements() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModuleElement
-
- getDocumentationElements() - Method in interface org.apache.woden.wsdl20.xml.DocumentableElement
-
Return the set of DocumentationElements defined directly within this WSDLElement.
- getDocumentBaseURI() - Method in interface org.apache.woden.ErrorLocator
-
- getDocumentBaseURI() - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
- getDocumentBaseURI() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getDocumentBaseURI() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the document base URI that was used to locate the <description> element that
this DescriptionElement corresponds to.
- getElement(String) - Static method in class org.apache.woden.internal.util.om.OMUtils
-
todo add validation
- getElement() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- getElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- getElement() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
Returns the Schema element declaration identified by the QName in the 'element'
attribute of the <wsoap:header> element.
- getElement() - Method in class org.apache.woden.wsdl20.extensions.UnknownExtensionElement
-
Get the Element for this extensibility element.
- getElement() - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultElement
-
Return the union of the xs:token and xs:QName of the global schema element declaration referred to by this
InterfaceFaultElement.
- getElement() - Method in interface org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement
-
Return the union of the xs:token and xs:QName of the global schema element declaration referred to by this
InterfaceMessageReferenceElement.
- getElementDeclaration(QName) - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getElementDeclaration() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getElementDeclaration() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- getElementDeclaration() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- getElementDeclaration(QName) - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getElementDeclaration(QName) - Method in interface org.apache.woden.wsdl20.Description
-
Returns the ElementDeclaration with the specified name from the set of ElementDeclarations
represented by the {element declarations} property of this Description.
- getElementDeclaration() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlock
-
- getElementDeclaration() - Method in interface org.apache.woden.wsdl20.InterfaceFault
-
Returns the ElementDeclaration representing the {element declaration} property
of this InterfaceFault.
- getElementDeclaration() - Method in interface org.apache.woden.wsdl20.InterfaceMessageReference
-
Returns the ElementDeclaration representing the {element declaration} property
of this InterfaceMessageReference.
- getElementDeclarations() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getElementDeclarations() - Method in interface org.apache.woden.wsdl20.Description
-
Represents the {element declarations} property of the Description component.
- getElementName() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getElementName() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
- getEndChar() - Method in exception org.apache.woden.xpointer.InvalidXPointerException
-
Returns the endChar index of the cause of this error in the fragment.
- getEndpoint(NCName) - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getEndpoint(NCName) - Method in interface org.apache.woden.wsdl20.Service
-
Returns the Endpoint with the specified local name from the {endpoints}
property of this Service.
- getEndpointElements() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getEndpointElements() - Method in interface org.apache.woden.wsdl20.xml.ServiceElement
-
Return the set of EndpointElements within this ServiceElement.
- getEndpoints() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getEndpoints() - Method in interface org.apache.woden.wsdl20.Service
-
Represents the {endpoints} property of the Service component.
- getErrorHandler() - Method in interface org.apache.woden.ErrorReporter
-
Return the custom error handler if one has been set,
otherwise return the default error handler.
- getErrorHandler() - Method in class org.apache.woden.internal.ErrorReporterImpl
-
- getErrorLocator() - Method in interface org.apache.woden.ErrorInfo
-
- getErrorLocator() - Method in class org.apache.woden.internal.ErrorInfoImpl
-
- getErrorReporter() - Method in class org.apache.woden.internal.BaseWSDLReader
-
- getErrorReporter() - Method in class org.apache.woden.internal.BaseWSDLWriter
-
- getErrorReporter() - Method in class org.apache.woden.internal.wsdl20.validation.WodenContextImpl
-
- getErrorReporter() - Method in class org.apache.woden.internal.xml.XMLAttrImpl
-
- getErrorReporter() - Method in class org.apache.woden.wsdl20.extensions.ExtensionRegistry
-
- getErrorReporter() - Method in interface org.apache.woden.wsdl20.validation.WodenContext
-
- getErrorReporter() - Method in interface org.apache.woden.WSDLReader
-
- getException() - Method in interface org.apache.woden.ErrorInfo
-
- getException() - Method in class org.apache.woden.internal.ErrorInfoImpl
-
- getExtendedInterface(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getExtendedInterface(QName) - Method in interface org.apache.woden.wsdl20.Interface
-
Return the named Interface from the {extended interfaces} property of this Interface.
- getExtendedInterfaceElement(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getExtendedInterfaceElement(QName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the named InterfaceElement from the set of IntefaceElements extended by this
InterfaceElement.
- getExtendedInterfaceElements() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getExtendedInterfaceElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of InterfaceElements extended by this InterfaceElement.
- getExtendedInterfaceNames() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getExtendedInterfaceNames() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the qualified names of the InterfaceElements that this InterfaceElement extends.
- getExtendedInterfaces() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getExtendedInterfaces() - Method in interface org.apache.woden.wsdl20.Interface
-
Represents the {extended interfaces} property of the Interface component.
- getExtensionAttribute(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.AttributeExtensibleImpl
-
- getExtensionAttribute(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getExtensionAttribute(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getExtensionAttribute(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getExtensionAttribute(QName) - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getExtensionAttribute(QName) - Method in interface org.apache.woden.wsdl20.extensions.AttributeExtensible
-
Return the extension attribute with this QName.
- getExtensionAttributes() - Method in class org.apache.woden.internal.wsdl20.extensions.AttributeExtensibleImpl
-
- getExtensionAttributes() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getExtensionAttributes() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getExtensionAttributes() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getExtensionAttributes() - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getExtensionAttributes() - Method in interface org.apache.woden.wsdl20.extensions.AttributeExtensible
-
Return all extension attributes.
- getExtensionAttributesForNamespace(URI) - Method in class org.apache.woden.internal.wsdl20.extensions.AttributeExtensibleImpl
-
- getExtensionAttributesForNamespace(URI) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getExtensionAttributesForNamespace(URI) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getExtensionAttributesForNamespace(URI) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getExtensionAttributesForNamespace(URI) - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getExtensionAttributesForNamespace(URI) - Method in interface org.apache.woden.wsdl20.extensions.AttributeExtensible
-
Return the extension attributes from this namespace.
- getExtensionElements() - Method in class org.apache.woden.internal.wsdl20.extensions.ElementExtensibleImpl
-
- getExtensionElements() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getExtensionElements() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getExtensionElements() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getExtensionElements() - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getExtensionElements() - Method in interface org.apache.woden.wsdl20.extensions.ElementExtensible
-
- getExtensionElementsOfType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.ElementExtensibleImpl
-
- getExtensionElementsOfType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getExtensionElementsOfType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getExtensionElementsOfType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getExtensionElementsOfType(QName) - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getExtensionElementsOfType(QName) - Method in interface org.apache.woden.wsdl20.extensions.ElementExtensible
-
- getExtensionProperties() - Method in class org.apache.woden.internal.wsdl20.WSDLComponentImpl
-
- getExtensionProperties(URI) - Method in class org.apache.woden.internal.wsdl20.WSDLComponentImpl
-
- getExtensionProperties() - Method in interface org.apache.woden.wsdl20.extensions.PropertyExtensible
-
Returns all of the component's extension properties.
- getExtensionProperties(URI) - Method in interface org.apache.woden.wsdl20.extensions.PropertyExtensible
-
Returns the component's extension properties from a particular namespace.
- getExtensionProperty(URI, String) - Method in class org.apache.woden.internal.wsdl20.WSDLComponentImpl
-
- getExtensionProperty(URI, String) - Method in interface org.apache.woden.wsdl20.extensions.PropertyExtensible
-
Returns the component's named extension property from the specified namespace.
- getExtensionRegistry() - Method in class org.apache.woden.internal.BaseWSDLReader
-
- getExtensionRegistry() - Method in class org.apache.woden.internal.BaseWSDLWriter
-
- getExtensionRegistry() - Method in interface org.apache.woden.WSDLReader
-
- getExtensionType() - Method in class org.apache.woden.internal.wsdl20.extensions.ExtensionElementImpl
-
- getExtensionType() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getExtensionType() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getExtensionType() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getExtensionType() - Method in interface org.apache.woden.wsdl20.extensions.ExtensionElement
-
- getExtensionType() - Method in class org.apache.woden.wsdl20.extensions.UnknownExtensionElement
-
Get the type of this extensibility element.
- getFactory() - Method in class org.apache.woden.internal.BaseWSDLReader
-
Get the cached WSDLFactory if there is one, otherwise
create and cache a new one.
- getFactory() - Method in class org.apache.woden.internal.BaseWSDLWriter
-
Get the cached WSDLFactory if there is one, otherwise
create and cache a new one.
- getFactoryImplName() - Method in class org.apache.woden.internal.BaseWSDLReader
-
- getFactoryImplName() - Method in class org.apache.woden.internal.BaseWSDLWriter
-
- getFactoryImplName() - Method in interface org.apache.woden.WSDLReader
-
- getFaultCode() - Method in exception org.apache.woden.WSDLException
-
- getFeature(String) - Method in class org.apache.woden.internal.BaseWSDLReader
-
Returns the on/off setting of the named feature, represented as a boolean.
- getFeature(String) - Method in class org.apache.woden.internal.BaseWSDLWriter
-
Returns the on/off setting of the named feature, represented as a boolean.
- getFeature(String) - Method in interface org.apache.woden.WSDLReader
-
Returns the on/off setting of the named feature, represented as a boolean.
- getFeature(String) - Method in interface org.apache.woden.WSDLWriter
-
Gets the value of the specified feature.
- getFirstChildElement() - Method in class org.apache.woden.internal.BaseXMLElement
-
- getFirstChildElement(Element) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
Return the first child element of the given element.
- getFirstChildElement() - Method in interface org.apache.woden.XMLElement
-
Return the first child element of this element or null if no
children are found.
- getFormattedLocation() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Returns a formatted String representing the original HTTP Location modified by any
template substitution that has taken place via the substitute
methods.
- getFormattedMessage(String, Object[]) - Method in interface org.apache.woden.ErrorReporter
-
Returns a formatted message string for the specified message key and arguments.
- getFormattedMessage(String, Object[]) - Method in class org.apache.woden.internal.ErrorReporterImpl
-
- getFragment() - Method in exception org.apache.woden.xpointer.InvalidXPointerException
-
Returns the fragment String stored inside this exception.
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.BindingFaultImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getFragmentIdentifier() - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- getFragmentIdentifier() - Method in interface org.apache.woden.wsdl20.WSDLComponent
-
Returns the fragment identifier for this WSDL 2.0 component.
- getFromAllInterfaceFaults(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getFromAllInterfaceFaults(QName) - Method in interface org.apache.woden.wsdl20.Interface
-
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.
- getFromAllInterfaceOperations(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getFromAllInterfaceOperations(QName) - Method in interface org.apache.woden.wsdl20.Interface
-
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.
- getHttpAuthenticationRealm() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPEndpointExtensionsImpl
-
- getHttpAuthenticationRealm() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPEndpointExtensionsImpl
-
- getHttpAuthenticationRealm() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPEndpointExtensions
-
- getHttpAuthenticationRealm() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPEndpointExtensions
-
If the SOAP binding specifies HTTP as the underlying protocol, the
{http authentication realm} property is added to the Endpoint component
and it will be returned by this method.
- getHttpAuthenticationScheme() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPEndpointExtensionsImpl
-
- getHttpAuthenticationScheme() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPEndpointExtensionsImpl
-
- getHttpAuthenticationScheme() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPEndpointExtensions
-
- getHttpAuthenticationScheme() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPEndpointExtensions
-
If the SOAP binding specifies HTTP as the underlying protocol, the
{http authentication scheme} property is added to the Endpoint component
and it will be returned by this method.
- getHttpContentEncoding() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingFaultExtensionsImpl
-
- getHttpContentEncoding() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingMessageReferenceExtensionsImpl
-
- getHttpContentEncoding() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getHttpContentEncoding() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensionsImpl
-
- getHttpContentEncoding() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingFaultExtensions
-
- getHttpContentEncoding() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingMessageReferenceExtensions
-
- getHttpContentEncoding() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultExtensions
-
- getHttpContentEncoding() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensions
-
- getHttpContentEncodingDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingExtensionsImpl
-
- getHttpContentEncodingDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getHttpContentEncodingDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getHttpContentEncodingDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getHttpContentEncodingDefault() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingExtensions
-
- getHttpContentEncodingDefault() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpContentEncodingDefault() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http content encoding default} extension property represented by the
whttp:contentEncodingDefault extension attribute , otherwise null.
- getHttpContentEncodingDefault() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingOperationExtensions
-
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http content encoding default} extension property represented by the
whttp:contentEncodingDefault extension attribute , otherwise null.
- getHttpErrorStatusCode() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingFaultExtensionsImpl
-
- getHttpErrorStatusCode() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingFaultExtensions
-
- getHttpFaultSerialization() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getHttpFaultSerialization() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpHeaders() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingFaultExtensionsImpl
-
- getHttpHeaders() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingMessageReferenceExtensionsImpl
-
- getHttpHeaders() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getHttpHeaders() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensionsImpl
-
- getHttpHeaders() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingFaultExtensions
-
- getHttpHeaders() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingMessageReferenceExtensions
-
- getHttpHeaders() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultExtensions
-
- getHttpHeaders() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensions
-
- getHttpInputSerialization() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getHttpInputSerialization() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpLocation() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getHttpLocation() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getHttpLocation() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpLocation() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingOperationExtensions
-
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http location} extension property represented by the
whttp:location extension attribute , otherwise null.
- getHttpMethod() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getHttpMethod() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpMethodDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingExtensionsImpl
-
- getHttpMethodDefault() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingExtensions
-
- getHttpOutputSerialization() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getHttpOutputSerialization() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpQueryParameterSeparator() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getHttpQueryParameterSeparator() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getHttpQueryParameterSeparator() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpQueryParameterSeparator() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingOperationExtensions
-
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http query parameter separator} extension property represented by the
whttp:queryParameterSeparator extension attribute , otherwise null.
- getHttpQueryParameterSeparatorDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingExtensionsImpl
-
- getHttpQueryParameterSeparatorDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getHttpQueryParameterSeparatorDefault() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingExtensions
-
- getHttpQueryParameterSeparatorDefault() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http query parameter separator default} extension property represented by the
whttp:queryParameterSeparatorDefault extension attribute , otherwise null.
- getId() - Method in class org.apache.woden.internal.schema.InlinedSchemaImpl
-
- getId() - Method in class org.apache.woden.internal.wsdl20.assertions.Description1001
-
- getId() - Method in class org.apache.woden.internal.wsdl20.assertions.Description1002
-
- getId() - Method in class org.apache.woden.internal.wsdl20.assertions.Description1003
-
- getId() - Method in class org.apache.woden.internal.wsdl20.assertions.Interface1009
-
- getId() - Method in class org.apache.woden.internal.wsdl20.assertions.Interface1010
-
- getId() - Method in interface org.apache.woden.schema.InlinedSchema
-
- getId() - Method in interface org.apache.woden.wsdl20.validation.Assertion
-
Return the assertion identifier.
- getImportedSchemas() - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getImportedSchemas() - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Return the schemas imported directly by this <types> element
in the order in which they occur.
- getImportElements() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getImportElements() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of ImportElements within this DescriptionElement.
- getIncludeElements() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getIncludeElements() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of IncludeElements within this DescriptionElement.
- getInlinedSchemas() - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getInlinedSchemas() - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Return the schemas inlined directly within this <types> element
in the order in which they occur.
- getInputSource(OMElement) - Static method in class org.apache.woden.internal.util.om.OMUtils
-
- getInScopeNamespaces() - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getInScopeNamespaces() - Method in interface org.apache.woden.wsdl20.xml.WSDLElement
-
Return all namespaces and their associated prefixes that are in-scope
to this WSDL element.
- getInt() - Method in class org.apache.woden.internal.xml.IntOrTokenAnyAttrImpl
-
- getInt() - Method in interface org.apache.woden.xml.IntOrTokenAttr
-
- getInterface() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getInterface(QName) - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getInterface() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getInterface() - Method in interface org.apache.woden.wsdl20.Binding
-
Represents the {interface} property of the Binding component.
- getInterface(QName) - Method in interface org.apache.woden.wsdl20.Description
-
Returns an Interface with the specified name from the {interfaces} property of this
Description.
- getInterface() - Method in interface org.apache.woden.wsdl20.Service
-
Represents the {interface} property of the Service component.
- getInterfaceElement() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getInterfaceElement() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getInterfaceElement() - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Return the InterfaceElement referred to by this BindingElement.
- getInterfaceElement() - Method in interface org.apache.woden.wsdl20.xml.ServiceElement
-
Return the InterfaceElement referred to by this ServiceElement.
- getInterfaceElements() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getInterfaceElements() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of InterfaceElements within this DescriptionElement.
- getInterfaceFault() - Method in class org.apache.woden.internal.wsdl20.BindingFaultImpl
-
- getInterfaceFault() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- getInterfaceFault(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceFault() - Method in interface org.apache.woden.wsdl20.BindingFault
-
Returns an InterfaceFault representing the {interface fault} property of the
BindingFault component.
- getInterfaceFault(QName) - Method in interface org.apache.woden.wsdl20.Interface
-
Returns the InterfaceFault with the specified name from the {interface faults}
property of this Interface.
- getInterfaceFault() - Method in interface org.apache.woden.wsdl20.InterfaceFaultReference
-
Returns an InterfaceFault representing the {interface fault} property of this
InterfaceFaultReference.
- getInterfaceFaultElement() - Method in class org.apache.woden.internal.wsdl20.BindingFaultImpl
-
- getInterfaceFaultElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- getInterfaceFaultElement(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceFaultElement() - Method in interface org.apache.woden.wsdl20.xml.BindingFaultElement
-
Return the InterfaceFaultElement referred to by this BindingFaultElement.
- getInterfaceFaultElement(QName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the named InterfaceFaultElement from the set of InterfaceFaultElements defined
directly within this InterfaceElement.
- getInterfaceFaultElement() - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultReferenceElement
-
Return the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement.
- getInterfaceFaultElements() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceFaultElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of InterfaceFaultElements defined directly within this InterfaceElement.
- getInterfaceFaultReference() - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- getInterfaceFaultReference() - Method in interface org.apache.woden.wsdl20.BindingFaultReference
-
Returns an InterfaceFaultReference representing the {interface fault reference}
property of the BindingFaultReference component.
- getInterfaceFaultReferenceElement() - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- getInterfaceFaultReferenceElement() - Method in interface org.apache.woden.wsdl20.xml.BindingFaultReferenceElement
-
Return the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement.
- getInterfaceFaultReferenceElements() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getInterfaceFaultReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Return the set of InterfaceFaultReferenceElement within this InterfaceOperationElement.
- getInterfaceFaultReferences() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getInterfaceFaultReferences() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Represents the {interface fault references} property of the InterfaceOperation component.
- getInterfaceFaults() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceFaults() - Method in interface org.apache.woden.wsdl20.Interface
-
Represents the {interface faults} property of the Interface component.
- getInterfaceMessageReference() - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- getInterfaceMessageReference() - Method in interface org.apache.woden.wsdl20.BindingMessageReference
-
Returns an InterfaceMessageReference representing the {interface message reference}
property of the BindingMessageReference component.
- getInterfaceMessageReferenceElement() - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- getInterfaceMessageReferenceElement() - Method in interface org.apache.woden.wsdl20.xml.BindingMessageReferenceElement
-
Return the InterfaceMessageReferenceElement associated with this BindingMessageReferenceElement.
- getInterfaceMessageReferenceElements() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getInterfaceMessageReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Return the set of InterfaceMessageReferenceElements within this InterfaceOperationElement.
- getInterfaceMessageReferences() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getInterfaceMessageReferences() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Represents the {interface message references} property of the InterfaceOperation component.
- getInterfaceName() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getInterfaceName() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getInterfaceName() - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Return the name of the InterfaceElement referred to by this BindingElement.
- getInterfaceName() - Method in interface org.apache.woden.wsdl20.xml.ServiceElement
-
Return the name of the InterfaceElement referred to by this ServiceElement.
- getInterfaceOperation() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getInterfaceOperation(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceOperation() - Method in interface org.apache.woden.wsdl20.BindingOperation
-
Returns an InterfaceOperation representing the {interface operation} property
of the BindingOperation component.
- getInterfaceOperation(QName) - Method in interface org.apache.woden.wsdl20.Interface
-
Returns the InterfaceOperation with the specified name from the {interface operations}
property of this Interface.
- getInterfaceOperationElement() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getInterfaceOperationElement(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceOperationElement() - Method in interface org.apache.woden.wsdl20.xml.BindingOperationElement
-
Return the InterfaceOperationElement referred to by this BindingOperationElement.
- getInterfaceOperationElement(QName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the named InterfaceOperationElement from the set of InterfaceOperationElements defined
directly within this InterfaceElement.
- getInterfaceOperationElements() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceOperationElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of InterfaceOperationElements defined directly within this InterfaceElement.
- getInterfaceOperations() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getInterfaceOperations() - Method in interface org.apache.woden.wsdl20.Interface
-
Represents the {interface operations} property of the Interface component.
- getInterfaces() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getInterfaces() - Method in interface org.apache.woden.wsdl20.Description
-
Represents the {interfaces} property of the Description component.
- getKey() - Method in interface org.apache.woden.ErrorInfo
-
- getKey() - Method in class org.apache.woden.internal.ErrorInfoImpl
-
- getLineNumber() - Method in interface org.apache.woden.ErrorLocator
-
- getLineNumber() - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
- getLocale() - Method in interface org.apache.woden.ErrorReporter
-
- getLocale() - Method in class org.apache.woden.internal.ErrorReporterImpl
-
- getLocalName() - Method in class org.apache.woden.internal.BaseXMLElement
-
- getLocalName() - Method in interface org.apache.woden.XMLElement
-
- getLocation() - Method in class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
-
- getLocation() - Method in interface org.apache.woden.wsdl20.xml.ImportElement
-
- getLocation() - Method in interface org.apache.woden.wsdl20.xml.IncludeElement
-
- getLocation() - Method in exception org.apache.woden.WSDLException
-
Get the location, if one was set.
- getLocationURI() - Method in interface org.apache.woden.ErrorLocator
-
- getLocationURI() - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
- getMessage() - Method in interface org.apache.woden.ErrorInfo
-
- getMessage() - Method in class org.apache.woden.internal.ErrorInfoImpl
-
- getMessage() - Method in exception org.apache.woden.WSDLException
-
- getMessageContentModel() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- getMessageContentModel() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- getMessageContentModel() - Method in interface org.apache.woden.wsdl20.InterfaceFault
-
Returns a String representing the {message content model} property of this
InterfaceFault.
- getMessageContentModel() - Method in interface org.apache.woden.wsdl20.InterfaceMessageReference
-
Returns a String representing the {message content model} property of this
InterfaceMessageReference.
- getMessageExchangePattern() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getMessageExchangePattern() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Returns a URI representing the {message exchange pattern} property of this
InterfaceOperation.
- getMessageLabel() - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- getMessageLabel() - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- getMessageLabel() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- getMessageLabel() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- getMessageLabel() - Method in interface org.apache.woden.wsdl20.InterfaceFaultReference
-
Returns an NCName representing the {message label} property of this InterfaceFaultReference.
- getMessageLabel() - Method in interface org.apache.woden.wsdl20.InterfaceMessageReference
-
Returns an NCName representing the {message label} property of this
InterfaceMessageReference.
- getMessageLabel() - Method in interface org.apache.woden.wsdl20.xml.BindingFaultReferenceElement
-
Return the NCName representing the message label.
- getMessageLabel() - Method in interface org.apache.woden.wsdl20.xml.BindingMessageReferenceElement
-
Return the NCName representing the message label.
- getMessageLabel() - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultReferenceElement
-
Return the NCName representing the message label.
- getMessageLabel() - Method in interface org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement
-
Return the NCName representing the message label.
- getName() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getName() - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- getName() - Method in interface org.apache.woden.wsdl20.Binding
-
Returns a QName representing the {name} property of the Binding component.
- getName() - Method in interface org.apache.woden.wsdl20.ElementDeclaration
-
Representing the {name} property of the ElementDeclaration component, this
method returns the qualified name of this ElementDeclaration.
- getName() - Method in interface org.apache.woden.wsdl20.Endpoint
-
Returns the local name representing the {name} property of this Endpoint.
- getName() - Method in interface org.apache.woden.wsdl20.extensions.ExtensionProperty
-
Returns a String representing the name of the extension property.
- getName() - Method in class org.apache.woden.wsdl20.extensions.GenericExtensionProperty
-
- getName() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeader
-
- getName() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- getName() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocationTemplate
-
Returns a String representing the local name of the element cited by this template.
- getName() - Method in class org.apache.woden.wsdl20.extensions.rpc.Argument
-
- getName() - Method in interface org.apache.woden.wsdl20.Interface
-
Returns the qualified name representing the {name} property of this Interface.
- getName() - Method in interface org.apache.woden.wsdl20.InterfaceFault
-
Returns the qualified name representing the {name} property of this InterfaceFault.
- getName() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Returns the qualified name representing the {name} property of this InterfaceOperation.
- getName() - Method in interface org.apache.woden.wsdl20.Service
-
Returns the qualified name representing the {name} property of this Service.
- getName() - Method in interface org.apache.woden.wsdl20.TypeDefinition
-
Representing the {name} property of the TypeDefinition component, this
method returns the qualified name of this TypeDefinition.
- getName() - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Return the qualified name of this BindingElement, which consists of its
local name and the targetNamespace of the parent DescriptionElement.
- getName() - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Return the qualified name of this EndpointElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
- getName() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the qualified name of this InterfaceElement, which consists of its
local name and the targetNamespace of the parent DescriptionElement.
- getName() - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultElement
-
Return the qualified name of this InterfaceFaultElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
- getName() - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Return the qualified name of this InterfaceOperationElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
- getName() - Method in interface org.apache.woden.wsdl20.xml.ServiceElement
-
Return the qualified name of this ServiceElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
- getNamespace() - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- getNamespace() - Method in class org.apache.woden.internal.wsdl20.ImportImpl
-
- getNamespace() - Method in interface org.apache.woden.schema.Schema
-
Returns a URI representing the targetNamespace
attribute of a
<xs:schema> element or the namespace
attribute of a
<xs:import> element.
- getNamespace() - Method in class org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
-
- getNamespace() - Method in interface org.apache.woden.wsdl20.extensions.ComponentExtensionContext
-
- getNamespace() - Method in interface org.apache.woden.wsdl20.extensions.ExtensionProperty
-
Returns a URI representing the namespace the extension property belongs to.
- getNamespace() - Method in class org.apache.woden.wsdl20.extensions.GenericExtensionProperty
-
- getNamespace() - Method in interface org.apache.woden.wsdl20.xml.ImportElement
-
- getNamespaceAsString() - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- getNamespaceBinding(String) - Method in class org.apache.woden.xpointer.XPointer
-
Gets Prefix the Namespace is bound to if the binding exists,
otherwise it will return null.
- getNamespacePrefix(URI) - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getNamespacePrefix(URI) - Method in interface org.apache.woden.wsdl20.xml.WSDLElement
-
Return the prefix associated with the specified namespace URI.
- getNamespaceURI() - Method in class org.apache.woden.internal.BaseXMLElement
-
- getNamespaceURI(String) - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- getNamespaceURI() - Method in class org.apache.woden.types.NamespaceDeclaration
-
- getNamespaceURI(String) - Method in interface org.apache.woden.wsdl20.xml.WSDLElement
-
Return the namespace URI associated with the specified prefix, or null if there is no
such namespace declaration.
- getNamespaceURI() - Method in interface org.apache.woden.XMLElement
-
- getNCName() - Method in class org.apache.woden.xpointer.ElementPointerPart
-
Returns the NCName for this Element PointerPart.
- getNextSiblingElement() - Method in class org.apache.woden.internal.BaseXMLElement
-
- getNextSiblingElement(Element) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
Return the next sibling element of the given element.
- getNextSiblingElement() - Method in interface org.apache.woden.XMLElement
-
Return the next sibling element of this element or null if no
siblings are found.
- getNMTokens(List) - Static method in class org.apache.woden.internal.util.StringUtils
-
- getOMBuilder(String) - Static method in class org.apache.woden.internal.util.om.OMUtils
-
- getOriginalLocation() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Returns the original HTTP Location String specified when this object
was created.
- getParent() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getParent() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getParent() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getParent() - Method in class org.apache.woden.internal.wsdl20.NestedImpl
-
- getParent() - Method in class org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
-
- getParent() - Method in interface org.apache.woden.wsdl20.extensions.ComponentExtensionContext
-
- getParent() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeader
-
- getParent() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlock
-
- getParent() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModule
-
- getParent() - Method in interface org.apache.woden.wsdl20.NestedComponent
-
Returns a WSDLComponent representing the parent of this nested component.
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.DocumentationImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.NestedImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getParentElement() - Method in class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
-
- getParentElement() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- getParentElement() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
- getParentElement() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModuleElement
-
- getParentElement() - Method in interface org.apache.woden.wsdl20.xml.NestedElement
-
- getPattern() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getPattern() - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Return the URI representing the message exchange pattern used by this InterfaceOperationElement.
- getPointerParts() - Method in class org.apache.woden.xpointer.XPointer
-
Returns the pointer parts in this XPointer.
- getPrefix() - Method in class org.apache.woden.types.NamespaceDeclaration
-
- getPrefixBinding(NCName) - Method in class org.apache.woden.xpointer.XPointer
-
Gets the Namespace the Prefix is bound to if the binding exists,
otherwise it will return null.
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingFaultExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingMessageReferenceExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPEndpointExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.InterfaceOperationExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.rpc.RPCInterfaceOperationExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultReferenceExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPEndpointExtensionsImpl
-
- getProperties() - Method in class org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
-
- getProperties() - Method in interface org.apache.woden.wsdl20.extensions.ComponentExtensionContext
-
- getProperty(String) - Method in class org.apache.woden.internal.BaseWSDLReader
-
Returns the value of the named property.
- getProperty(String) - Method in class org.apache.woden.internal.BaseWSDLWriter
-
Returns the value of the named property.
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingFaultExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingMessageReferenceExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPEndpointExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.InterfaceOperationExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.rpc.RPCInterfaceOperationExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultReferenceExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPEndpointExtensionsImpl
-
- getProperty(String) - Method in class org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
-
- getProperty(String) - Method in interface org.apache.woden.wsdl20.extensions.ComponentExtensionContext
-
- getProperty(String) - Method in interface org.apache.woden.WSDLReader
-
Returns the value of the named property.
- getQName() - Method in class org.apache.woden.internal.BaseXMLElement
-
- getQName(String) - Method in class org.apache.woden.internal.BaseXMLElement
-
- getQName() - Method in class org.apache.woden.internal.xml.QNameAttrImpl
-
- getQName() - Method in class org.apache.woden.internal.xml.QNameOrTokenAnyAttrImpl
-
- getQName() - Method in class org.apache.woden.types.QNameTokenUnion
-
Returns the QName if it exists otherwise null.
- getQName() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultCode
-
- getQName() - Method in interface org.apache.woden.xml.QNameAttr
-
- getQName() - Method in interface org.apache.woden.xml.QNameOrTokenAttr
-
- getQName() - Method in interface org.apache.woden.XMLElement
-
Return the qualified name of this element.
- getQName(String) - Method in interface org.apache.woden.XMLElement
-
Return the qualified name from the specified prefixed value.
- getQNames() - Method in class org.apache.woden.internal.xml.QNameListAttrImpl
-
- getQNames() - Method in class org.apache.woden.internal.xml.QNameListOrTokenAnyAttrImpl
-
- getQNames() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultSubcodes
-
- getQNames() - Method in interface org.apache.woden.xml.QNameListAttr
-
- getQNames() - Method in interface org.apache.woden.xml.QNameListOrTokenAttr
-
- getQualifiedValue(URI, String, WSDLElement) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
- getQualifiedValue(String, String, WSDLElement) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
- getQualifiedValue(URI, String, WSDLElement) - Static method in class org.apache.woden.internal.util.om.OMUtils
-
- getQualifiedValue(String, String, WSDLElement) - Static method in class org.apache.woden.internal.util.om.OMUtils
-
- getRef() - Method in class org.apache.woden.internal.wsdl20.BindingFaultImpl
-
- getRef() - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- getRef() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- getRef() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- getRef() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- getRef() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModule
-
- getRef() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModuleElement
-
- getRef() - Method in interface org.apache.woden.wsdl20.xml.BindingFaultElement
-
Return the name of the InterfaceFaultElement referred to by this BindingFaultElement.
- getRef() - Method in interface org.apache.woden.wsdl20.xml.BindingFaultReferenceElement
-
Return the name of the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
- getRef() - Method in interface org.apache.woden.wsdl20.xml.BindingOperationElement
-
Return the name of the InterfaceOperationElement referred to by this BindingOperationElement.
- getRef() - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultReferenceElement
-
Return the name of the InterfaceFaultElement referred to by this
InterfaceFaultReferenceElement.
- getRPCSignature() - Method in class org.apache.woden.internal.wsdl20.extensions.rpc.RPCInterfaceOperationExtensionsImpl
-
- getRPCSignature() - Method in interface org.apache.woden.wsdl20.extensions.rpc.RPCInterfaceOperationExtensions
-
Returns the {rpc signature} extension property of Interface Operation
as defined by the wrpc:signature attribute.
- getSchemaDefinition() - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- getSchemaDefinition() - Method in interface org.apache.woden.schema.Schema
-
Returns an XmlSchema
representing the schema definition inlined by
a <xs:schema> element or imported by a <xs:import> element.
- getSchemaLocation() - Method in class org.apache.woden.internal.schema.ImportedSchemaImpl
-
- getSchemaLocation() - Method in interface org.apache.woden.schema.ImportedSchema
-
- getSchemas() - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getSchemas(URI) - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getSchemas() - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Return the schemas inlined or imported directly within this <types> element.
- getSchemas(URI) - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Return the schemas inlined or imported directly within this <types> element
whose target namespace matches the specified namespace.
- getScheme() - Method in class org.apache.woden.internal.xml.HTTPAuthenticationSchemeAttrImpl
-
- getScheme() - Method in interface org.apache.woden.xml.HTTPAuthenticationSchemeAttr
-
- getService(QName) - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getService(QName) - Method in interface org.apache.woden.wsdl20.Description
-
Returns a Service with the specified name from the {services} property of this
Description.
- getServiceElements() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getServiceElements() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of ServiceElements within this DescriptionElement.
- getServices() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getServices() - Method in interface org.apache.woden.wsdl20.Description
-
Represents the {services} property of the Description component.
- getShorthandPointer() - Method in class org.apache.woden.xpointer.XPointer
-
Returns the shorthandPointer in this XPointer.
- getSoapAction() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getSoapAction() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingOperationExtensions
-
Returns an object representing the {soap action} property, of type xs:anyURI.
- getSoapFaultCode() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getSoapFaultCode() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultExtensions
-
Returns an object representing the {soap fault code} property, which may
contain either an xs:QName or the xs:token "#any".
- getSoapFaultSubcodes() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getSoapFaultSubcodes() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultExtensions
-
Returns an object representing the {soap fault subcodes} property,
which contains a List of xs:QName or the xs:token "#any".
- getSoapHeaders() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getSoapHeaders() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensionsImpl
-
- getSoapHeaders() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultExtensions
-
- getSoapHeaders() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensions
-
- getSoapMep() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getSoapMep() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingOperationExtensions
-
Returns an object representing the {soap mep} property, of type xs:anyURI.
- getSoapMepDefault() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getSoapMepDefault() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
- getSoapModules() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getSoapModules() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- getSoapModules() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultReferenceExtensionsImpl
-
- getSoapModules() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensionsImpl
-
- getSoapModules() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- getSoapModules() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
- getSoapModules() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultExtensions
-
- getSoapModules() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultReferenceExtensions
-
- getSoapModules() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensions
-
- getSoapModules() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingOperationExtensions
-
Returns an array representing the {soap modules} property, of type wsoap:module.
- getSoapUnderlyingProtocol() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getSoapUnderlyingProtocol() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
- getSoapVersion() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- getSoapVersion() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
- getSource() - Method in class org.apache.woden.internal.BaseWSDLSource
-
- getSource() - Method in class org.apache.woden.internal.BaseXMLElement
-
- getSource() - Method in interface org.apache.woden.WSDLSource
-
Returns the implementation specific object representing the WSDL source
(for example, a DOM Element or Document or an Axiom OMElement).
- getSource() - Method in interface org.apache.woden.XMLElement
-
Returns an Object representing an XML element, which the caller must
cast to the expected type.
- getStartChar() - Method in exception org.apache.woden.xpointer.InvalidXPointerException
-
Returns the startChar index of the cause of this error in the fragment.
- getString() - Method in class org.apache.woden.internal.xml.StringAttrImpl
-
- getString() - Method in interface org.apache.woden.xml.StringAttr
-
- getStyle() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- getStyle() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Represents the {style} property of the InterfaceOperation component.
- getStyle() - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Return the set of URIs representing the operation style.
- getStyleDefault() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- getStyleDefault() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of URIs representing the default operation style.
- getSystem() - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- getSystem() - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- getSystem() - Method in interface org.apache.woden.wsdl20.ElementDeclaration
-
Representing the {system} property of the ElementDeclaration component, this
method indicates the type system from which this element declaration is derived.
- getSystem() - Method in interface org.apache.woden.wsdl20.TypeDefinition
-
Representing the {system} property of the TypeDefinition component, this
method indicates the type system from which this type definition is derived.
- getTargetException() - Method in exception org.apache.woden.WSDLException
-
- getTargetNamespace() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getTargetNamespace() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the target namespace URI.
- getTemplate(String) - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the first template with the specified name from the HTTP Location string
or null if no such template is exists.
- getTemplateInPath(String) - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the first template with the specified name from the URI Path portion of
the HTTP Location string or null if no such template exists.
- getTemplateInQuery(String) - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the first template with the specified name from the URI Query portion of
the HTTP Location string or null if no such template exists.
- getTemplateNames() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the names of the templates that appear in the HTTP Location string
in the order they appear.
- getTemplateNamesInPath() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the names of the templates that appear in the URI Path portion of the
HTTP Location string in the order they appear.
- getTemplateNamesInQuery() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the names of the templates that appear in the URI Query portion of the
HTTP Location string in the order they appear.
- getTemplates() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the templates that appear in the HTTP Location string in
the order they appear.
- getTemplates(String) - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the templates with the specified name from the HTTP Location string .
- getTemplatesInPath() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the templates that appear in the URI Path portion of the HTTP Location
string in the order they appear.
- getTemplatesInPath(String) - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the templates with the specified name from the URI Path portion of the
HTTP Location string.
- getTemplatesInQuery() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return templates that appear in the URI Query portion of the HTTP Location
string in the order they appear.
- getTemplatesInQuery(String) - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Return the templates with the specified name from the URI Query portion of the
HTTP Location string.
- getToken() - Method in class org.apache.woden.internal.xml.IntOrTokenAnyAttrImpl
-
- getToken() - Method in class org.apache.woden.internal.xml.QNameListOrTokenAnyAttrImpl
-
- getToken() - Method in class org.apache.woden.internal.xml.QNameOrTokenAnyAttrImpl
-
- getToken() - Method in class org.apache.woden.internal.xml.TokenAttrImpl
-
- getToken() - Method in class org.apache.woden.types.QNameTokenUnion
-
Returns the token value if it exists otherwise null.
- getToken() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultCode
-
- getToken() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultSubcodes
-
- getToken() - Method in interface org.apache.woden.xml.IntOrTokenAttr
-
- getToken() - Method in interface org.apache.woden.xml.QNameListOrTokenAttr
-
- getToken() - Method in interface org.apache.woden.xml.QNameOrTokenAttr
-
- getToken() - Method in interface org.apache.woden.xml.TokenAttr
-
- getType() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- getType() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getType() - Method in interface org.apache.woden.wsdl20.Binding
-
Returns a URI representing the {type} property of the Binding component.
- getType() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- getType() - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Return the URI that identifies the binding type.
- getTypeDefinition(QName) - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getTypeDefinition() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getTypeDefinition(QName) - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getTypeDefinition(QName) - Method in interface org.apache.woden.wsdl20.Description
-
Returns the TypeDefinition with the specified name from the set of TypeDefinitions
represented by the {type definitions} property of this Description.
- getTypeDefinition() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeader
-
- getTypeDefinitions() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getTypeDefinitions() - Method in interface org.apache.woden.wsdl20.Description
-
Represents the {type definitions} property of the Description component.
- getTypeName() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- getTypeName() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- getTypesElement() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- getTypesElement() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the TypesElement within this DescriptionElement.
- getTypeSystem() - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- getTypeSystem() - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Get the string indicating the type system used within the <types>
element.
- getURI(String) - Method in class org.apache.woden.internal.BaseWSDLReader
-
- getURI() - Method in class org.apache.woden.internal.xml.URIAttrImpl
-
- getURI() - Method in interface org.apache.woden.xml.URIAttr
-
- getURIResolver() - Method in class org.apache.woden.internal.BaseWSDLReader
-
Find the current URI Resolver
- getUriResolver() - Method in class org.apache.woden.internal.wsdl20.validation.WodenContextImpl
-
- getUriResolver() - Method in interface org.apache.woden.wsdl20.validation.WodenContext
-
- getURIResolver() - Method in interface org.apache.woden.WSDLReader
-
Gets the URI Resolver currently in use
- getURL(URL, String) - Static method in class org.apache.woden.internal.util.StringUtils
-
- getValue(String) - Method in class org.apache.woden.internal.ReaderFeatures
-
Get the value for the given feature.
- getValue(String) - Method in class org.apache.woden.internal.WriterFeatures
-
Get the value for the given feature.
- getValue() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocationTemplate
-
Returns a String representing the value of the element cited by this template.
- getWSDLFromLocation(String, DescriptionElement, Map) - Method in class org.apache.woden.internal.BaseWSDLReader
-
- getWSDLFromLocation(String, DescriptionElement, Map) - Method in class org.apache.woden.internal.DOMWSDLReader
-
- getWSDLFromLocation(String, DescriptionElement, Map) - Method in class org.apache.woden.internal.OMWSDLReader
-
- getXMLElement() - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- getXMLElement() - Method in interface org.apache.woden.schema.Schema
-
Returns the XMLElement representing the xs:schema
or xs:import
element within the wsdl:types
element.
- getXmlNamespacePrefix(QName) - Method in class org.apache.woden.wsdl20.fragids.FragmentIdentifier
-
Returns the prefix for the Xml namespace of the QName in the XPointer.
- getXmlNamespacePrefix(String) - Method in class org.apache.woden.wsdl20.fragids.FragmentIdentifier
-
Returns the prefix for the Xml namespace in the XPointer.
- getXmlSchemaElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- getXmlSchemaElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- getXmlSchemaElement() - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultElement
-
Return the XmlSchemaElement representing the global schema element declaration
referred to by this InterfaceFaultElement.
- getXmlSchemaElement() - Method in interface org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement
-
Return the XmlSchemaElement representing the global schema element declaration
referred to by this InterfaceMessageReferenceElement.
- getXPathExprFromNode(Node) - Static method in class org.apache.woden.internal.util.dom.XPathUtils
-
Generates an XPath expression that will return only the given node as its
result.
- ID - Static variable in class org.apache.woden.internal.wsdl20.assertions.Interface1009
-
- ID - Static variable in class org.apache.woden.internal.wsdl20.assertions.Interface1010
-
- ImportedSchema - Interface in org.apache.woden.schema
-
This interface represents a schema import element, <xs:import>.
- ImportedSchemaImpl - Class in org.apache.woden.internal.schema
-
This interface represents a schema import, <xs:import>.
- ImportedSchemaImpl() - Constructor for class org.apache.woden.internal.schema.ImportedSchemaImpl
-
- ImportElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <import> element.
- ImportImpl - Class in org.apache.woden.internal.wsdl20
-
This class implements the <wsdl:import> element.
- ImportImpl() - Constructor for class org.apache.woden.internal.wsdl20.ImportImpl
-
- IN - Static variable in class org.apache.woden.wsdl20.enumeration.Direction
-
- IN - Static variable in class org.apache.woden.wsdl20.enumeration.MessageLabel
-
- IN - Static variable in class org.apache.woden.wsdl20.extensions.rpc.Direction
-
- IncludeElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <include> element.
- IncludeImpl - Class in org.apache.woden.internal.wsdl20
-
This class implements the <wsdl:include> element.
- IncludeImpl() - Constructor for class org.apache.woden.internal.wsdl20.IncludeImpl
-
- InlinedSchema - Interface in org.apache.woden.schema
-
This interface represents an inlined schema element, <xs:schema>.
- InlinedSchemaImpl - Class in org.apache.woden.internal.schema
-
This class represents an inlined schema, <xs:schema>.
- InlinedSchemaImpl() - Constructor for class org.apache.woden.internal.schema.InlinedSchemaImpl
-
- INOUT - Static variable in class org.apache.woden.wsdl20.extensions.rpc.Direction
-
- Interface - Interface in org.apache.woden.wsdl20
-
Represents the Interface component from the WSDL 2.0 Component model.
- Interface1009 - Class in org.apache.woden.internal.wsdl20.assertions
-
This class represents assertion Interface-1009 from the WSDL 2.0 specification.
- Interface1009() - Constructor for class org.apache.woden.internal.wsdl20.assertions.Interface1009
-
- Interface1010 - Class in org.apache.woden.internal.wsdl20.assertions
-
This class represents assertion Interface-1010 from the WSDL 2.0 specification.
- Interface1010() - Constructor for class org.apache.woden.internal.wsdl20.assertions.Interface1010
-
- InterfaceElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <interface> element.
- InterfaceFault - Interface in org.apache.woden.wsdl20
-
Represents the InterfaceFault component from the WSDL 2.0 Component model.
- InterfaceFaultElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <fault> element, declared as a child of the
<interface> element.
- InterfaceFaultImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents the InterfaceFault component from the WSDL 2.0 Component
Model and the <fault> child element of the <interface> element.
- InterfaceFaultImpl() - Constructor for class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- InterfaceFaultPart - Class in org.apache.woden.wsdl20.fragids
-
InterfaceFaultPart
is a Interface Fault Pointer Part for the Interface Fault WSDL 2.0 component.
- InterfaceFaultPart(NCName, NCName) - Constructor for class org.apache.woden.wsdl20.fragids.InterfaceFaultPart
-
Constructs a InterfaceFaultPart class from the values given.
- InterfaceFaultReference - Interface in org.apache.woden.wsdl20
-
Represents the InterfaceFaultReference component from the WSDL 2.0 Component model.
- InterfaceFaultReferenceElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <infault> and <outfault> elements,
declared as child elements of the interface <operation> element.
- InterfaceFaultReferenceImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents the InterfaceFaultReference component of the
WSDL 2.0 Component model and the <infault> and <outfault>
child elements of an interface <operation>.
- InterfaceFaultReferenceImpl() - Constructor for class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- InterfaceFaultReferencePart - Class in org.apache.woden.wsdl20.fragids
-
InterfaceFaultReferencePart
is a Interface Fault Reference Pointer Part for the Interface Fault Reference WSDL 2.0 component.
- InterfaceFaultReferencePart(NCName, NCName, NCName, QName) - Constructor for class org.apache.woden.wsdl20.fragids.InterfaceFaultReferencePart
-
Constructs a InterfaceFaultReferencePart class from the values given.
- InterfaceImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents the Interface component from the
WSDL 2.0 Component Model and <interface> element.
- InterfaceImpl() - Constructor for class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- InterfaceMessageReference - Interface in org.apache.woden.wsdl20
-
Represents the InterfaceMessageReference component from the WSDL 2.0 Component model.
- InterfaceMessageReferenceElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <input> and <output> elements,
declared as child elements of interface <operation> element.
- InterfaceMessageReferenceImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents the <input> and <output>
child elements of interface operation.
- InterfaceMessageReferenceImpl() - Constructor for class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- InterfaceMessageReferencePart - Class in org.apache.woden.wsdl20.fragids
-
InterfaceMessageReferencePart
is a Interface Message Reference Pointer Part for the Interface Message Reference WSDL 2.0 component.
- InterfaceMessageReferencePart(NCName, NCName, NCName) - Constructor for class org.apache.woden.wsdl20.fragids.InterfaceMessageReferencePart
-
Constructs a InterfaceMessageReferencePart class from the values given.
- InterfaceOperation - Interface in org.apache.woden.wsdl20
-
Represents the InterfaceMessageReference component from the WSDL 2.0 Component model.
- InterfaceOperationElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <operation> element, declared as a child
of the <interface> element.
- InterfaceOperationExtensions - Interface in org.apache.woden.wsdl20.extensions
-
InterfaceOperationExtensions
represents the WSDL 2.0
predefined extensions, as specified by WSDL 2.0 Part 2: Adjuncts, for the Interface
Operation component.
- InterfaceOperationExtensionsImpl - Class in org.apache.woden.internal.wsdl20.extensions
-
This class defines the properties from the WSDL extensions namespace added to
the WSDL Interface Operation
component as part of the WSDL
extension defined by the WSDL 2.0 spec.
- InterfaceOperationExtensionsImpl(WSDLComponent, URI, ErrorReporter) - Constructor for class org.apache.woden.internal.wsdl20.extensions.InterfaceOperationExtensionsImpl
-
- InterfaceOperationImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents the InterfaceOperation component from the WSDL 2.0 Component
Model and the <operation> child element of the <interface> element.
- InterfaceOperationImpl() - Constructor for class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- InterfaceOperationPart - Class in org.apache.woden.wsdl20.fragids
-
InterfaceOperationPart
is a Interface Operation Pointer Part for the Interface Operation WSDL 2.0 component.
- InterfaceOperationPart(NCName, NCName) - Constructor for class org.apache.woden.wsdl20.fragids.InterfaceOperationPart
-
Constructs a InterfaceOperationPart class from the values given.
- InterfacePart - Class in org.apache.woden.wsdl20.fragids
-
InterfacePart
is a Interface Pointer Part for the Interface WSDL 2.0 component.
- InterfacePart(NCName) - Constructor for class org.apache.woden.wsdl20.fragids.InterfacePart
-
Constructs a InterfacePart class from the value given.
- IntOrTokenAnyAttrImpl - Class in org.apache.woden.internal.xml
-
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>.
- IntOrTokenAnyAttrImpl(XMLElement, QName, String, ErrorReporter) - Constructor for class org.apache.woden.internal.xml.IntOrTokenAnyAttrImpl
-
- IntOrTokenAttr - Interface in org.apache.woden.xml
-
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>.
- INVALID_WSDL - Static variable in exception org.apache.woden.WSDLException
-
- InvalidXPointerException - Exception in org.apache.woden.xpointer
-
This class represents Exceptions that can happen during parsing an XPointer Expression.
- InvalidXPointerException(String, String) - Constructor for exception org.apache.woden.xpointer.InvalidXPointerException
-
Constructs a InvalidXPointerException with a message and fragment properties.
- InvalidXPointerException(String, String, Throwable) - Constructor for exception org.apache.woden.xpointer.InvalidXPointerException
-
Constructs a InvalidXPointerException with a message and fragment properties.
- InvalidXPointerException(String, String, int, int) - Constructor for exception org.apache.woden.xpointer.InvalidXPointerException
-
Constructs a InvalidXPointerException with a message and fragment properties,
and index to the cause inside the fragment.
- InvalidXPointerException(String, String, int, int, Throwable) - Constructor for exception org.apache.woden.xpointer.InvalidXPointerException
-
Constructs a InvalidXPointerException with a message and fragment properties,
and index to the cause inside the fragment.
- isCodeUsed() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPErrorStatusCode
-
- isContent(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character can be considered content.
- isEncoded() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocationTemplate
-
Returns 'true' if the template is encoded, otherwise 'false'.
- isEquivalentTo(WSDLComponent) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- isEquivalentTo(WSDLComponent) - Method in class org.apache.woden.internal.wsdl20.WSDLComponentImpl
-
- isEquivalentTo(WSDLComponent) - Method in interface org.apache.woden.wsdl20.WSDLComponent
-
Tests whether this component is logically equivalent the specified component.
- isHighSurrogate(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns whether the given character is a high surrogate
- isHttpCookies() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingExtensionsImpl
-
- isHttpCookies() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- isHttpCookies() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingExtensions
-
- isHttpCookies() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
If the SOAP version is "1.1" or "1.2" and the underlying protocol is HTTP, returns the
{http cookies} extension property represented by the
whttp:cookies extension attribute , otherwise null.
- isHttpLocationIgnoreUncited() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
-
- isHttpLocationIgnoreUncited() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- isInt() - Method in class org.apache.woden.internal.xml.IntOrTokenAnyAttrImpl
-
- isInt() - Method in interface org.apache.woden.xml.IntOrTokenAttr
-
- isInvalid(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is invalid.
- isLocationValid() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Indicates whether the original HTTP Location string used to create this object
is valid.
- isLowSurrogate(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns whether the given character is a low surrogate
- isMarkup(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character can be considered markup.
- isName(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameStart(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isPubid(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a valid Pubid
character as defined by production [13] in the XML 1.0
specification.
- isQName() - Method in class org.apache.woden.internal.xml.QNameOrTokenAnyAttrImpl
-
- isQName() - Method in class org.apache.woden.types.QNameTokenUnion
-
Returns True if a QName exists, otherwise it returns False;
- isQName() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultCode
-
- isQName() - Method in interface org.apache.woden.xml.QNameOrTokenAttr
-
- isQNameList() - Method in class org.apache.woden.internal.xml.QNameListOrTokenAnyAttrImpl
-
- isQNameList() - Method in interface org.apache.woden.xml.QNameListOrTokenAttr
-
- isQNames() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultSubcodes
-
- isQuery() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocationTemplate
-
Returns 'true' if the template appears in the URI Query portion of the HTTP Location string,
otherwise false.
- isReferenceable() - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- isRequired() - Method in class org.apache.woden.internal.wsdl20.extensions.ExtensionElementImpl
-
- isRequired() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- isRequired() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- isRequired() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- isRequired() - Method in interface org.apache.woden.wsdl20.extensions.ExtensionElement
-
- isRequired() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeader
-
- isRequired() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlock
-
- isRequired() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModule
-
- isRequired() - Method in class org.apache.woden.wsdl20.extensions.UnknownExtensionElement
-
Get whether or not the semantics of this extension
are required.
- isSafe() - Method in class org.apache.woden.internal.wsdl20.extensions.InterfaceOperationExtensionsImpl
-
- isSafe() - Method in interface org.apache.woden.wsdl20.extensions.InterfaceOperationExtensions
-
Returns the value of the {safe} extension property of Interface
Operation as defined by the wsdlx:safe
attribute.
- isSpace(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSupplemental(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a supplemental character.
- isToken() - Method in class org.apache.woden.internal.xml.IntOrTokenAnyAttrImpl
-
- isToken() - Method in class org.apache.woden.internal.xml.QNameListOrTokenAnyAttrImpl
-
- isToken() - Method in class org.apache.woden.internal.xml.QNameOrTokenAnyAttrImpl
-
- isToken() - Method in class org.apache.woden.types.QNameTokenUnion
-
Returns True is a token value exists, otherwise it returns False.
- isToken() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultCode
-
- isToken() - Method in class org.apache.woden.wsdl20.extensions.soap.SOAPFaultSubcodes
-
- isToken() - Method in interface org.apache.woden.xml.IntOrTokenAttr
-
- isToken() - Method in interface org.apache.woden.xml.QNameListOrTokenAttr
-
- isToken() - Method in interface org.apache.woden.xml.QNameOrTokenAttr
-
- isValid() - Method in class org.apache.woden.internal.xml.XMLAttrImpl
-
- isValid(String) - Static method in class org.apache.woden.types.NCName
-
- isValid(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is valid.
- isValid() - Method in class org.apache.woden.xml.UnknownAttr
-
- isValid() - Method in interface org.apache.woden.xml.XMLAttr
-
- isValidIANAEncoding(String) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Static method in class org.apache.woden.types.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNCName(String) - Static method in class org.apache.woden.types.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmtoken(String) - Static method in class org.apache.woden.types.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isXML11Space(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns true if the specified character is a space character
as amdended in the XML 1.1 specification.
- Schema - Interface in org.apache.woden.schema
-
This interface provides an abstract representation of an XML Schema referenced
within the <wsdl:types> element.
- SchemaConstants - Class in org.apache.woden.internal.schema
-
Constants for XML Schema elements, attributes and URIs.
- SchemaConstants() - Constructor for class org.apache.woden.internal.schema.SchemaConstants
-
- SchemaImpl - Class in org.apache.woden.internal.schema
-
Abstract implementation of an XML Schema.
- SchemaImpl() - Constructor for class org.apache.woden.internal.schema.SchemaImpl
-
- SchemaResolverAdapter - Class in org.apache.woden.internal.resolver
-
Adapter from woden to ws.commons resolver, for use with XMLSchemaCollection
(Effectively chains ws.commons DefaultURIResolver...)
- SchemaResolverAdapter(URIResolver, XMLElement) - Constructor for class org.apache.woden.internal.resolver.SchemaResolverAdapter
-
- SERIAL_APP_URLENCODED - Static variable in class org.apache.woden.wsdl20.extensions.http.HTTPConstants
-
- SERIAL_APP_XML - Static variable in class org.apache.woden.wsdl20.extensions.http.HTTPConstants
-
- serializeAsXML(Node, Writer) - Static method in class org.apache.woden.internal.util.dom.DOM2Writer
-
Serialize this node into the writer as XML.
- serializeAsXML(OMNode, Writer) - Static method in class org.apache.woden.internal.util.om.OMWriter
-
- serializeElementAsDocument(Element, Writer) - Static method in class org.apache.woden.internal.util.dom.DOM2Writer
-
Print an XML declaration before serializing the element.
- serializerReg - Variable in class org.apache.woden.wsdl20.extensions.ExtensionRegistry
-
- serialVersionUID - Static variable in exception org.apache.woden.WSDLException
-
- Service - Interface in org.apache.woden.wsdl20
-
Represents the Service component from the WSDL 2.0 Component model.
- ServiceElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <service> element.
- ServiceImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents the Service component and the
<service> element.
- ServiceImpl() - Constructor for class org.apache.woden.internal.wsdl20.ServiceImpl
-
- ServicePart - Class in org.apache.woden.wsdl20.fragids
-
ServicePart
is a Service Pointer Part for the Service WSDL 2.0 component.
- ServicePart(NCName) - Constructor for class org.apache.woden.wsdl20.fragids.ServicePart
-
Constructs an ServicePart class from the value given.
- setAddress(URI) - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- setAddress(URI) - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Set the endpoint address of this EndpointElement to the specified URI.
- setBaseURI(URI) - Method in class org.apache.woden.internal.BaseWSDLSource
-
- setBaseURI(URI) - Method in interface org.apache.woden.WSDLSource
-
Store the base URI of the WSDL source document.
- setBindingName(QName) - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- setBindingName(QName) - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Specify the name of the BindingElement referred to by this EndpointElement.
- setColumnNumber(int) - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
Set the column number of this locator.
- setComponentExtensionContext(URI, ComponentExtensionContext) - Method in class org.apache.woden.internal.wsdl20.WSDLComponentImpl
-
- setComponentExtensionContext(URI, ComponentExtensionContext) - Method in interface org.apache.woden.wsdl20.WSDLComponent
-
Stores the ComponentExtensionContext object that provides access to this WSDL component's
extension properties from the specified namespace.
- setContent(XMLElement) - Method in class org.apache.woden.internal.wsdl20.DocumentationImpl
-
- setContent(Object) - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- setContent(Object) - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- setContent(XMLElement) - Method in interface org.apache.woden.wsdl20.xml.DocumentationElement
-
Sets the documentationElement XMLElement for this DocumentationElement.
- setContentModel(String) - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- setContentModel(String) - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- setDefaultDeserializer(ExtensionDeserializer) - Method in class org.apache.woden.wsdl20.extensions.ExtensionRegistry
-
Set the deserializer to be used when none is found for an encountered
element.
- setDefaultSerializer(ExtensionSerializer) - Method in class org.apache.woden.wsdl20.extensions.ExtensionRegistry
-
Set the serializer to be used when none is found for an extensibility
element.
- setDescriptionElement(DescriptionElement) - Method in class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
-
- setDescriptionElement(DescriptionElement) - Method in interface org.apache.woden.wsdl20.xml.ImportElement
-
- setDescriptionElement(DescriptionElement) - Method in interface org.apache.woden.wsdl20.xml.IncludeElement
-
- setDirection(Direction) - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- setDirection(Direction) - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- setDirection(Direction) - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- setDirection(Direction) - Method in interface org.apache.woden.wsdl20.xml.BindingMessageReferenceElement
-
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the message.
- setDirection(Direction) - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultReferenceElement
-
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the fault.
- setDirection(Direction) - Method in interface org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement
-
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the message.
- setDocumentBaseURI(String) - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
Set the base URI of this locator.
- setDocumentBaseURI(URI) - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- setDocumentBaseURI(URI) - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Set the document base URI to the specified URI.
- setElement(QNameTokenUnion) - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- setElement(QNameTokenUnion) - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- setElement(XMLElement) - Method in class org.apache.woden.wsdl20.extensions.UnknownExtensionElement
-
Set the Element for this extensibility element.
- setElement(QNameTokenUnion) - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultElement
-
Specify the union of the xs:token and xs:QName of the global schema element declaration referred to by this
InterfaceFaultElement.
- setElement(QNameTokenUnion) - Method in interface org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement
-
Specify the union of the xs:token and xs:QName of the global schema element declaration referred to by this
InterfaceMessageReferenceElement.
- setElementName(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- setElementName(QName) - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
Set the QName that identifies the Schema element declaration
relating to this soap header.
- setErrorHandler(ErrorHandler) - Method in interface org.apache.woden.ErrorReporter
-
Set a custom error handler on this error reporter to replace the
default error handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.woden.internal.ErrorReporterImpl
-
- setExtensionAttribute(QName, XMLAttr) - Method in class org.apache.woden.internal.wsdl20.extensions.AttributeExtensibleImpl
-
- setExtensionAttribute(QName, XMLAttr) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- setExtensionAttribute(QName, XMLAttr) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- setExtensionAttribute(QName, XMLAttr) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- setExtensionAttribute(QName, XMLAttr) - Method in class org.apache.woden.internal.wsdl20.WSDLElementImpl
-
- setExtensionAttribute(QName, XMLAttr) - Method in interface org.apache.woden.wsdl20.extensions.AttributeExtensible
-
Store the extension attribute object identified by the QName.
- setExtensionRegistry(ExtensionRegistry) - Method in class org.apache.woden.internal.BaseWSDLReader
-
- setExtensionRegistry(ExtensionRegistry) - Method in class org.apache.woden.internal.BaseWSDLWriter
-
- setExtensionRegistry(ExtensionRegistry) - Method in interface org.apache.woden.WSDLReader
-
Set the extension registry to the specified registry reference.
- setExtensionType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.ExtensionElementImpl
-
- setExtensionType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- setExtensionType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- setExtensionType(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- setExtensionType(QName) - Method in interface org.apache.woden.wsdl20.extensions.ExtensionElement
-
- setExtensionType(QName) - Method in class org.apache.woden.wsdl20.extensions.UnknownExtensionElement
-
Set the type of this extensibility element.
- setFactoryImplName(String) - Method in class org.apache.woden.internal.BaseWSDLReader
-
Stores the name of the WSDLFactory implementation class to be used for
any subsequent WSDLFactory requests, first discarding any cached factory
object.
- setFactoryImplName(String) - Method in class org.apache.woden.internal.BaseWSDLWriter
-
- setFactoryImplName(String) - Method in interface org.apache.woden.WSDLReader
-
Store the name of the WSDLFactory implementation class to be used for
any subsequent WSDLFactory requests.
- setFaultCode(String) - Method in exception org.apache.woden.WSDLException
-
- setFeature(String, boolean) - Method in class org.apache.woden.internal.BaseWSDLReader
-
Set a named feature on or off with a boolean.
- setFeature(String, boolean) - Method in class org.apache.woden.internal.BaseWSDLWriter
-
- setFeature(String, boolean) - Method in interface org.apache.woden.WSDLReader
-
Set a named feature on or off with a boolean.
- setFeature(String, boolean) - Method in interface org.apache.woden.WSDLWriter
-
Sets the specified feature to the specified value.
- setId(String) - Method in class org.apache.woden.internal.schema.InlinedSchemaImpl
-
- setId(String) - Method in interface org.apache.woden.schema.InlinedSchema
-
Set the String representing the id
attribute of <xs:schema>.
- setInterfaceName(QName) - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- setInterfaceName(QName) - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- setInterfaceName(QName) - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Specify the name of the InterfaceElement referred to by this BindingElement.
- setInterfaceName(QName) - Method in interface org.apache.woden.wsdl20.xml.ServiceElement
-
Specify the name of the InterfaceElement referred to by this ServiceElement.
- setLineNumber(int) - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
Set the line number of this locator.
- setLocale(Locale) - Method in interface org.apache.woden.ErrorReporter
-
Set the Locale used for localization of error messages.
- setLocale(Locale) - Method in class org.apache.woden.internal.ErrorReporterImpl
-
- setLocation(URI) - Method in class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
-
- setLocation(URI) - Method in interface org.apache.woden.wsdl20.xml.ImportElement
-
- setLocation(URI) - Method in interface org.apache.woden.wsdl20.xml.IncludeElement
-
- setLocation(String) - Method in exception org.apache.woden.WSDLException
-
Set the location using an XPath expression.
- setLocationURI(String) - Method in class org.apache.woden.internal.ErrorLocatorImpl
-
Set the location URI of this locator.
- setMessageLabel(NCName) - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- setMessageLabel(NCName) - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- setMessageLabel(NCName) - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- setMessageLabel(NCName) - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- setMessageLabel(NCName) - Method in interface org.apache.woden.wsdl20.xml.BindingFaultReferenceElement
-
Set the message label to the specified NCName.
- setMessageLabel(NCName) - Method in interface org.apache.woden.wsdl20.xml.BindingMessageReferenceElement
-
Set the message label to the specified NCName.
- setMessageLabel(NCName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultReferenceElement
-
Set the message label to the specified NCName.
- setMessageLabel(NCName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceMessageReferenceElement
-
Set the message label to the specified NCName.
- setMustUnderstand(Boolean) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- setMustUnderstand(Boolean) - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
- setName(NCName) - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- setName(QName) - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- setName(NCName) - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- setName(String) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- setName(NCName) - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- setName(NCName) - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- setName(NCName) - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- setName(NCName) - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- setName(QName) - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- setName(String) - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- setName(NCName) - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Set the name of this BindingElement to the specified NCName.
- setName(NCName) - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Set the name of this EndpointElement to the specified NCName.
- setName(NCName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Set the name of this InterfaceElement to the specified NCName.
- setName(NCName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultElement
-
Set the name of this InterfaceFaultElement to the specified NCName.
- setName(NCName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Set the name of this InterfaceOperationElement to the specified NCName.
- setName(NCName) - Method in interface org.apache.woden.wsdl20.xml.ServiceElement
-
Set the name of this ServiceElement to the specified NCName.
- setNamespace(URI) - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- setNamespace(URI) - Method in class org.apache.woden.internal.wsdl20.ImportImpl
-
- setNamespace(URI) - Method in interface org.apache.woden.schema.Schema
-
Set the targetNamespace
attribute of a <xs:schema> element
or the namespace
attribute of a <xs:import> element.
- setNamespace(URI) - Method in interface org.apache.woden.wsdl20.xml.ImportElement
-
- setParentElement(WSDLElement) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- setParentElement(WSDLElement) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- setParentElement(WSDLElement) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- setParentElement(WSDLElement) - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- setParentElement(WSDLElement) - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
- setParentElement(WSDLElement) - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModuleElement
-
- setPattern(URI) - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- setPattern(URI) - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Set the message exchange pattern used by this InterfaceOperationElement to the specified
URI.
- setProperty(String, Object) - Method in class org.apache.woden.internal.BaseWSDLReader
-
Set a named property to the specified object.
- setProperty(String, Object) - Method in class org.apache.woden.internal.BaseWSDLWriter
-
Set a named property to the specified object.
- setProperty(String, Object) - Method in interface org.apache.woden.WSDLReader
-
Set a named property to the specified object.
- setRef(QName) - Method in class org.apache.woden.internal.wsdl20.BindingFaultImpl
-
- setRef(QName) - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- setRef(QName) - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- setRef(URI) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- setRef(QName) - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- setRef(URI) - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModuleElement
-
- setRef(QName) - Method in interface org.apache.woden.wsdl20.xml.BindingFaultElement
-
Specify the name of the InterfaceFaultElement referred to by this BindingFaultElement.
- setRef(QName) - Method in interface org.apache.woden.wsdl20.xml.BindingFaultReferenceElement
-
Specify the name of the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
- setRef(QName) - Method in interface org.apache.woden.wsdl20.xml.BindingOperationElement
-
Specify the name of the InterfaceOperationElement referred to by this BindingOperationElement.
- setRef(QName) - Method in interface org.apache.woden.wsdl20.xml.InterfaceFaultReferenceElement
-
Specify the name of the InterfaceFaultElement referred to by this
InterfaceFaultReferenceElement.
- setReferenceable(boolean) - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- setRequired(Boolean) - Method in class org.apache.woden.internal.wsdl20.extensions.ExtensionElementImpl
-
- setRequired(Boolean) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- setRequired(Boolean) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- setRequired(Boolean) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- setRequired(Boolean) - Method in interface org.apache.woden.wsdl20.extensions.ExtensionElement
-
- setRequired(Boolean) - Method in class org.apache.woden.wsdl20.extensions.UnknownExtensionElement
-
Set whether or not the semantics of this extension
are required.
- setSchemaDefinition(XmlSchema) - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- setSchemaDefinition(XmlSchema) - Method in interface org.apache.woden.schema.Schema
-
Sets the schema definition for an inlined schema or schema import to the specified
XmlSchema
.
- setSchemaLocation(URI) - Method in class org.apache.woden.internal.schema.ImportedSchemaImpl
-
- setSchemaLocation(URI) - Method in interface org.apache.woden.schema.ImportedSchema
-
Set the URI representing the schemaLocation
attribute of <xs:import>.
- setShorthandPointer(NCName) - Method in class org.apache.woden.xpointer.XPointer
-
Sets the Shorthand Pointer of this XPointer to the NCName given as an argument.
- setSource(Object) - Method in class org.apache.woden.internal.BaseWSDLSource
-
- setSource(Object) - Method in class org.apache.woden.internal.BaseXMLElement
-
- setSource(Object) - Method in class org.apache.woden.internal.DOMWSDLSource
-
- setSource(Object) - Method in class org.apache.woden.internal.DOMXMLElement
-
- setSource(Object) - Method in class org.apache.woden.internal.OMWSDLSource
-
- setSource(Object) - Method in class org.apache.woden.internal.OMXMLElement
-
- setSource(Object) - Method in interface org.apache.woden.WSDLSource
-
Store the specified source object representing the WSDL.
- setSource(Object) - Method in interface org.apache.woden.XMLElement
-
Accepts an Object representing an XML element.
- setSystem(URI) - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- setSystem(URI) - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- setTargetException(Throwable) - Method in exception org.apache.woden.WSDLException
-
- setTargetNamespace(URI) - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- setTargetNamespace(URI) - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Set the target namespace to the specified URI.
- setType(URI) - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- setType(URI) - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Set the binding type to the specified URI.
- setTypeName(QName) - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- setTypeName(QName) - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- setTypes(TypesElement) - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- setTypeSystem(String) - Method in class org.apache.woden.internal.wsdl20.TypesImpl
-
- setTypeSystem(String) - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Indicates the type system used within the <types> element.
- setURIResolver(URIResolver) - Method in class org.apache.woden.internal.BaseWSDLReader
-
Provides the capability of setting a custom URI Resolver.
- setURIResolver(URIResolver) - Method in interface org.apache.woden.WSDLReader
-
Sets the URI resolver to be used.
- setValid(boolean) - Method in class org.apache.woden.internal.xml.XMLAttrImpl
-
- setValue(String, boolean) - Method in class org.apache.woden.internal.ReaderFeatures
-
Set the value of the given feature
- setValue(String, boolean) - Method in class org.apache.woden.internal.WriterFeatures
-
Set the value of the given feature
- setValue(String) - Method in class org.apache.woden.types.NCName
-
- setValue(String) - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocationTemplate
-
Sets the String value of the element cited by this template.
- setXMLElement(XMLElement) - Method in class org.apache.woden.internal.schema.SchemaImpl
-
- setXMLElement(XMLElement) - Method in interface org.apache.woden.schema.Schema
-
Sets the XMLElement representing the underlying xs:schema
or xs:import
element.
- SEVERITY_ERROR - Static variable in interface org.apache.woden.ErrorReporter
-
- SEVERITY_FATAL_ERROR - Static variable in interface org.apache.woden.ErrorReporter
-
- SEVERITY_WARNING - Static variable in interface org.apache.woden.ErrorReporter
-
- SimpleURIResolver - Class in org.apache.woden.internal.resolver
-
- SimpleURIResolver() - Constructor for class org.apache.woden.internal.resolver.SimpleURIResolver
-
- SOAPBindingExtensions - Interface in org.apache.woden.wsdl20.extensions.soap
-
Provides access to the extension properties of the Binding component
that are in the http://www.w3.org/ns/wsdl/soap
namespace.
- SOAPBindingExtensionsImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This class defines the properties from the SOAP namespace
added to the WSDL Binding
component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.
- SOAPBindingExtensionsImpl(WSDLComponent, URI, ErrorReporter) - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingExtensionsImpl
-
- SOAPBindingFaultExtensions - Interface in org.apache.woden.wsdl20.extensions.soap
-
Provides access to the extension properties of the Binding Fault component
that are in the http://www.w3.org/ns/wsdl/soap
namespace.
- SOAPBindingFaultExtensionsImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This class defines the properties from the SOAP namespace
added to the WSDL BindingFault
component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.
- SOAPBindingFaultExtensionsImpl(WSDLComponent, URI, ErrorReporter) - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultExtensionsImpl
-
- SOAPBindingFaultReferenceExtensions - Interface in org.apache.woden.wsdl20.extensions.soap
-
Provides access to the extension properties of the Binding Fault Reference component
that are in the http://www.w3.org/ns/wsdl/soap
namespace.
- SOAPBindingFaultReferenceExtensionsImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This class defines the properties from the SOAP namespace
added to the WSDL BindingFaultReference
component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.
- SOAPBindingFaultReferenceExtensionsImpl(WSDLComponent, URI, ErrorReporter) - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingFaultReferenceExtensionsImpl
-
- SOAPBindingMessageReferenceExtensions - Interface in org.apache.woden.wsdl20.extensions.soap
-
Provides access to the extension properties of the Binding Message Reference component
that are in the http://www.w3.org/ns/wsdl/soap
namespace.
- SOAPBindingMessageReferenceExtensionsImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This class defines the properties from the SOAP namespace
added to the WSDL BindingMessageReference
component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.
- SOAPBindingMessageReferenceExtensionsImpl(WSDLComponent, URI, ErrorReporter) - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensionsImpl
-
- SOAPBindingOperationExtensions - Interface in org.apache.woden.wsdl20.extensions.soap
-
Provides access to the extension properties of the Binding Operation component
that are in the http://www.w3.org/ns/wsdl/soap
namespace.
- SOAPBindingOperationExtensionsImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This class defines the properties from the SOAP namespace
added to the WSDL BindingOperation
component as part
of the SOAP binding extension defined by the WSDL 2.0 spec.
- SOAPBindingOperationExtensionsImpl(WSDLComponent, URI, ErrorReporter) - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPBindingOperationExtensionsImpl
-
- SOAPConstants - Class in org.apache.woden.wsdl20.extensions.soap
-
- SOAPConstants() - Constructor for class org.apache.woden.wsdl20.extensions.soap.SOAPConstants
-
- SOAPEndpointExtensions - Interface in org.apache.woden.wsdl20.extensions.soap
-
There are no WSDL 2.0 SOAP extension properties (from the namespace
http://www.w3.org/ns/wsdl/soap
) attached to the Endpoint component.
- SOAPEndpointExtensionsImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This interface represents the properties from the HTTP namespace added to the
WSDL 2.0 Endpoint
component when the binding type is SOAP and the
underlying protocol is HTTP.
- SOAPEndpointExtensionsImpl(WSDLComponent, URI, ErrorReporter) - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPEndpointExtensionsImpl
-
- SOAPFaultCode - Class in org.apache.woden.wsdl20.extensions.soap
-
This class represents the {soap fault code} property that forms part of the
SOAP extensions to the WSDL BindingFault
component.
- SOAPFaultCode(QName) - Constructor for class org.apache.woden.wsdl20.extensions.soap.SOAPFaultCode
-
- SOAPFaultSubcodes - Class in org.apache.woden.wsdl20.extensions.soap
-
This class represents the {soap fault subcodes} property that forms part of the
SOAP extensions to the WSDL BindingFault
component.
- SOAPFaultSubcodes(QName[]) - Constructor for class org.apache.woden.wsdl20.extensions.soap.SOAPFaultSubcodes
-
- SOAPHeaderBlock - Interface in org.apache.woden.wsdl20.extensions.soap
-
This interface represents the SOAPHeaderBlock Component that can appear in the
optional {soap headers} property of the WSDL 2.0 components BindingFault
and BindingMessageReference.
- SOAPHeaderBlockDeserializer - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
Deserializes the <wsoap:header> extension element into a SOAPHeaderBlockElement.
- SOAPHeaderBlockDeserializer() - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockDeserializer
-
- SOAPHeaderBlockElement - Interface in org.apache.woden.wsdl20.extensions.soap
-
This interface represents the <wsoap:header> extension element that
can appear within a Binding Fault or Binding Message Reference.
- SOAPHeaderBlockImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This class represents the SOAPHeaderBlock Component and the <wsoap:header>
extension element that can appear within a Binding Fault or Binding Message
Reference.
- SOAPHeaderBlockImpl() - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- SOAPModule - Interface in org.apache.woden.wsdl20.extensions.soap
-
This interface represents the SOAPModule Component that can appear in the
optional {soap modules} property of the WSDL 2.0 components Binding, BindingFault,
BindingOperation, BindingFaultReference or BindingMessageReference.
- SOAPModuleDeserializer - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
Deserializes the <wsoap:module> extension element into a SOAPModuleElement.
- SOAPModuleDeserializer() - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleDeserializer
-
- SOAPModuleElement - Interface in org.apache.woden.wsdl20.extensions.soap
-
This interface represents the <wsoap:module> extension element that
can appear within a Binding, Binding Fault, Binding Operation, Binding
Fault Reference or Binding Message Reference.
- SOAPModuleImpl - Class in org.apache.woden.internal.wsdl20.extensions.soap
-
This class represents the SOAPModule Component and the <wsoap:module>
extension element that can appear within a Binding, Binding Fault,
Binding Operation, Binding Fault Reference or Binding Message Reference.
- SOAPModuleImpl() - Constructor for class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- StringAttr - Interface in org.apache.woden.xml
-
This interface represents XML attribute information items of type xs:string.
- StringAttrImpl - Class in org.apache.woden.internal.xml
-
This class represents XML attribute information items of type xs:string.
- StringAttrImpl(XMLElement, QName, String, ErrorReporter) - Constructor for class org.apache.woden.internal.xml.StringAttrImpl
-
- StringUtils - Class in org.apache.woden.internal.util
-
This class originated from WSDL4J.
- StringUtils() - Constructor for class org.apache.woden.internal.util.StringUtils
-
- STYLE_STRING_RPC - Static variable in class org.apache.woden.wsdl20.extensions.rpc.RPCConstants
-
- STYLE_URI_RPC - Static variable in class org.apache.woden.wsdl20.extensions.rpc.RPCConstants
-
- supplemental(char, char) - Static method in class org.apache.woden.types.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- targetClass - Variable in class org.apache.woden.wsdl20.validation.AssertionInfo
-
- testAssertionBinding1044(Binding, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Binding-1044.
- testAssertionBinding1045(Binding, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Binding-1045.
- testAssertionBinding1048(Binding, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Binding-1048.
- testAssertionBinding1049(Binding[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Binding-1049.
- testAssertionBindingFault1050(BindingFault[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion BindingFault-1050.
- testAssertionBindingFaultReference1055(BindingFaultReference[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion BindingFaultReference-1055.
- testAssertionBindingFaultReference1059(BindingFaultReference, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion BindingFaultReference-1059.
- testAssertionBindingMessageReference1052(BindingMessageReference[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion BindingMessageReference-1052.
- testAssertionBindingOperation1051(BindingOperation[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion BindingOperation-1051.
- testAssertionDescription1006(DescriptionElement, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidator
-
Test assertion Description-1006.
- testAssertionEndpoint1061(Endpoint, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Endpoint-1061.
- testAssertionEndpoint1062(Endpoint, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Endpoint-1062.
- testAssertionInterface1009(Interface, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Interface-1009.
- testAssertionInterface1010(Interface[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Interface-1010.
- testAssertionInterface1012(InterfaceElement, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidator
-
Test assertion Interface-1012.
- testAssertionInterfaceFaultReference1039(InterfaceFaultReference[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion InterfaceFaultReference-1039.
- testAssertionInterfaceMessageReference1028(InterfaceMessageReference, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion InterfaceMessageReference-1028.
- testAssertionInterfaceMessageReference1029(InterfaceMessageReference[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion InterfaceMessageReference-1029.
- testAssertionMEP1022(URI, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion MEP-1022.
- testAssertionQNameResolution1064ForInterfaceFaultReference(InterfaceFaultReferenceElement, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidator
-
Test assertion QName-resolution-1064 for an InterfaceFaultReference element.
- testAssertionSchema1066(DescriptionElement, QName, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidator
-
Test assertion Schema-1066.
- testAssertionSchema1069(ImportedSchema, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidator
-
Test assertion Schema-1069.
- testAssertionSchema1070(ImportedSchema, ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidator
-
Test assertion Schema-1070.
- testAssertionSchema1073(InlinedSchema[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidator
-
Test assertion Schema-1073.
- testAssertionService1060(Service[], ErrorReporter) - Method in class org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator
-
Test assertion Service-1060.
- testElementShorthand(XMLElement, String) - Method in class org.apache.woden.internal.xpointer.DOMXMLElementEvaluator
-
- testElementShorthand(XMLElement, String) - Method in class org.apache.woden.internal.xpointer.OMXMLElementEvaluator
-
- testElementShorthand(XMLElement, String) - Method in class org.apache.woden.internal.xpointer.XMLElementEvaluator
-
- throwWSDLException(Element) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
- throwWSDLException(Element, List) - Static method in class org.apache.woden.internal.util.dom.DOMUtils
-
- toComponent() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- toComponent() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the Description component derived from this DescriptionElement.
- toElement() - Method in class org.apache.woden.internal.wsdl20.BindingFaultImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.BindingFaultReferenceImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.BindingImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.BindingMessageReferenceImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.BindingOperationImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.DescriptionImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.EndpointImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPHeaderBlockImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceMessageReferenceImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.InterfaceOperationImpl
-
- toElement() - Method in class org.apache.woden.internal.wsdl20.ServiceImpl
-
- toElement() - Method in interface org.apache.woden.wsdl20.Binding
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.BindingFault
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.BindingFaultReference
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.BindingMessageReference
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.BindingOperation
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.Description
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.Endpoint
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeader
-
- toElement() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlock
-
- toElement() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPModule
-
- toElement() - Method in interface org.apache.woden.wsdl20.Interface
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.InterfaceFault
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.InterfaceFaultReference
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.InterfaceMessageReference
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toElement() - Method in interface org.apache.woden.wsdl20.Service
-
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
- toExternalForm() - Method in class org.apache.woden.internal.xml.XMLAttrImpl
-
- toExternalForm() - Method in class org.apache.woden.xml.UnknownAttr
-
- toExternalForm() - Method in interface org.apache.woden.xml.XMLAttr
-
- TokenAttr - Interface in org.apache.woden.xml
-
This interface represents XML attribute information items of type xs:token.
- TokenAttrImpl - Class in org.apache.woden.internal.xml
-
This class represents XML attribute information items of type xs:token.
- TokenAttrImpl(XMLElement, QName, String, ErrorReporter) - Constructor for class org.apache.woden.internal.xml.TokenAttrImpl
-
- toString() - Method in class org.apache.woden.internal.ErrorInfoImpl
-
- toString() - Method in class org.apache.woden.internal.wsdl20.ElementDeclarationImpl
-
- toString() - Method in class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- toString() - Method in class org.apache.woden.internal.wsdl20.WSDLComponentImpl
-
- toString() - Method in class org.apache.woden.types.NCName
-
- toString() - Method in class org.apache.woden.wsdl20.enumeration.Direction
-
- toString() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPAuthenticationScheme
-
- toString() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPErrorStatusCode
-
- toString() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Same behaviour as getFormattedLocation()
- toString() - Method in class org.apache.woden.wsdl20.extensions.rpc.Direction
-
- toString() - Method in class org.apache.woden.wsdl20.extensions.UnknownExtensionElement
-
- toString() - Method in class org.apache.woden.wsdl20.fragids.BindingFaultPart
-
Returns a String of the serialised Binding Fault Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.BindingFaultReferencePart
-
Returns a String of the serialised Binding Fault Reference Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.BindingMessageReferencePart
-
Returns a String of the serialised Binding Message Reference Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.BindingOperationPart
-
Returns a String of the serialised Binding Operation Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.BindingPart
-
Returns a String of the serialised Binding Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.DescriptionPart
-
Returns a String of the serialised Description Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.ElementDeclarationPart
-
Returns a String of the serialised Element Declaration Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.EndpointPart
-
Returns a String of the serialised Endpoint Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.ExtensionsPart
-
Returns a String of the serialised Extension Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.FragmentIdentifier
-
Returns a String serialisation of this fragment identifier.
- toString() - Method in class org.apache.woden.wsdl20.fragids.InterfaceFaultPart
-
Returns a String of the serialised Binding Fault Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.InterfaceFaultReferencePart
-
Returns a String of the serialised Binding Fault Reference Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.InterfaceMessageReferencePart
-
Returns a String of the serialised Binding Message Reference Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.InterfaceOperationPart
-
Returns a String of the serialised Binding Operation Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.InterfacePart
-
Returns a String of the serialised Interface Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.ServicePart
-
Returns a String of the serialised Service Pointer Part.
- toString() - Method in class org.apache.woden.wsdl20.fragids.TypeDefinitionPart
-
Returns a String of the serialised Type Definition Pointer Part.
- toString() - Method in interface org.apache.woden.wsdl20.WSDLComponent
-
Returns a String serialisation of the fragment identifier for this WSDL 2.0 component.
- toString() - Method in exception org.apache.woden.WSDLException
-
- toString() - Method in class org.apache.woden.xpointer.ElementPointerPart
-
- toString() - Method in exception org.apache.woden.xpointer.InvalidXPointerException
-
- toString() - Method in interface org.apache.woden.xpointer.PointerPart
-
Returns a String serialisation of this xpointer PointerPart.
- toString() - Method in class org.apache.woden.xpointer.XmlnsPointerPart
-
- toString() - Method in class org.apache.woden.xpointer.XPointer
-
Returns a String serialisation of this XPointer.
- TYPE_XSD_2001 - Static variable in class org.apache.woden.internal.wsdl20.Constants
-
- TYPE_XSD_2001 - Static variable in interface org.apache.woden.WSDLReader
-
A constant representing the W3C XML Schema type system.
- TypeDefinition - Interface in org.apache.woden.wsdl20
-
Represents the TypeDefinition component described in the WSDL 2.0 component model
(within the Description Component section of the W3C WSDL 2.0 spec).
- TypeDefinitionImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents a TypeDefinition property of the Description component.
- TypeDefinitionImpl() - Constructor for class org.apache.woden.internal.wsdl20.TypeDefinitionImpl
-
- TypeDefinitionPart - Class in org.apache.woden.wsdl20.fragids
-
TypeDefinitionPart
is a Type Definition Pointer Part for the Type Definition WSDL 2.0 component.
- TypeDefinitionPart(QName, URI) - Constructor for class org.apache.woden.wsdl20.fragids.TypeDefinitionPart
-
Constructs a TypeDefinitionPart class for an Type Definition component with an XMLScheme type system.
- TypeDefinitionPart(QName) - Constructor for class org.apache.woden.wsdl20.fragids.TypeDefinitionPart
-
Constructs an TypeDefinitionPart class for an Type Definition component with another type system.
- TypesElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <types> element.
- TypesImpl - Class in org.apache.woden.internal.wsdl20
-
This class represents the WSDL <types> element.
- TypesImpl() - Constructor for class org.apache.woden.internal.wsdl20.TypesImpl
-