Uses of Class
org.apache.woden.WSDLException

Packages that use WSDLException
org.apache.woden   
org.apache.woden.internal   
org.apache.woden.internal.resolver   
org.apache.woden.internal.util.dom   
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.assertions   
org.apache.woden.internal.wsdl20.extensions   
org.apache.woden.internal.wsdl20.extensions.http   
org.apache.woden.internal.wsdl20.extensions.soap   
org.apache.woden.internal.wsdl20.validation   
org.apache.woden.internal.xml   
org.apache.woden.resolver   
org.apache.woden.wsdl20.extensions   
org.apache.woden.wsdl20.validation   
org.apache.woden.wsdl20.xml   
org.apache.woden.xml   
 

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.
static WSDLFactory WSDLFactory.newInstance()
           
static WSDLFactory WSDLFactory.newInstance(java.lang.String factoryImplName)
           
abstract  ExtensionRegistry WSDLFactory.newPopulatedExtensionRegistry()
           
abstract  WSDLReader WSDLFactory.newWSDLReader()
           
 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(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.
 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 abstract  java.net.URI BaseXMLElement.doGetNamespaceURI()
           
protected  java.net.URI DOMXMLElement.doGetNamespaceURI()
           
protected  QName OMXMLElement.doGetQName(java.lang.String prefixedValue)
           
protected abstract  QName BaseXMLElement.doGetQName(java.lang.String prefixedValue)
           
protected  QName DOMXMLElement.doGetQName(java.lang.String prefixedValue)
           
protected  WSDLFactory BaseWSDLReader.getFactory()
          Get the cached WSDLFactory if there is one, otherwise create and cache a new one.
 java.net.URI BaseXMLElement.getNamespaceURI()
           
 QName BaseXMLElement.getQName(java.lang.String prefixedValue)
           
protected  java.net.URI BaseWSDLReader.getURI(java.lang.String anyURI)
           
protected  DescriptionElement OMWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
protected  DescriptionElement DOMWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
protected abstract  DescriptionElement BaseWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
 ExtensionRegistry BaseWSDLFactory.newPopulatedExtensionRegistry()
           
 WSDLReader OMWSDLFactory.newWSDLReader()
           
abstract  WSDLReader BaseWSDLFactory.newWSDLReader()
           
 WSDLReader DOMWSDLFactory.newWSDLReader()
           
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  void OMWSDLReader.parseExtensionAttributes(XMLElement domEl, java.lang.Class wsdlClass, WSDLElement wsdlObj, DescriptionElement desc)
           
protected  void DOMWSDLReader.parseExtensionAttributes(XMLElement extEl, java.lang.Class wsdlClass, WSDLElement wsdlObj, DescriptionElement desc)
           
protected abstract  void BaseWSDLReader.parseExtensionAttributes(XMLElement extEl, java.lang.Class wsdlClass, WSDLElement wsdlObj, DescriptionElement desc)
           
protected  ExtensionElement BaseWSDLReader.parseExtensionElement(java.lang.Class parentType, WSDLElement parent, XMLElement el, DescriptionElement desc)
           
protected  void OMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem, WSDLElement wsdlElem)
           
protected  void DOMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem, WSDLElement wsdlElem)
           
protected abstract  void BaseWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem, WSDLElement wsdlElem)
           
protected  void DOMWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc)
           
protected  void BaseWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc)
           
protected  Schema OMWSDLReader.parseSchemaImport(XMLElement importEl, DescriptionElement desc)
           
protected  Schema DOMWSDLReader.parseSchemaImport(XMLElement importEl, DescriptionElement desc)
           
protected abstract  Schema BaseWSDLReader.parseSchemaImport(XMLElement importEl, DescriptionElement desc)
           
protected  Schema OMWSDLReader.parseSchemaInline(XMLElement schemaElement, DescriptionElement desc)
           
protected  Schema DOMWSDLReader.parseSchemaInline(XMLElement schemaEl, DescriptionElement desc)
           
