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   
 

Uses of WSDLException in org.ow2.easywsdl.wsdl
 

Methods in org.ow2.easywsdl.wsdl that throw WSDLException
 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.
 

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.readWSDL(org.w3c.dom.Document wsdlDocument)
          Read the specified WSDL document into a WSDL definition.
 Description WSDLReader.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
          Read the specified WSDL document into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
          Read a WSDL document into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
          Read a WSDL document into a WSDL definition.
 void WSDLReader.setFeature(WSDLReader.FeatureConstants name, java.lang.Object value)
          Sets the specified feature to the specified value.
 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
protected  org.w3c.dom.Element AbstractWSDLElementImpl.createElementFromString(java.lang.String xmlElmt)
           
 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.jdom.Document doc, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
 

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.
 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 AbsItfBindingParam.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.
 void AbsItfBinding.setTransportProtocol(java.lang.String transportProtocol)
          set the transport protocol
 

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)
           
 

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)
           
 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 DecoratorOutputImpl.setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void DecoratorInputImpl.setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void DecoratorFaultImpl.setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void DecoratorParamImpl.setName(java.lang.String arg0)
           
 void DecoratorOutputImpl.setName(java.lang.String name)
           
 void DecoratorInputImpl.setName(java.lang.String name)
           
 void DecoratorFaultImpl.setName(java.lang.String name)
           
 void DecoratorBindingParamImpl.setName(java.lang.String arg0)
           
 void DecoratorBindingOutputImpl.setName(java.lang.String name)
           
 void DecoratorBindingInputImpl.setName(java.lang.String name)
           
 void DecoratorBindingFaultImpl.setName(java.lang.String name)
           
 void DecoratorOperationImpl.setParameterOrdering(java.util.List<java.lang.String> arg0)
           
 void DecoratorOperationImpl.setPattern(AbsItfOperation.MEPPatternConstants arg0)
           
 void DecoratorDescriptionImpl.setQName(javax.xml.namespace.QName arg0)
           
 void DecoratorBindingImpl.setTransportProtocol(java.lang.String transportProtocol)
           
 

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)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

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 WSDLWriterImpl.convertWSDL11Definition2String(TDefinitions wsdlDescriptor)
           
protected static void WSDLJAXBContext.createContextWithOtherObjectFactories(java.util.List<java.lang.Class> addedObjectFactories)
           
protected static void WSDLJAXBContext.createDefaultContext()
          Private object initializations
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 InterfaceType ServiceImpl.getInterface()
           
 javax.xml.bind.Marshaller WSDLWriterImpl.getMarshaller()
          Get the marshaller instance.
 javax.xml.bind.Unmarshaller WSDLReaderImpl.getUnMarshaller()
          Get the unmarshaller instance.
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI baseURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
 Include DescriptionImpl.removeInclude(Include includeDef)
           
 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)
           
 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.jdom.Document document, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
TypesImpl(TTypes types, DescriptionImpl desc)
           
WSDLReaderImpl()
           
WSDLReaderImpl(java.util.List<java.lang.Class> addedObjectFactories)
           
WSDLWriterImpl()
           
WSDLWriterImpl(java.util.List<java.lang.Class> addedObjectFactories)
           
 

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)
           
 

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

Methods in org.ow2.easywsdl.wsdl.impl.wsdl20 that throw WSDLException
protected static void WSDLJAXBContext.createContextWithOtherObjectFactories(java.util.List<java.lang.Class> addedObjectFactories)
          Private object initializations
protected static void WSDLJAXBContext.createDefaultContext()
          Private object initializations
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 InterfaceType ServiceImpl.getInterface()
           
 javax.xml.bind.Marshaller WSDLWriterImpl.getMarshaller()
          Get the marshaller instance.
 javax.xml.namespace.QName DescriptionImpl.getQName()
           
 javax.xml.bind.Unmarshaller WSDLReaderImpl.getUnMarshaller()
          Get the unmarshaller instance.
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
 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 BindingImpl.setTransportProtocol(java.lang.String transportProtocol)
           
 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.jdom.Document document, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
TypesImpl(TypesType types, DescriptionImpl desc)
           
WSDLReaderImpl()
           
WSDLReaderImpl(java.util.List<java.lang.Class> addedObjectFactories)
           
WSDLWriterImpl()
           
WSDLWriterImpl(java.util.List<java.lang.Class> addedObjectFactories)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.