Uses of Interface
org.apache.woden.ErrorReporter

Packages that use ErrorReporter
org.apache.woden   
org.apache.woden.wsdl20.extensions   
org.apache.woden.wsdl20.validation   
org.apache.woden.xml   
 

Uses of ErrorReporter in org.apache.woden
 

Methods in org.apache.woden that return ErrorReporter
 ErrorReporter WSDLReader.getErrorReporter()
           
 

Uses of ErrorReporter in org.apache.woden.wsdl20.extensions
 

Fields in org.apache.woden.wsdl20.extensions declared as ErrorReporter
protected  ErrorReporter BaseComponentExtensionContext.errorReporter
           
 

Methods in org.apache.woden.wsdl20.extensions that return ErrorReporter
 ErrorReporter ExtensionRegistry.getErrorReporter()
           
 

Constructors in org.apache.woden.wsdl20.extensions with parameters of type ErrorReporter
BaseComponentExtensionContext(WSDLComponent parent, URI extNamespace, ErrorReporter errorReporter)
          Constructor accepts the parent component, the extension namespace and an error reporter.
ExtensionRegistry(ErrorReporter errorReporter)
          Creates the extension registry, and sets the defaultSerializer and defaultDeserializer properties to instances of an UnknownExtensionSerializer, and an UnknownExtensionDeserializer, respectively.
 

Uses of ErrorReporter in org.apache.woden.wsdl20.validation
 

Methods in org.apache.woden.wsdl20.validation that return ErrorReporter
 ErrorReporter WodenContext.getErrorReporter()
           
 

Uses of ErrorReporter in org.apache.woden.xml
 

Constructors in org.apache.woden.xml with parameters of type ErrorReporter
UnknownAttr(XMLElement ownerEl, QName attrType, String attrValue, ErrorReporter errRpt)
           
 



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