protected abstract  Schema BaseWSDLReader.parseSchemaInline(XMLElement schemaEl, DescriptionElement desc)
           
 Description OMWSDLReader.readWSDL(java.lang.String wsdlURI)
           
 Description DOMWSDLReader.readWSDL(java.lang.String wsdlURI)
           
 Description OMWSDLReader.readWSDL(WSDLSource wsdlSource)
           
 Description DOMWSDLReader.readWSDL(WSDLSource wsdlSource)
           
 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 BaseWSDLReader.resolveURI(java.net.URI uri)
           
 

Constructors in org.apache.woden.internal that throw WSDLException
BaseWSDLFactory()
           
BaseWSDLReader(WSDLContext wsdlContext)
           
DOMWSDLFactory()
           
ErrorReporterImpl()
           
OMWSDLFactory()
           
 

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 void DOMUtils.throwWSDLException(org.w3c.dom.Element location)
           
static void DOMUtils.throwWSDLException(org.w3c.dom.Element location, java.util.List remainingAttrs)
           
 

Uses of WSDLException in org.apache.woden.internal.wsdl20
 

Methods in org.apache.woden.internal.wsdl20 that throw WSDLException
 TypesElement DescriptionImpl.addTypesElement()
           
 

Uses of WSDLException in org.apache.woden.internal.wsdl20.assertions
 

Methods in org.apache.woden.internal.wsdl20.assertions that throw WSDLException
 void Description1002.validate(java.lang.Object target, WodenContext wodenCtx)
           
 void Description1003.validate(java.lang.Object target, WodenContext wodenCtx)
           
 void Interface1009.validate(java.lang.Object target, WodenContext wodenCtx)
           
 void Interface1010.validate(java.lang.Object target, WodenContext wodenCtx)
           
 void Description1001.validate(java.lang.Object target, WodenContext wodenCtx)
           
 

Uses of WSDLException in org.apache.woden.internal.wsdl20.extensions
 

Constructors in org.apache.woden.internal.wsdl20.extensions that throw WSDLException
PopulatedExtensionRegistry(ErrorReporter errorReporter)
           
 

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
protected  boolean WSDLComponentValidator.testAssertionBinding1044(Binding binding, ErrorReporter errorReporter)
          Test assertion Binding-1044.
protected  boolean WSDLComponentValidator.testAssertionBinding1045(Binding binding, ErrorReporter errorReporter)
          Test assertion Binding-1045.
protected  boolean WSDLComponentValidator.testAssertionBinding1048(Binding binding, ErrorReporter errorReporter)
          Test assertion Binding-1048.
protected  boolean WSDLComponentValidator.testAssertionBinding1049(Binding[] bindings, ErrorReporter errorReporter)
          Test assertion Binding-1049.
protected  boolean WSDLComponentValidator.testAssertionBindingFault1050(BindingFault[] bindingFaults, ErrorReporter errorReporter)
          Test assertion BindingFault-1050.
protected  boolean WSDLComponentValidator.testAssertionBindingFaultReference1055(BindingFaultReference[] bindingFaultReferences, ErrorReporter errorReporter)
          Test assertion BindingFaultReference-1055.
protected  boolean WSDLComponentValidator.testAssertionBindingFaultReference1059(BindingFaultReference bindingFaultReference, ErrorReporter errorReporter)
          Test assertion BindingFaultReference-1059.
protected  boolean WSDLComponentValidator.testAssertionBindingMessageReference1052(BindingMessageReference[] bindingMessageReferences, ErrorReporter errorReporter)
          Test assertion BindingMessageReference-1052.
protected  boolean WSDLComponentValidator.testAssertionBindingOperation1051(BindingOperation[] bindingOperations, ErrorReporter errorReporter)
          Test assertion BindingOperation-1051.
protected  boolean WSDLDocumentValidator.testAssertionDescription1006(DescriptionElement descElement, ErrorReporter errorReporter)
          Test assertion Description-1006.
protected  boolean WSDLComponentValidator.testAssertionEndpoint1061(Endpoint endpoint, ErrorReporter errorReporter)
          Test assertion Endpoint-1061.
protected  boolean WSDLComponentValidator.testAssertionEndpoint1062(Endpoint endpoint, ErrorReporter errorReporter)
          Test assertion Endpoint-1062.
