Uses of Class
org.apache.woden.WSDLException

Packages that use WSDLException
org.apache.woden   
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
 URI XMLElement.getNamespaceURI()
           
 QName XMLElement.getQName(String prefixedValue)
          Return the qualified name from the specified prefixed value.
static WSDLFactory WSDLFactory.newInstance()
           
static WSDLFactory WSDLFactory.newInstance(String factoryImplName)
           
abstract  ExtensionRegistry WSDLFactory.newPopulatedExtensionRegistry()
           
abstract  WSDLReader WSDLFactory.newWSDLReader()
           
abstract  WSDLWriter WSDLFactory.newWSDLWriter()
           
 Description WSDLReader.readWSDL(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, String errorId, 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, String errorId, Object[] arguments, short severity, 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, String errorId, String message, short severity)
          Report the message and the error location in the document according to the severity.
 void ErrorReporter.reportError(ErrorLocator errLoc, String errorId, String message, short severity, Exception exception)
          Report the message and the error location in the document according to the severity.
 void WSDLWriter.writeWSDL(DescriptionElement wsdlDes, OutputStream sink)
          Write the specified WSDL Description to the specified OutputStream.
 void WSDLWriter.writeWSDL(DescriptionElement wsdlDes, Writer sink)
          Write the specified WSDL Description to the specified Writer.
 

Uses of WSDLException in org.apache.woden.resolver
 

Methods in org.apache.woden.resolver that throw WSDLException
 URI URIResolver.resolveURI(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(Class parentClass, WSDLComponent parentComp, 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(Class ownerClass, QName attrQName, XMLElement ownerElement, String attrValue)
           
 ExtensionElement ExtensionRegistry.createExtElement(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 ExtensionSerializer.marshall(Class parentType, QName elementType, ExtensionElement extension, PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg)
          This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
 void UnknownExtensionSerializer.marshall(Class parentType, QName elementType, ExtensionElement extension, PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg)
           
 ExtensionDeserializer ExtensionRegistry.queryDeserializer(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(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(Class parentType, Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
           
 ExtensionElement ExtensionDeserializer.unmarshall(Class parentType, 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(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, String attrValue, ErrorReporter errRpt)
           
 



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