|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WSDLException in org.apache.woden |
Methods in org.apache.woden that throw WSDLException | |
java.net.URI |
XMLElement.getNamespaceURI()
|
QName |
XMLElement.getQName(java.lang.String prefixedValue)
Return the qualified name from the specified prefixed value. |
Description |
WSDLReader.readWSDL(java.lang.String wsdlURI)
Read the WSDL document at the specified URI and return a WSDL Description component containing the WSDL components derived from that document. |
Description |
WSDLReader.readWSDL(java.lang.String wsdlURI,
ErrorHandler errorHandler)
Read the WSDL document at the specified URI and return a WSDL Description component containing the WSDL components derived from that document. |
Description |
WSDLReader.readWSDL(WSDLSource wsdlSource)
Read the WSDL obtained from the specified WSDLSource object and return a WSDL Description component containing the WSDL components derived from that WSDL source. |
Description |
WSDLReader.readWSDL(WSDLSource wsdlSource,
ErrorHandler errorHandler)
Read the WSDL obtained from the specified WSDLSource object and return a WSDL Description component containing the WSDL components derived from that WSDL source. |
static WSDLFactory |
WSDLFactory.newInstance()
|
static WSDLFactory |
WSDLFactory.newInstance(java.lang.String factoryImplName)
|
abstract WSDLReader |
WSDLFactory.newWSDLReader()
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.Object[] arguments,
short severity)
Insert the message arguments into a parameterized message identified by errorId to produce a formatted error message, then report the message and the error location in the document according to the severity. |
void |
ErrorReporter.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.Object[] arguments,
short severity,
java.lang.Exception exception)
Insert the message arguments into a parameterized message identified by errorId to produce a formatted error message, then report the message and the error location in the document according to the severity. |
void |
ErrorReporter.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.String message,
short severity)
Report the message and the error location in the document according to the severity. |
void |
ErrorReporter.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.String message,
short severity,
java.lang.Exception exception)
Report the message and the error location in the document according to the severity. |
Uses of WSDLException in org.apache.woden.internal |
Methods in org.apache.woden.internal that throw WSDLException | |
protected java.net.URI |
OMXMLElement.doGetNamespaceURI()
|
protected QName |
OMXMLElement.doGetQName(java.lang.String prefixedValue)
|
Description |
OMWSDLReader.readWSDL(java.lang.String wsdlURI)
|
protected Schema |
OMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc)
|
protected Schema |
OMWSDLReader.parseSchemaInline(XMLElement schemaElement,
DescriptionElement desc)
|
protected void |
OMWSDLReader.parseExtensionAttributes(XMLElement domEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
Description |
OMWSDLReader.readWSDL(java.lang.String wsdlURI,
ErrorHandler errorHandler)
|
Description |
OMWSDLReader.readWSDL(WSDLSource wsdlSource)
|
Description |
OMWSDLReader.readWSDL(WSDLSource wsdlSource,
ErrorHandler errorHandler)
|
protected DescriptionElement |
OMWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
protected void |
OMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem)
|
WSDLReader |
OMWSDLFactory.newWSDLReader()
|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.Object[] arguments,
short severity)
|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.Object[] arguments,
short severity,
java.lang.Exception exception)
|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.String message,
short severity)
|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.String message,
short severity,
java.lang.Exception exception)
|
protected java.net.URI |
DOMXMLElement.doGetNamespaceURI()
|
protected QName |
DOMXMLElement.doGetQName(java.lang.String prefixedValue)
|
Description |
DOMWSDLReader.readWSDL(java.lang.String wsdlURI)
|
Description |
DOMWSDLReader.readWSDL(java.lang.String wsdlURI,
ErrorHandler errorHandler)
|
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource)
|
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource,
ErrorHandler errorHandler)
|
protected Schema |
DOMWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc)
|
protected Schema |
DOMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc)
|
protected void |
DOMWSDLReader.parseExtensionAttributes(XMLElement extEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected void |
DOMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem)
|
protected DescriptionElement |
DOMWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
WSDLReader |
DOMWSDLFactory.newWSDLReader()
|
java.net.URI |
BaseXMLElement.getNamespaceURI()
|
protected abstract java.net.URI |
BaseXMLElement.doGetNamespaceURI()
|
QName |
BaseXMLElement.getQName(java.lang.String prefixedValue)
|
protected abstract QName |
BaseXMLElement.doGetQName(java.lang.String prefixedValue)
|
protected WSDLFactory |
BaseWSDLReader.getFactory()
Get the cached WSDLFactory if there is one, otherwise create and cache a new one. |
protected DescriptionElement |
BaseWSDLReader.parseDescription(java.lang.String documentBaseURI,
XMLElement descEl,
java.util.Map wsdlModules)
|
protected DocumentationElement |
BaseWSDLReader.parseDocumentation(XMLElement docEl,
DescriptionElement desc,
DocumentableElement parent)
|
protected abstract Schema |
BaseWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc)
|
protected abstract Schema |
BaseWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc)
|
protected ExtensionElement |
BaseWSDLReader.parseExtensionElement(java.lang.Class parentType,
WSDLElement parent,
XMLElement el,
DescriptionElement desc)
|
protected abstract void |
BaseWSDLReader.parseExtensionAttributes(XMLElement extEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected abstract void |
BaseWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem)
|
protected java.net.URI |
BaseWSDLReader.getURI(java.lang.String anyURI)
|
protected abstract DescriptionElement |
BaseWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
protected java.net.URI |
BaseWSDLReader.resolveURI(java.net.URI uri)
|
Constructors in org.apache.woden.internal that throw WSDLException | |
OMWSDLReader()
|
|
ErrorReporterImpl()
|
|
DOMWSDLReader()
|
|
BaseWSDLReader()
|
Uses of WSDLException in org.apache.woden.internal.resolver |
Methods in org.apache.woden.internal.resolver that throw WSDLException | |
java.net.URI |
SimpleURIResolver.resolveURI(java.net.URI uri)
|
Constructors in org.apache.woden.internal.resolver that throw WSDLException | |
SimpleURIResolver()
|
Uses of WSDLException in org.apache.woden.internal.util.dom |
Methods in org.apache.woden.internal.util.dom that throw WSDLException | |
static QName |
DOMUtils.getQName(java.lang.String prefixedValue,
org.w3c.dom.Element contextEl)
|
static QName |
DOMUtils.getQName(java.lang.String prefixedValue,
org.w3c.dom.Element contextEl,
DescriptionElement desc)
|
static void |
DOMUtils.registerUniquePrefix(java.lang.String prefix,
java.lang.String namespaceURI,
DescriptionElement desc)
|
static void |
DOMUtils.throwWSDLException(org.w3c.dom.Element location)
This method should be used for elements that support extension attributes because it does not track the remaining attributes to test for unexpected attributes. |
static void |
DOMUtils.throwWSDLException(org.w3c.dom.Element location,
java.util.List remainingAttrs)
|
Uses of WSDLException in org.apache.woden.internal.util.om |
Methods in org.apache.woden.internal.util.om that throw WSDLException | |
static QName |
OMUtils.getQName(java.lang.String prefixedValue,
org.apache.axiom.om.OMElement contextEl)
|
static void |
OMUtils.registerUniquePrefix(java.lang.String prefix,
java.lang.String namespaceURI,
DescriptionElement desc)
|
Uses of WSDLException in org.apache.woden.internal.wsdl20.extensions.http |
Methods in org.apache.woden.internal.wsdl20.extensions.http that throw WSDLException | |
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of WSDLException in org.apache.woden.internal.wsdl20.extensions.soap |
Methods in org.apache.woden.internal.wsdl20.extensions.soap that throw WSDLException | |
ExtensionElement |
SOAPModuleDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg)
|
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of WSDLException in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation that throw WSDLException | |
boolean |
WSDLDocumentValidator.validate(DescriptionElement descElement,
ErrorReporter errorReporter)
Validate the document representation of the WSDL document against the WSDL 2.0 specification. |
protected boolean |
WSDLDocumentValidator.validateTypes(TypesElement types,
ErrorReporter errorReporter)
Validate the contents of the types element. |
protected boolean |
WSDLDocumentValidator.validateInterfaces(DescriptionElement descElement,
InterfaceElement[] interfaces,
ErrorReporter errorReporter)
Validate the contents of the interface element. |
protected boolean |
WSDLDocumentValidator.validateInterfaceFaults(DescriptionElement descElement,
InterfaceFaultElement[] faultElements,
ErrorReporter errorReporter)
Validate the InterfaceFault elements. |
protected boolean |
WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement,
InterfaceOperationElement[] interfaceOperations,
ErrorReporter errorReporter)
Validate the InterfaceOperation elements. |
protected boolean |
WSDLDocumentValidator.validateInterfaceMessageReferences(DescriptionElement descElement,
InterfaceMessageReferenceElement[] messageReferences,
ErrorReporter errorReporter)
Validate the InterfaceMessageReference elements. |
protected boolean |
WSDLDocumentValidator.testAssertionDescription0025(DescriptionElement descElement,
ErrorReporter errorReporter)
Test assertion Description-0025. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0017(ImportedSchema schema,
ErrorReporter errorReporter)
Test assertion Schema-0017. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0052(ImportedSchema schema,
ErrorReporter errorReporter)
Test assertion Schema-0052. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0018(InlinedSchema[] schema,
ErrorReporter errorReporter)
Test assertion Schema-0018. |
protected boolean |
WSDLDocumentValidator.testAssertionInterface0031(InterfaceElement interfaceElem,
ErrorReporter errorReporter)
Test assertion Interface-0031. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0020(DescriptionElement descElement,
InterfaceMessageReferenceElement messageReference,
ErrorReporter errorReporter)
Test assertion Schema-0020. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0020b(DescriptionElement descElement,
InterfaceFaultElement faultElement,
ErrorReporter errorReporter)
Test assertion Schema-0020. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0016(DescriptionElement descElement,
java.lang.String namespace,
ErrorReporter errorReporter)
Test assertion Schema-0016. |
void |
WSDLComponentValidator.validate(Description desc,
ErrorReporter errorReporter)
Validate the WSDL 2.0 component model described by the description component. |
protected void |
WSDLComponentValidator.validateInterfaces(Interface[] interfaces,
ErrorReporter errorReporter)
Validate the interfaces in the WSDL component model. |
protected void |
WSDLComponentValidator.validateInterfaceOperations(Interface interfac,
InterfaceOperation[] interfaceOperations,
ErrorReporter errorReporter)
Validate the interface operations in the WSDL component model. |
protected void |
WSDLComponentValidator.validateInterfaceFaults(Interface interfac,
InterfaceFault[] interfaceFaults,
ErrorReporter errorReporter)
Validate the interface faults in the WSDL component model. |
protected void |
WSDLComponentValidator.validateInterfaceMessageReferences(InterfaceMessageReference[] messageReferences,
ErrorReporter errorReporter)
Validate the interface message references in the WSDL component model. |
protected void |
WSDLComponentValidator.validateInterfaceFaultReferences(InterfaceFaultReference[] faultReferences,
ErrorReporter errorReporter)
Validate the interface fault references in the WSDL component model. |
protected void |
WSDLComponentValidator.validateBindings(Binding[] bindings,
Description desc,
ErrorReporter errorReporter)
Validate the bindings in the WSDL component model. |
protected void |
WSDLComponentValidator.validateBindingOperations(BindingOperation[] bindingOperations,
Description desc,
ErrorReporter errorReporter)
Validate the binding operations in the WSDL component model. |
protected void |
WSDLComponentValidator.validateBindingMessageReferences(BindingMessageReference[] bindingMessageReferences,
Description desc,
ErrorReporter errorReporter)
Validate the binding message references in the WSDL component model. |
protected void |
WSDLComponentValidator.validateBindingFaultReferences(BindingFaultReference[] bindingFaultReferences,
Description desc,
ErrorReporter errorReporter)
Validate the binding fault references in the WSDL component model. |
protected void |
WSDLComponentValidator.validateBindingFaults(BindingFault[] bindingFaults,
Description desc,
ErrorReporter errorReporter)
Validate the binding faults in the WSDL component model. |
protected void |
WSDLComponentValidator.validateServices(Service[] services,
Description desc,
ErrorReporter errorReporter)
Validate the services in the WSDL component model. |
protected void |
WSDLComponentValidator.validateEndpoints(Endpoint[] endpoints,
Description desc,
ErrorReporter errorReporter)
Validate the endpoints in a service component in the WSDL component model. |
protected boolean |
WSDLComponentValidator.testAssertionInterface0027(Interface interfac,
ErrorReporter errorReporter)
Test assertion Interface-0027. |
protected boolean |
WSDLComponentValidator.testAssertionInterface0030(Interface[] interfaces,
ErrorReporter errorReporter)
Test assertion Interface-0030. |
protected boolean |
WSDLComponentValidator.testAssertionMEP0037(java.net.URI pattern,
ErrorReporter errorReporter)
Test assertion MEP-0037. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceOperation0029(InterfaceOperation interfaceOperation,
Interface interfac,
ErrorReporter errorReporter)
Test assertion InterfaceOperation-0029. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceOperation0035(InterfaceOperation[] interfaceOperations,
ErrorReporter errorReporter)
Test assertion InterfaceOperation-0035. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceFault0032(InterfaceFault[] interfaceFaults,
ErrorReporter errorReporter)
Test assertion InterfaceFault-0032. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceFault0028(InterfaceFault interfaceFault,
Interface interfac,
ErrorReporter errorReporter)
Test assertion InterfaceFault-0028. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceMessageReference0041(InterfaceMessageReference messageReference,
ErrorReporter errorReporter)
Test assertion InterfaceMessageReference-0041. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceMessageReference0042(InterfaceMessageReference[] messageReferences,
ErrorReporter errorReporter)
Test assertion InterfaceMessageReference-0042. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceFaultReference0045(InterfaceFaultReference[] faultReferences,
ErrorReporter errorReporter)
Test assertion InterfaceFaultReference-0045. |
protected boolean |
WSDLComponentValidator.testAssertionBinding0054(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-0054. |
protected boolean |
WSDLComponentValidator.testAssertionBinding0055(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-0055. |
protected boolean |
WSDLComponentValidator.testAssertionBinding0056(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-0056. |
protected boolean |
WSDLComponentValidator.testAssertionBinding0057(Binding[] bindings,
ErrorReporter errorReporter)
Test assertion Binding-0057. |
protected boolean |
WSDLComponentValidator.testAssertionBindingFault0058(BindingFault[] bindingFaults,
ErrorReporter errorReporter)
Test assertion BindingFault-0058. |
protected boolean |
WSDLComponentValidator.testAssertionBindingOperation0059(BindingOperation[] bindingOperations,
ErrorReporter errorReporter)
Test assertion BindingOperation-0059. |
protected boolean |
WSDLComponentValidator.testAssertionBindingMessageReference0060(BindingMessageReference[] bindingMessageReferences,
ErrorReporter errorReporter)
Test assertion BindingMessageReference-0060. |
protected boolean |
WSDLComponentValidator.testAssertionBindingFaultReference0061(BindingFaultReference[] bindingFaultReferences,
ErrorReporter errorReporter)
Test assertion BindingFaultReference-0061. |
protected boolean |
WSDLComponentValidator.testAssertionBindingFaultReference0062(BindingFaultReference bindingFaultReference,
ErrorReporter errorReporter)
Test assertion BindingFaultReference-0062. |
protected boolean |
WSDLComponentValidator.testAssertionService0063(Service[] services,
ErrorReporter errorReporter)
Test assertion Service-0063. |
protected boolean |
WSDLComponentValidator.testAssertionEndpoint0065(Endpoint[] endpoints,
ErrorReporter errorReporter)
Test assertion Endpoint-0065. |
protected boolean |
WSDLComponentValidator.testAssertionEndpoint0064(Endpoint endpoint,
ErrorReporter errorReporter)
Test assertion Endpoint-0064. |
protected boolean |
WSDLComponentValidator.testAssertionEndpoint0066(Endpoint endpoint,
ErrorReporter errorReporter)
Test assertion Endpoint-0066. |
Uses of WSDLException in org.apache.woden.internal.xml |
Methods in org.apache.woden.internal.xml that throw WSDLException | |
void |
XMLAttrImpl.init(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue)
|
protected abstract java.lang.Object |
XMLAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected ErrorReporter |
XMLAttrImpl.getErrorReporter()
|
protected java.lang.Object |
URIAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
TokenAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
StringAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
QNameOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
QNameListOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
QNameListAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
QNameAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
IntOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
HTTPAuthenticationSchemeAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
BooleanAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
protected java.lang.Object |
ArgumentArrayAttrImpl.convert(XMLElement ownerEl,
java.lang.String attrValue)
|
Constructors in org.apache.woden.internal.xml that throw WSDLException | |
XMLAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
URIAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
TokenAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
StringAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
QNameListAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
QNameAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
BooleanAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
|
ArgumentArrayAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
|
Uses of WSDLException in org.apache.woden.resolver |
Methods in org.apache.woden.resolver that throw WSDLException | |
java.net.URI |
URIResolver.resolveURI(java.net.URI uri)
Implementation should return null if there is no resolution for the uri. |
Uses of WSDLException in org.apache.woden.wsdl20.extensions |
Methods in org.apache.woden.wsdl20.extensions that throw WSDLException | |
void |
UnknownExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
void |
ExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter. |
ExtensionSerializer |
ExtensionRegistry.querySerializer(java.lang.Class parentType,
QName elementType)
Look up the serializer to use for the extensibility element with the qname elementQN, which was encountered as a child of the specified parentType. |
ExtensionDeserializer |
ExtensionRegistry.queryDeserializer(java.lang.Class parentType,
QName elementType)
Look up the deserializer for the extensibility element with the qname elementQN, which was encountered as an immediate child of the element represented by the specified parentType. |
ExtensionElement |
ExtensionRegistry.createExtElement(java.lang.Class parentType,
QName elementType)
Create an instance of the type which was declared to be used to represent extensibility elements with qnames matching elementQN, when intended to exist as children of the specified parentType. |
XMLAttr |
ExtensionRegistry.createExtAttribute(java.lang.Class ownerClass,
QName attrQName)
|
ComponentExtensions |
ExtensionRegistry.createComponentExtension(java.lang.Class parentClass,
java.net.URI extNamespace)
Return a ComponentExtensions object from the Java class registered for the specified extension namespace against the specified WSDL component class. |
ExtensionElement |
ExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensionElement interface. |
Uses of WSDLException in org.apache.woden.xml |
Methods in org.apache.woden.xml that throw WSDLException | |
void |
XMLAttr.init(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue)
Take the external string form of the attribute and initialize its internal object representation. |
void |
UnknownAttr.init(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |