Uses of Class
org.ow2.easywsdl.wsdl.api.WSDLException

Packages that use WSDLException
org.ow2.easywsdl.wsdl   
org.ow2.easywsdl.wsdl.api   
org.ow2.easywsdl.wsdl.api.abstractElmt   
org.ow2.easywsdl.wsdl.api.abstractItf   
org.ow2.easywsdl.wsdl.api.binding.wsdl11.soap.soap11   
org.ow2.easywsdl.wsdl.decorator   
org.ow2.easywsdl.wsdl.impl.generic   
org.ow2.easywsdl.wsdl.impl.wsdl11   
org.ow2.easywsdl.wsdl.impl.wsdl11.binding.soap.soap11   
org.ow2.easywsdl.wsdl.impl.wsdl20   
org.ow2.easywsdl.wsdl.util   
 

Uses of WSDLException in org.ow2.easywsdl.wsdl
 

Methods in org.ow2.easywsdl.wsdl that throw WSDLException
abstract  D ExtensionFactory.addExtElmt2Description(AbsItfDescription desc)
          Add extension elements to object model
 Description WSDLFactoryImpl.newDescription(AbsItfDescription.WSDLVersionConstants version)
          Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.
abstract  Description WSDLFactory.newDescription(AbsItfDescription.WSDLVersionConstants version)
          Create a new instance of a Definition.
static WSDLFactory WSDLFactory.newInstance()
          Get a new instance of a WSDLFactory.
 WSDLReader WSDLFactoryImpl.newWSDLReader()
          Create a new instance of a WSDLReaderImpl.
abstract  WSDLReader WSDLFactory.newWSDLReader()
          Create a new instance of a WSDLReaderImpl.
 WSDLReader WSDLFactoryImpl.newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a WSDLReaderImpl.
abstract  WSDLReader WSDLFactory.newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a WSDLReaderImpl.
 WSDLWriter WSDLFactoryImpl.newWSDLWriter()
          Create a new instance of a WSDLWriterImpl.
abstract  WSDLWriter WSDLFactory.newWSDLWriter()
          Create a new instance of a WSDLWriterImpl.
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.api
 

Methods in org.ow2.easywsdl.wsdl.api that throw WSDLException
 org.w3c.dom.Document WSDLWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL model.
 Description WSDLReader.read(org.w3c.dom.Document document)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReader.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReader.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReader.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
 void WSDLReader.setFeature(WSDLReader.FeatureConstants name, java.lang.Object value)
          Sets the specified feature to the specified value.
 void WSDLWriter.useCustomNamespacesPrefixes(java.lang.String[] customPrefixes)
          Use normalized prefixes for namespace declaration.
 void WSDLWriter.useNormalizedNamespacesPrefixes()
          Use normalized prefixes for namespace declaration.
 java.lang.String WSDLWriter.writeWSDL(Description wsdlDef)
          Write the specified WSDL definition .
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.api.abstractElmt
 

Methods in org.ow2.easywsdl.wsdl.api.abstractElmt that throw WSDLException
 void AbstractDescriptionImpl.addInclude(Incl incl)
          IncludeImpl operation