protected  boolean WSDLComponentValidator.testAssertionInterface1009(Interface interfac, ErrorReporter errorReporter)
          Test assertion Interface-1009.
protected  boolean WSDLComponentValidator.testAssertionInterface1010(Interface[] interfaces, ErrorReporter errorReporter)
          Test assertion Interface-1010.
protected  boolean WSDLDocumentValidator.testAssertionInterface1012(InterfaceElement interfaceElem, ErrorReporter errorReporter)
          Test assertion Interface-1012.
protected  boolean WSDLComponentValidator.testAssertionInterfaceFaultReference1039(InterfaceFaultReference[] faultReferences, ErrorReporter errorReporter)
          Test assertion InterfaceFaultReference-1039.
protected  boolean WSDLComponentValidator.testAssertionInterfaceMessageReference1028(InterfaceMessageReference messageReference, ErrorReporter errorReporter)
          Test assertion InterfaceMessageReference-1028.
protected  boolean WSDLComponentValidator.testAssertionInterfaceMessageReference1029(InterfaceMessageReference[] messageReferences, ErrorReporter errorReporter)
          Test assertion InterfaceMessageReference-1029.
protected  boolean WSDLComponentValidator.testAssertionMEP1022(java.net.URI pattern, ErrorReporter errorReporter)
          Test assertion MEP-1022.
protected  boolean WSDLDocumentValidator.testAssertionQNameResolution1064ForInterfaceFaultReference(InterfaceFaultReferenceElement faultReference, ErrorReporter errorReporter)
          Test assertion QName-resolution-1064 for an InterfaceFaultReference element.
protected  boolean WSDLDocumentValidator.testAssertionSchema1066(DescriptionElement descElement, QName qualifiedName, ErrorReporter errorReporter)
          Test assertion Schema-1066.
protected  boolean WSDLDocumentValidator.testAssertionSchema1069(ImportedSchema schema, ErrorReporter errorReporter)
          Test assertion Schema-1069.
protected  boolean WSDLDocumentValidator.testAssertionSchema1070(ImportedSchema schema, ErrorReporter errorReporter)
          Test assertion Schema-1070.
protected  boolean WSDLDocumentValidator.testAssertionSchema1073(InlinedSchema[] schema, ErrorReporter errorReporter)
          Test assertion Schema-1073.
protected  boolean WSDLComponentValidator.testAssertionService1060(Service[] services, ErrorReporter errorReporter)
          Test assertion Service-1060.
 boolean WSDLDocumentValidator.validate(DescriptionElement descElement, ErrorReporter errorReporter)
          Validate the document representation of the WSDL document against the WSDL 2.0 specification.
 void WSDLComponentValidator.validate(Description desc, ErrorReporter errorReporter)
          Validate the WSDL 2.0 component model described by the description component.
 void WSDLValidator.validate(Description description, WSDLContext wsdlContext)
           
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.validateBindingMessageReferences(BindingMessageReference[] bindingMessageReferences, Description desc, ErrorReporter errorReporter)
          Validate the binding message references 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.validateBindings(Binding[] bindings, Description desc, ErrorReporter errorReporter)
          Validate the bindings 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 WSDLDocumentValidator.validateInterfaceFaultReferences(DescriptionElement descElement, InterfaceFaultReferenceElement[] faultReferences, ErrorReporter errorReporter)
          Validate the InterfaceFaultReference elements.
protected  void WSDLComponentValidator.validateInterfaceFaultReferences(InterfaceFaultReference[] faultReferences, ErrorReporter errorReporter)
          Validate the interface fault references in the WSDL component model.
protected  boolean WSDLDocumentValidator.validateInterfaceFaults(DescriptionElement descElement, InterfaceFaultElement[] faultElements, ErrorReporter errorReporter)
          Validate the InterfaceFault elements.
protected  boolean WSDLDocumentValidator.validateInterfaceMessageReferences(DescriptionElement descElement, InterfaceMessageReferenceElement[] messageReferences, ErrorReporter errorReporter)
          Validate the InterfaceMessageReference elements.
