- 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 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 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 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 interface org.apache.woden.xml.ArgumentArrayAttr
-
- getAttributeType() - Method in class org.apache.woden.xml.UnknownAttr
-
- getAttributeType() - Method in interface org.apache.woden.xml.XMLAttr
-
- 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 interface org.apache.woden.WSDLSource
-
- 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 interface org.apache.woden.wsdl20.xml.EndpointElement
-
Return the BindingElement referred to by this EndpointElement.
- getBindingElements() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of BindingElements within this DescriptionElement.
- getBindingFaultElements() - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Return the set of BindingFaultElements within this BindingElement.
- getBindingFaultReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.BindingOperationElement
-
Return the set of BindingFaultReferenceElements within this BindingOperationElement.
- getBindingFaultReferences() - Method in interface org.apache.woden.wsdl20.BindingOperation
-
Represents the {binding fault references} property of the BindingOperation component.
- getBindingFaults() - Method in interface org.apache.woden.wsdl20.Binding
-
Represents the {binding faults} property of the Binding component.
- getBindingMessageReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.BindingOperationElement
-
Return the set of BindingMessageReferenceElements within this BindingOperationElement.
- getBindingMessageReferences() - Method in interface org.apache.woden.wsdl20.BindingOperation
-
Represents the {binding message references} property of the BindingOperation component.
- getBindingName() - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Return the name of the BindingElement referred to by this EndpointElement.
- 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.
- getBindingOperations() - Method in interface org.apache.woden.wsdl20.Binding
-
Represents the {binding operations} property of the Binding component.
- getBindings() - Method in interface org.apache.woden.wsdl20.Description
-
Represents the {bindings} property of the Description component.
- getBoolean() - Method in interface org.apache.woden.xml.BooleanAttr
-
- 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.
- getCmdir() - Method in class org.apache.woden.ant.ValidateWSDL20
-
Gets the directory for component model interchange formal output.
- getCmext() - Method in class org.apache.woden.ant.ValidateWSDL20
-
Gets the component model interchange format file extension.
- getCode() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPErrorStatusCode
-
- getColumnNumber() - Method in interface org.apache.woden.ErrorLocator
-
- 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 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
-
- 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 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.
- getDescriptionElement() - Method in interface org.apache.woden.wsdl20.xml.ImportElement
-
- getDescriptionElement() - Method in interface org.apache.woden.wsdl20.xml.IncludeElement
-
- getDir() - Method in class org.apache.woden.ant.ValidateWSDL20
-
Gets the input WSDL fileset directory.
- 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 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 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() - 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 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 interface org.apache.woden.wsdl20.Description
-
Represents the {element declarations} property of the Description component.
- 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 interface org.apache.woden.wsdl20.Service
-
Returns the Endpoint with the specified local name from the {endpoints}
property of this Service.
- getEndpointElements() - Method in interface org.apache.woden.wsdl20.xml.ServiceElement
-
Return the set of EndpointElements within this ServiceElement.
- 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.
- getErrorLocator() - Method in interface org.apache.woden.ErrorInfo
-
- 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
-
- 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 interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the named InterfaceElement from the set of IntefaceElements extended by this
InterfaceElement.
- getExtendedInterfaceElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of InterfaceElements extended by this InterfaceElement.
- getExtendedInterfaceNames() - Method in interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the qualified names of the InterfaceElements that this InterfaceElement extends.
- getExtendedInterfaces() - Method in interface org.apache.woden.wsdl20.Interface
-
Represents the {extended interfaces} property of the Interface component.
- getExtensionAttribute(QName) - Method in interface org.apache.woden.wsdl20.extensions.AttributeExtensible
-
Return the extension attribute with this QName.
- getExtensionAttributes() - Method in interface org.apache.woden.wsdl20.extensions.AttributeExtensible
-
Return all extension attributes.
- getExtensionAttributesForNamespace(URI) - Method in interface org.apache.woden.wsdl20.extensions.AttributeExtensible
-
Return the extension attributes from this namespace.
- getExtensionElements() - Method in interface org.apache.woden.wsdl20.extensions.ElementExtensible
-
- getExtensionElementsOfType(QName) - Method in interface org.apache.woden.wsdl20.extensions.ElementExtensible
-
- 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 interface org.apache.woden.wsdl20.extensions.PropertyExtensible
-
Returns the component's named extension property from the specified namespace.
- getExtensionRegistry() - Method in interface org.apache.woden.WSDLReader
-
- 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.
- getExtToBehaviorMap() - Method in class org.apache.woden.tool.converter.Convert
-
- getFactoryImplName() - Method in interface org.apache.woden.WSDLReader
-
- getFaultCode() - Method in exception org.apache.woden.WSDLException
-
- 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 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.
- getFragment() - Method in exception org.apache.woden.xpointer.InvalidXPointerException
-
Returns the fragment String stored inside this exception.
- getFragmentIdentifier() - Method in interface org.apache.woden.wsdl20.WSDLComponent
-
Returns the fragment identifier for this WSDL 2.0 component.
- 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 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 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 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 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 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 interface org.apache.woden.wsdl20.extensions.http.HTTPBindingFaultExtensions
-
- getHttpFaultSerialization() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- 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 interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- 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 interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- getHttpMethodDefault() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingExtensions
-
- getHttpOutputSerialization() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- 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 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 interface org.apache.woden.schema.InlinedSchema
-
- getId() - Method in interface org.apache.woden.wsdl20.validation.Assertion
-
Return the assertion identifier.
- 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 interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of ImportElements within this DescriptionElement.
- getIncludeElements() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of IncludeElements within this DescriptionElement.
- 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.
- 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 interface org.apache.woden.xml.IntOrTokenAttr
-
- 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 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 interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of InterfaceElements within this DescriptionElement.
- 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 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 interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of InterfaceFaultElements defined directly within this InterfaceElement.
- 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 interface org.apache.woden.wsdl20.xml.BindingFaultReferenceElement
-
Return the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement.
- getInterfaceFaultReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Return the set of InterfaceFaultReferenceElement within this InterfaceOperationElement.
- getInterfaceFaultReferences() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Represents the {interface fault references} property of the InterfaceOperation component.
- getInterfaceFaults() - Method in interface org.apache.woden.wsdl20.Interface
-
Represents the {interface faults} property of the Interface component.
- 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 interface org.apache.woden.wsdl20.xml.BindingMessageReferenceElement
-
Return the InterfaceMessageReferenceElement associated with this BindingMessageReferenceElement.
- getInterfaceMessageReferenceElements() - Method in interface org.apache.woden.wsdl20.xml.InterfaceOperationElement
-
Return the set of InterfaceMessageReferenceElements within this InterfaceOperationElement.
- getInterfaceMessageReferences() - Method in interface org.apache.woden.wsdl20.InterfaceOperation
-
Represents the {interface message references} property of the InterfaceOperation component.
- 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 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 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 interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of InterfaceOperationElements defined directly within this InterfaceElement.
- getInterfaceOperations() - Method in interface org.apache.woden.wsdl20.Interface
-
Represents the {interface operations} property of the Interface component.
- 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
-
- getLineNumber() - Method in interface org.apache.woden.ErrorLocator
-
- getLocale() - Method in interface org.apache.woden.ErrorReporter
-
- getLocalName() - Method in interface org.apache.woden.XMLElement
-
- 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
-
- getMessage() - Method in interface org.apache.woden.ErrorInfo
-
- getMessage() - Method in exception org.apache.woden.WSDLException
-
- 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 interface org.apache.woden.wsdl20.InterfaceOperation
-
Returns a URI representing the {message exchange pattern} property of this
InterfaceOperation.
- 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 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.ant.NamespaceWriter
-
- 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
-
- 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 interface org.apache.woden.wsdl20.xml.WSDLElement
-
Return the prefix associated with the specified namespace URI.
- 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 interface org.apache.woden.XMLElement
-
Return the next sibling element of this element or null if no
siblings are found.
- getOriginalLocation() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocation
-
Returns the original HTTP Location String specified when this object
was created.
- getOutputStream(String, String, boolean, boolean) - Static method in class org.apache.woden.tool.converter.Utils
-
- 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 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 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.ant.NamespaceWriter
-
- 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.wsdl20.extensions.BaseComponentExtensionContext
-
- getProperties() - Method in interface org.apache.woden.wsdl20.extensions.ComponentExtensionContext
-
- 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.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.wsdl20.extensions.soap.SOAPFaultSubcodes
-
- getQNames() - Method in interface org.apache.woden.xml.QNameListAttr
-
- getQNames() - Method in interface org.apache.woden.xml.QNameListOrTokenAttr
-
- 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.
- getReport() - Method in class org.apache.woden.ant.ValidateWSDL20
-
Gets the output report file.
- 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 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 interface org.apache.woden.schema.ImportedSchema
-
- 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 interface org.apache.woden.xml.HTTPAuthenticationSchemeAttr
-
- getserializationStrategy() - Method in interface org.apache.woden.wsdl20.editable.EdDescription
-
- 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 interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the set of ServiceElements within this DescriptionElement.
- 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 interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingOperationExtensions
-
Returns an object representing the {soap action} property, of type xs:anyURI.
- 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 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 interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingFaultExtensions
-
- getSoapHeaders() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingMessageReferenceExtensions
-
- 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 interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
- 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 interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
- getSoapVersion() - Method in interface org.apache.woden.wsdl20.extensions.soap.SOAPBindingExtensions
-
- 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.
- getSourceDir() - Method in class org.apache.woden.ant.task.ConverterTask
-
- 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 interface org.apache.woden.xml.StringAttr
-
- 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 interface org.apache.woden.wsdl20.xml.InterfaceElement
-
Return the set of URIs representing the default operation style.
- 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.
- getTargetDir() - Method in class org.apache.woden.ant.task.ConverterTask
-
- getTargetException() - Method in exception org.apache.woden.WSDLException
-
- getTargetNamespace() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the target namespace URI.
- getTargetNS() - Method in class org.apache.woden.ant.task.ConverterTask
-
- 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.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 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 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 interface org.apache.woden.wsdl20.Description
-
Represents the {type definitions} property of the Description component.
- getTypeName() - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- getTypesElement() - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Return the TypesElement within this DescriptionElement.
- getTypeSystem() - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Get the string indicating the type system used within the <types>
element.
- getURI() - Method in interface org.apache.woden.xml.URIAttr
-
- 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
- getValue() - Method in class org.apache.woden.wsdl20.extensions.http.HTTPLocationTemplate
-
Returns a String representing the value of the element cited by this template.
- getWsdl() - Method in class org.apache.woden.ant.task.ConverterTask
-
- 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 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.
- id(Object) - Method in class org.apache.woden.ant.ObjectIdTable
-
Returns a unique integer for the equivalence class of the object.
- idAttribute(Object) - Method in class org.apache.woden.ant.CmBaseWriter
-
- IGNORE - Static variable in class org.apache.woden.tool.converter.Convert
-
- ImportedSchema - Interface in org.apache.woden.schema
-
This interface represents a schema import element, <xs:import>.
- ImportElement - Interface in org.apache.woden.wsdl20.xml
-
Represents the WSDL 2.0 <import> element.
- 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.
- InlinedSchema - Interface in org.apache.woden.schema
-
This interface represents an inlined schema element, <xs:schema>.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- isCm() - Method in class org.apache.woden.ant.ValidateWSDL20
-
Tests for component model interchange formal output.
- 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 interface org.apache.woden.wsdl20.WSDLComponent
-
Tests whether this component is logically equivalent the specified component.
- isFailOnError() - Method in class org.apache.woden.ant.ValidateWSDL20
-
Tests for fail on error behavior.
- isHighSurrogate(int) - Static method in class org.apache.woden.types.XMLChar
-
Returns whether the given character is a high surrogate
- 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 interface org.apache.woden.wsdl20.extensions.http.HTTPBindingOperationExtensions
-
- 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.
- isOverwrite() - Method in class org.apache.woden.ant.task.ConverterTask
-
- 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.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 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.
- 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 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.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(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
- isVerbose() - Method in class org.apache.woden.ant.task.ConverterTask
-
- isVerbose() - Method in class org.apache.woden.ant.ValidateWSDL20
-
Tests for verbose console output.
- 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.
- SAFETY - Static variable in class org.apache.woden.ant.CmExtensionsWriter
-
- Schema - Interface in org.apache.woden.schema
-
This interface provides an abstract representation of an XML Schema referenced
within the <wsdl:types> element.
- 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
-
- SerializationStrategy - Interface in org.apache.woden
-
This interface define the possible serialization
Strategies and their names.
- serialize(OutputStream) - Method in interface org.apache.woden.wsdl20.editable.EdDescription
-
serialize WSDL content according to the provided SearalizationStrategy.
- serialize(Writer) - Method in interface org.apache.woden.wsdl20.editable.EdDescription
-
- serializeInternal(Description, Writer) - Method in interface org.apache.woden.SerializationStrategy
-
A SearalizationStrategy implementation must provide this method.
- 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.
- 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 interface org.apache.woden.wsdl20.editable.EdEndpoint
-
- setAddress(URI) - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Set the endpoint address of this EndpointElement to the specified URI.
- setBaseURI(String) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Sets the resolver base URI path.
- setBaseURI(URI) - Method in interface org.apache.woden.WSDLSource
-
Store the base URI of the WSDL source document.
- setBinding(Binding) - Method in interface org.apache.woden.wsdl20.editable.EdEndpoint
-
- setBindingName(QName) - Method in interface org.apache.woden.wsdl20.xml.EndpointElement
-
Specify the name of the BindingElement referred to by this EndpointElement.
- setCatalog(String) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Sets the resolver catalog file.
- setCm(boolean) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Enables component model interchange format output.
- setCmdir(File) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Sets the directory for component model interchange formal output.
- setCmext(String) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Sets the component model interchange format file extension.
- 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(Object) - Method in interface org.apache.woden.wsdl20.editable.EdElementDeclaration
-
- setContent(Object) - Method in interface org.apache.woden.wsdl20.editable.EdTypeDefinition
-
- setContent(XMLElement) - Method in interface org.apache.woden.wsdl20.xml.DocumentationElement
-
Sets the documentationElement XMLElement for this DocumentationElement.
- setContentModel(String) - Method in interface org.apache.woden.wsdl20.editable.EdElementDeclaration
-
- setContentModel(String) - Method in interface org.apache.woden.wsdl20.editable.EdTypeDefinition
-
- 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 interface org.apache.woden.wsdl20.xml.ImportElement
-
- setDescriptionElement(DescriptionElement) - Method in interface org.apache.woden.wsdl20.xml.IncludeElement
-
- setDir(File) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Sets the input WSDL fileset directory.
- setDirection(Direction) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceFaultReference
-
- setDirection(Direction) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceMessageReference
-
- 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(URI) - Method in interface org.apache.woden.wsdl20.editable.EdDescription
-
- setDocumentBaseURI(URI) - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Set the document base URI to the specified URI.
- 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 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.
- 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 interface org.apache.woden.WSDLReader
-
Set the extension registry to the specified registry reference.
- 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.
- setExtToBehaviorMap(Map) - Method in class org.apache.woden.tool.converter.Convert
-
- 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.
- setFailOnError(boolean) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Enables fail on error behavior.
- setFaultCode(String) - Method in exception org.apache.woden.WSDLException
-
- 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 interface org.apache.woden.schema.InlinedSchema
-
Set the String representing the id
attribute of <xs:schema>.
- setImplName(String) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Sets the implementation name to test against.
- setInterface(Interface) - Method in interface org.apache.woden.wsdl20.editable.EdBinding
-
- setInterface(Interface) - Method in interface org.apache.woden.wsdl20.editable.EdService
-
- setInterfaceFault(InterfaceFault) - Method in interface org.apache.woden.wsdl20.editable.EdBindingFault
-
- setInterfaceFault(InterfaceFault) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceFaultReference
-
- setInterfaceFaultReference(InterfaceFaultReference) - Method in interface org.apache.woden.wsdl20.editable.EdBindingFaultReference
-
- setInterfaceMessageReference(InterfaceMessageReference) - Method in interface org.apache.woden.wsdl20.editable.EdBindingMessageReference
-
- 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.
- setInterfaceOperation(InterfaceOperation) - Method in interface org.apache.woden.wsdl20.editable.EdBindingOperation
-
- setLocale(Locale) - Method in interface org.apache.woden.ErrorReporter
-
Set the Locale used for localization of error messages.
- 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.
- setMessageExchangePattern(URI) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceOperation
-
- setMessageLabel(NCName) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceFaultReference
-
- setMessageLabel(NCName) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceMessageReference
-
- 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 interface org.apache.woden.wsdl20.extensions.soap.SOAPHeaderBlockElement
-
- setName(QName) - Method in interface org.apache.woden.wsdl20.editable.EdBinding
-
- setName(QName) - Method in interface org.apache.woden.wsdl20.editable.EdElementDeclaration
-
- setName(NCName) - Method in interface org.apache.woden.wsdl20.editable.EdEndpoint
-
- setName(NCName) - Method in interface org.apache.woden.wsdl20.editable.EdInterface
-
- setName(QName) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceFault
-
- setName(QName) - Method in interface org.apache.woden.wsdl20.editable.EdInterfaceOperation
-
- setName(QName) - Method in interface org.apache.woden.wsdl20.editable.EdService
-
- setName(QName) - Method in interface org.apache.woden.wsdl20.editable.EdTypeDefinition
-
- 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 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
-
- setOverwrite(boolean) - Method in class org.apache.woden.ant.task.ConverterTask
-
- 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 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 interface org.apache.woden.WSDLReader
-
Set a named property to the specified object.
- 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.
- setReport(File) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Sets the output report file.
- 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 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 interface org.apache.woden.schema.ImportedSchema
-
Set the URI representing the schemaLocation
attribute of <xs:import>.
- setserializationStrategy(String) - Method in interface org.apache.woden.wsdl20.editable.EdDescription
-
- 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 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.
- setSourceDir(String) - Method in class org.apache.woden.ant.task.ConverterTask
-
- setSystem(URI) - Method in interface org.apache.woden.wsdl20.editable.EdElementDeclaration
-
- setSystem(URI) - Method in interface org.apache.woden.wsdl20.editable.EdTypeDefinition
-
- setTargetDir(String) - Method in class org.apache.woden.ant.task.ConverterTask
-
- setTargetException(Throwable) - Method in exception org.apache.woden.WSDLException
-
- setTargetNamespace(URI) - Method in interface org.apache.woden.wsdl20.editable.EdDescription
-
- setTargetNamespace(URI) - Method in interface org.apache.woden.wsdl20.xml.DescriptionElement
-
Set the target namespace to the specified URI.
- setTargetNS(String) - Method in class org.apache.woden.ant.task.ConverterTask
-
- setType(URI) - Method in interface org.apache.woden.wsdl20.editable.EdBinding
-
- setType(URI) - Method in interface org.apache.woden.wsdl20.xml.BindingElement
-
Set the binding type to the specified URI.
- setTypeName(QName) - Method in interface org.apache.woden.wsdl20.extensions.http.HTTPHeaderElement
-
- setTypeSystem(String) - Method in interface org.apache.woden.wsdl20.xml.TypesElement
-
Indicates the type system used within the <types> element.
- setURIResolver(URIResolver) - Method in interface org.apache.woden.WSDLReader
-
Sets the URI resolver to be used.
- 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.
- setVerbose(boolean) - Method in class org.apache.woden.ant.task.ConverterTask
-
- setVerbose(boolean) - Method in class org.apache.woden.ant.ValidateWSDL20
-
Enables verbose console output.
- setWsdl(String) - Method in class org.apache.woden.ant.task.ConverterTask
-
- 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
-
- SingleFileSerializationStrategy - Static variable in interface org.apache.woden.SerializationStrategy
-
Define the SingleFileSearalizationStrategy document content
serialize into a single file.
- soapBindingExtension(SOAPBindingExtensions) - Method in class org.apache.woden.ant.CmSoapWriter
-
- 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.
- soapBindingFaultExtension(SOAPBindingFaultExtensions) - Method in class org.apache.woden.ant.CmSoapWriter
-
- 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.
- soapBindingFaultReferenceExtension(SOAPBindingFaultReferenceExtensions) - Method in class org.apache.woden.ant.CmSoapWriter
-
- 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.
- soapBindingMessageReferenceExtension(SOAPBindingMessageReferenceExtensions) - Method in class org.apache.woden.ant.CmSoapWriter
-
- 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.
- soapBindingOperationExtension(SOAPBindingOperationExtensions) - Method in class org.apache.woden.ant.CmSoapWriter
-
- 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.
- SOAPConstants - Class in org.apache.woden.wsdl20.extensions.soap
-
- SOAPConstants() - Constructor for class org.apache.woden.wsdl20.extensions.soap.SOAPConstants
-
- soapEndpointExtension(SOAPEndpointExtensions) - Method in class org.apache.woden.ant.CmSoapWriter
-
- 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.
- 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.
- 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.
- 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.
- 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.
- StringAttr - Interface in org.apache.woden.xml
-
This interface represents XML attribute information items of type xs:string.
- 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.