abstract  Description AbstractWSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
protected  Description AbstractWSDLReaderImpl.readExternalPart(java.net.URI externalURI, java.net.URI documentBaseURI, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an external WSDL URI according to a base URI.
 void AbstractWSDLReaderImpl.setFeature(WSDLReader.FeatureConstants name, java.lang.Object value)
           
 

Constructors in org.ow2.easywsdl.wsdl.api.abstractElmt that throw WSDLException
AbstractDescriptionImpl()
           
AbstractDescriptionImpl(java.net.URI baseURI, E model, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceMapper, org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl schemaLocator, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
AbstractImportImpl(E model, D parent, java.util.Map<java.net.URI,AbsItfDescription> descripionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, AbstractWSDLReaderImpl reader)
          Default constructor
AbstractIncludeImpl(E model, D parent, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, AbstractWSDLReaderImpl reader)
          Default constructor
AbstractWSDLReaderImpl()
           
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.api.abstractItf
 

Methods in org.ow2.easywsdl.wsdl.api.abstractItf that throw WSDLException
 void AbsItfDescription.addInclude(Incl includeDef)
          Add an include to this WSDL description.
 Impt AbsItfDescription.createImport()
          Create a new import.
 I AbsItfService.getInterface()
           Get interface.
 javax.xml.namespace.QName AbsItfDescription.getQName()
          Get the name of this definition.
 Incl AbsItfDescription.removeInclude(Incl includeDef)
          Remove an include from this WSDL description.
 void AbsItfParam.setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void AbsItfParam.setName(java.lang.String name)
          Set the name of this input.
 void AbsItfOperation.setParameterOrdering(java.util.List<java.lang.String> parameterOrder)
          Set the parameter ordering for a request-response, or solicit-response operation.
 void AbsItfOperation.setPattern(AbsItfOperation.MEPPatternConstants pattern)
          set the pattern
 void AbsItfDescription.setQName(javax.xml.namespace.QName name)
          Set the name of this definition.
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.api.binding.wsdl11.soap.soap11
 

Methods in org.ow2.easywsdl.wsdl.api.binding.wsdl11.soap.soap11 that throw WSDLException
 void SOAP11Binding4Wsdl11.setBody(SOAP11Body body)
           
 void SOAP11Binding4Wsdl11.setFault(SOAP11Fault fault)
           
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.decorator
 

Methods in org.ow2.easywsdl.wsdl.decorator that throw WSDLException
 void DecoratorDescriptionImpl.addInclude(Incl arg0)
           
protected  BNew AbstractWSDLConverter.convertBinding(AbsItfBinding oldBinding, java.lang.Class<BImpl> bimpl)
           
protected  BInNew AbstractWSDLConverter.convertBindingInput(AbsItfBindingInput oldBindingInput, java.lang.Class<BInImpl> binimpl)
           
protected  BOutNew AbstractWSDLConverter.convertBindingOutput(AbsItfBindingOutput oldBindingOutput, java.lang.Class<BOutImpl> boutimpl)
           
protected  void AbstractWSDLConverter.convertBindings(java.util.List<AbsItfBinding> bindings, java.lang.Class<BImpl> bimpl, DNew newDesc)
           
abstract  DNew AbstractWSDLConverter.convertDescription(AbsItfDescription desc)
           
 DNew GenericDescriptionConverter.convertDescription(AbsItfDescription odlDesc, java.lang.Class<DImpl> dimpl)
           
protected  DNew AbstractWSDLConverter.convertDescription(AbsItfDescription odlDesc, java.lang.Class<DImpl> dimpl, java.lang.Class<SImpl> simpl, java.lang.Class<BImpl> bimpl, java.lang.Class<IImpl> iimpl, java.lang.Class<InclImpl> inclimpl, java.lang.Class<ImptImpl> imptimpl, java.lang.Class<TImpl> timpl, java.lang.Class<EImpl> eimpl, java.lang.Class<OImpl> oimpl, java.lang.Class<InImpl> inimpl, java.lang.Class<OutImpl> outimpl, java.lang.Class<FImpl> fimpl, java.lang.Class<BOImpl> boimpl, java.lang.Class<BInImpl> binimpl, java.lang.Class<BOutImpl> boutimpl, java.lang.Class<BFImpl> bfimpl)
           
protected  ENew AbstractWSDLConverter.convertEndpoint(AbsItfEndpoint oldEp, java.lang.Class<EImpl> eimpl)
           
protected  void AbstractWSDLConverter.convertEndpoints(java.util.List<AbsItfEndpoint> endpoints, java.lang.Class<EImpl> eimpl)
           
protected  ImptNew AbstractWSDLConverter.convertImport(AbsItfImport oldImpt, java.lang.Class<ImptImpl> imptimpl)
           
protected  void AbstractWSDLConverter.convertImports(java.util.List<AbsItfImport> imports, java.lang.Class<ImptImpl> imptimpl, DNew newDesc)
           
protected  InclNew AbstractWSDLConverter.convertInclude(AbsItfInclude oldInclude, java.lang.Class<InclImpl> inclimpl)
           
protected  void AbstractWSDLConverter.convertIncludes(java.util.List<AbsItfInclude> includes, java.lang.Class<InclImpl> inclimpl, DNew newDesc)
           
protected  InNew AbstractWSDLConverter.convertInput(AbsItfInput oldInput, java.lang.Class<InImpl> inimpl)
           
protected  INew AbstractWSDLConverter.convertInterface(AbsItfInterfaceType oldItf, java.lang.Class<IImpl> iimpl)
           
protected  void AbstractWSDLConverter.convertInterfaces(java.util.List<AbsItfInterfaceType> interfaces, java.lang.Class<IImpl> iimpl, DNew newDesc)
           
protected  OutNew AbstractWSDLConverter.convertOutput(AbsItfOutput oldOutput, java.lang.Class<OutImpl> outimpl)
           
protected  SNew AbstractWSDLConverter.convertService(AbsItfService oldService, java.lang.Class<SImpl> simpl)
          Convert all wsdl element
protected  void AbstractWSDLConverter.convertServices(java.util.List<AbsItfService> services, java.lang.Class<SImpl> simpl, DNew newDesc)
           
protected  TNew AbstractWSDLConverter.convertTypes(AbsItfTypes oldTypes, java.lang.Class<TImpl> typesimpl)
           
 Impt DecoratorDescriptionImpl.createImport()
           
 I DecoratorServiceImpl.getInterface()
           
 javax.xml.namespace.QName DecoratorDescriptionImpl.getQName()
           
 Incl DecoratorDescriptionImpl.removeInclude(Incl arg0)
           
 void DecoratorParamImpl.setElement(org.ow2.easywsdl.schema.api.Element arg0)
           
 void DecoratorParamImpl.setName(java.lang.String arg0)
           
 void DecoratorOperationImpl.setParameterOrdering(java.util.List<java.lang.String> arg0)
           
 void DecoratorOperationImpl.setPattern(AbsItfOperation.MEPPatternConstants arg0)
           
 void DecoratorDescriptionImpl.setQName(javax.xml.namespace.QName arg0)
           
 

Constructors in org.ow2.easywsdl.wsdl.decorator that throw WSDLException
DecoratorBindingFaultImpl(AbsItfBindingFault fault)
           
DecoratorBindingImpl(AbsItfBinding<I,BO> binding)
           
DecoratorBindingInputImpl(AbsItfBindingInput input)
           
DecoratorBindingOperationImpl(AbsItfBindingOperation<O,BIn,BOut,BF> bindingOperation)
           
DecoratorBindingOutputImpl(AbsItfBindingOutput output)
           
DecoratorBindingParamImpl(AbsItfBindingParam bindingParam)
           
DecoratorBindingPartImpl(BindingPart bindingPart)
           
DecoratorDescriptionImpl(AbsItfDescription<S,E,B,I,Incl,Impt,T> wsdl, java.lang.Class<? extends DecoratorTypesImpl> typesImpl)
           
DecoratorEndpointImpl(AbsItfEndpoint<S,B> endpoint)
           
DecoratorFaultImpl(AbsItfFault fault)
           
DecoratorImportImpl(AbsItfImport<D> impt)
           
DecoratorIncludeImpl(AbsItfInclude<D> incl)
           
DecoratorInputImpl(AbsItfInput input)
           
DecoratorInterfaceTypeImpl(AbsItfInterfaceType<O> itf)
           
DecoratorOperationImpl(AbsItfOperation<In,Out,F> operation)
           
DecoratorOutputImpl(AbsItfOutput output)
           
DecoratorParamImpl(AbsItfParam param)
           
DecoratorPartImpl(Part part)
           
DecoratorServiceImpl(AbsItfService<I,E> service)
           
DecoratorTypesImpl(AbsItfTypes<S,Impt> types)
           
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.impl.generic
 

Methods in org.ow2.easywsdl.wsdl.impl.generic that throw WSDLException
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
static WSDLJAXBContext WSDLJAXBContext.getInstance()
           
 javax.xml.bind.JAXBContext WSDLJAXBContext.getJaxbContext()
           
 Description WSDLReaderImpl.read(org.w3c.dom.Document document)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReaderImpl.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
 void WSDLWriterImpl.useCustomNamespacesPrefixes(java.lang.String[] customPrefixes)
           
 void WSDLWriterImpl.useNormalizedNamespacesPrefixes()
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Constructors in org.ow2.easywsdl.wsdl.impl.generic that throw WSDLException
WSDLReaderImpl()
           
WSDLWriterImpl()
           
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.impl.wsdl11
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl11 that throw WSDLException
 void DescriptionImpl.addInclude(Include incl)
           
 org.w3c.dom.Document WSDLWriterImpl.convertWSDL11Definition2DOMElement(TDefinitions wsdlDescriptor, java.lang.String schemaLocation)
           
 java.lang.String WSDLWriterImpl.convertWSDL11Definition2String(TDefinitions wsdlDescriptor, java.lang.String schemaLocation)
           
 Import DescriptionImpl.createImport()
           
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
static WSDLJAXBContext WSDLJAXBContext.getInstance()
           
 InterfaceType ServiceImpl.getInterface()
           Get interface.
 javax.xml.bind.JAXBContext WSDLJAXBContext.getJaxbContext()
           
 Description WSDLReaderImpl.read(org.w3c.dom.Document doc)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReaderImpl.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
 Include DescriptionImpl.removeInclude(Include includeDef)
           
static TBinding BindingImpl.replaceDOMElementByTBinding(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TImport ImportImpl.replaceDOMElementByTImport(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TMessage MessageImpl.replaceDOMElementByTMessage(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TPortType InterfaceTypeImpl.replaceDOMElementByTPortType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TService ServiceImpl.replaceDOMElementByTService(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TTypes TypesImpl.replaceDOMElementByTTypes(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
 void OutputImpl.setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void InputImpl.setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void FaultImpl.setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void OperationImpl.setPattern(AbsItfOperation.MEPPatternConstants pattern)
           
 void WSDLWriterImpl.useCustomNamespacesPrefixes(java.lang.String[] customPrefixes)
           
 void WSDLWriterImpl.useNormalizedNamespacesPrefixes()
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Constructors in org.ow2.easywsdl.wsdl.impl.wsdl11 that throw WSDLException
DescriptionImpl()
           
DescriptionImpl(java.net.URI baseURI, TDefinitions definition, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceMapper, org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl schemaLocator, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, WSDLReaderImpl reader)
           
ImportImpl(TImport impt, Description parent, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, WSDLReaderImpl reader)
           
TypesImpl(TTypes types, DescriptionImpl desc, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> imports, WSDLReaderImpl reader)
           
WSDLReaderImpl()
           
WSDLWriterImpl()
           
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.impl.wsdl11.binding.soap.soap11
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl11.binding.soap.soap11 that throw WSDLException
 void SOAP11BindingImpl.setBody(SOAP11Body body)
           
 void SOAP11BindingImpl.setFault(SOAP11Fault fault)
           
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.impl.wsdl20
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl20 that throw WSDLException
 org.w3c.dom.Document WSDLWriterImpl.convertWSDL20Description2DOMElement(DescriptionType wsdlDescriptor, java.lang.String schemaLocation)
          Build the XML nodes from the WSDL descriptor in Java classes form.
 java.lang.String WSDLWriterImpl.convertWSDL20Description2String(DescriptionType wsdlDescriptor, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceMapperImpl, java.lang.String schemaLocation)
          Build the XML String from the WSDL descriptor in Java classes form.
 Import DescriptionImpl.createImport()
           
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
static WSDLJAXBContext WSDLJAXBContext.getInstance()
           
 InterfaceType ServiceImpl.getInterface()
           Get interface.
 javax.xml.bind.JAXBContext WSDLJAXBContext.getJaxbContext()
           
 javax.xml.namespace.QName DescriptionImpl.getQName()
           
 Description WSDLReaderImpl.read(org.w3c.dom.Document doc)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReaderImpl.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
static BindingType BindingImpl.replaceDOMElementByBindingType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static ImportType ImportImpl.replaceDOMElementByImportType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static IncludeType IncludeImpl.replaceDOMElementByIncludeType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static InterfaceType InterfaceTypeImpl.replaceDOMElementByInterfaceType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static ServiceType ServiceImpl.replaceDOMElementByServiceType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TypesType TypesImpl.replaceDOMElementByTypesType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
 void OutputImpl.setName(java.lang.String name)
           
 void InputImpl.setName(java.lang.String name)
           
 void FaultImpl.setName(java.lang.String name)
           
 void OperationImpl.setParameterOrdering(java.util.List<java.lang.String> parameterOrder)
           
 void DescriptionImpl.setQName(javax.xml.namespace.QName name)
           
 void WSDLWriterImpl.useCustomNamespacesPrefixes(java.lang.String[] customPrefixes)
           
 void WSDLWriterImpl.useNormalizedNamespacesPrefixes()
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Constructors in org.ow2.easywsdl.wsdl.impl.wsdl20 that throw WSDLException
DescriptionImpl()
           
DescriptionImpl(java.net.URI baseURI, DescriptionType description, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceMapper, org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl schemaLocator, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, WSDLReaderImpl reader)
           
ImportImpl(ImportType impt, Description parent, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, WSDLReaderImpl reader)
           
IncludeImpl(IncludeType incl, Description parent, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, WSDLReaderImpl reader)
           
TypesImpl(TypesType types, DescriptionImpl desc, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> imports, WSDLReaderImpl reader)
           
WSDLReaderImpl()
           
WSDLWriterImpl()
           
 

Uses of WSDLException in org.ow2.easywsdl.wsdl.util
 

Methods in org.ow2.easywsdl.wsdl.util that throw WSDLException
static AbsItfDescription.WSDLVersionConstants WSDLVersionDetector.getVersion(org.xml.sax.InputSource input)
           
 



Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.