protected  void WSDLComponentValidator.validateInterfaceMessageReferences(InterfaceMessageReference[] messageReferences, ErrorReporter errorReporter)
          Validate the interface message references in the WSDL component model.
protected  boolean WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement, InterfaceOperationElement[] interfaceOperations, ErrorReporter errorReporter)
          Validate the InterfaceOperation elements.
protected  void WSDLComponentValidator.validateInterfaceOperations(Interface interfac, InterfaceOperation[] interfaceOperations, ErrorReporter errorReporter)
          Validate the interface operations in the WSDL component model.
protected  boolean WSDLDocumentValidator.validateInterfaces(DescriptionElement descElement, InterfaceElement[] interfaces, ErrorReporter errorReporter)
          Validate the contents of the interface element.
protected  void WSDLComponentValidator.validateInterfaces(Interface[] interfaces, ErrorReporter errorReporter)
          Validate the interfaces in the WSDL component model.
protected  void WSDLComponentValidator.validateServices(Service[] services, Description desc, ErrorReporter errorReporter)
          Validate the services in the WSDL component model.
protected  boolean WSDLDocumentValidator.validateTypes(TypesElement types, ErrorReporter errorReporter)
          Validate the contents of the types element.
 

Uses of WSDLException in org.apache.woden.internal.xml
 

Methods in org.apache.woden.internal.xml that throw WSDLException
protected  java.lang.Object HTTPAuthenticationSchemeAttrImpl.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 TokenAttrImpl.convert(XMLElement ownerEl, java.lang.String attrValue)
           
protected  java.lang.Object StringAttrImpl.convert(XMLElement ownerEl, java.lang.String attrValue)
           
protected  java.lang.Object BooleanAttrImpl.convert(XMLElement ownerEl, java.lang.String attrValue)
           
protected  java.lang.Object URIAttrImpl.convert(XMLElement ownerEl, java.lang.String attrValue)
           
protected abstract  java.lang.Object XMLAttrImpl.convert(XMLElement ownerEl, java.lang.String attrValue)
           
protected  java.lang.Object IntOrTokenAnyAttrImpl.convert(XMLElement ownerEl, java.lang.String attrValue)
           
protected  java.lang.Object QNameOrTokenAnyAttrImpl.convert(XMLElement ownerEl, java.lang.String attrValue)
           
protected  java.lang.Object QNameAttrImpl.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
ArgumentArrayAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
BooleanAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
HTTPAuthenticationSchemeAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
IntOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
QNameAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
QNameListAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
QNameListOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
QNameOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
StringAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
TokenAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
URIAttrImpl(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
XMLAttrImpl(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
 ComponentExtensionContext ExtensionRegistry.createComponentExtension(java.lang.Class parentClass, WSDLComponent parentComp, java.net.URI extNamespace)
          Return a ComponentExtensionContext object from the Java class registered for the specified extension namespace against the specified WSDL component class.
 XMLAttr ExtensionRegistry.createExtAttribute(java.lang.Class ownerClass, QName attrQName, XMLElement ownerElement, java.lang.String attrValue)
           
 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.
 void UnknownExtensionSerializer.marshall(java.lang.Class parentType, QName elementType, ExtensionElement extension, java.io.PrintWriter pw, 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.
 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.
 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.
 ExtensionElement UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType, java.lang.Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
           
 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.wsdl20.validation
 

Methods in org.apache.woden.wsdl20.validation that throw WSDLException
 void Assertion.validate(java.lang.Object target, WodenContext wodenCtx)
          Validates the specified WSDL object against this assertion.
 

Uses of WSDLException in org.apache.woden.wsdl20.xml
 

Methods in org.apache.woden.wsdl20.xml that throw WSDLException
 TypesElement DescriptionElement.addTypesElement()
          Create a TypesElement with this DescriptionElement as its parent and return a reference to it.
 

Uses of WSDLException in org.apache.woden.xml
 

Constructors in org.apache.woden.xml that throw WSDLException
UnknownAttr(XMLElement ownerEl, QName attrType, java.lang.String attrValue, ErrorReporter errRpt)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.