A D F G M N O R S W

A

addMultipleExtElmt2Description(List<ExtensionFactory>, AbsItfDescription) - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactory
Create a new instance of a Definition.
addMultipleExtElmt2Description(List<ExtensionFactory>, AbsItfDescription) - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactoryImpl
 

D

Description - Interface in org.ow2.easywsdl.extensions.multiple.api
This interface represents a WSDL definition.
DescriptionImpl<D extends org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> - Class in org.ow2.easywsdl.extensions.multiple.impl
 
DescriptionImpl(AbsItfDescription) - Constructor for class org.ow2.easywsdl.extensions.multiple.impl.DescriptionImpl
 

F

find(ExtensionFactory) - Method in interface org.ow2.easywsdl.extensions.multiple.api.Description
Find description which correspond to ExtensionFactories in argument
find(ExtensionFactory) - Method in class org.ow2.easywsdl.extensions.multiple.impl.DescriptionImpl
 

G

getDocument(AbsItfDescription) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtWriter
Return a document generated from the specified WSDL tag.
getDocument(AbsItfDescription) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtWriterImpl
 
getFeature(WSDLReader.FeatureConstants) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
Gets the value of the specified feature.
getFeature(String) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtWriter
Gets the value of the specified feature.
getFeature(WSDLReader.FeatureConstants) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
 
getFeature(String) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtWriterImpl
 
getFeatures() - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
Gets all features.
getFeatures() - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
 

M

MultipleExtException - Exception in org.ow2.easywsdl.extensions.multiple.api
 
MultipleExtException(Throwable) - Constructor for exception org.ow2.easywsdl.extensions.multiple.api.MultipleExtException
 
MultipleExtFactory - Class in org.ow2.easywsdl.extensions.multiple
This abstract class defines a factory API that enables applications to obtain a WSDLFactory capable of producing new Definitions, new WSDLReaders, and new WSDLWriters.
MultipleExtFactory() - Constructor for class org.ow2.easywsdl.extensions.multiple.MultipleExtFactory
 
MultipleExtFactoryImpl - Class in org.ow2.easywsdl.extensions.multiple
This class is a concrete implementation of the abstract class WSDLFactory.
MultipleExtFactoryImpl() - Constructor for class org.ow2.easywsdl.extensions.multiple.MultipleExtFactoryImpl
 
MultipleExtReader - Interface in org.ow2.easywsdl.extensions.multiple.api
This interface describes a collection of methods that enable conversion of a WSDL document (in XML, following the WSDL schema described in the WSDL specification) into a WSDL tag.
MultipleExtReaderImpl - Class in org.ow2.easywsdl.extensions.multiple.impl
 
MultipleExtReaderImpl() - Constructor for class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
 
MultipleExtWriter - Interface in org.ow2.easywsdl.extensions.multiple.api
This interface describes a collection of methods that allow a WSDL tag to be written to a writer in an XML format that follows the WSDL schema.
MultipleExtWriterImpl - Class in org.ow2.easywsdl.extensions.multiple.impl
 
MultipleExtWriterImpl() - Constructor for class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtWriterImpl
 

N

newInstance() - Static method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactory
Get a new instance of a WSDLFactory.
newMultipleExtReader() - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactory
Create a new instance of a MultipleExtReaderImpl.
newMultipleExtReader(Map<WSDLReader.FeatureConstants, Object>) - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactory
Create a new instance of a MultipleExtReaderImpl.
newMultipleExtReader() - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactoryImpl
 
newMultipleExtReader(Map<WSDLReader.FeatureConstants, Object>) - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactoryImpl
 
newMultipleExtWriter() - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactory
Create a new instance of a MultipleExtWriterImpl.
newMultipleExtWriter() - Method in class org.ow2.easywsdl.extensions.multiple.MultipleExtFactoryImpl
 

O

org.ow2.easywsdl.extensions.multiple - package org.ow2.easywsdl.extensions.multiple
 
org.ow2.easywsdl.extensions.multiple.api - package org.ow2.easywsdl.extensions.multiple.api
 
org.ow2.easywsdl.extensions.multiple.impl - package org.ow2.easywsdl.extensions.multiple.impl
 

R

read(List<ExtensionFactory>, URL) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
Read the WSDL document available at the location identified by the specified URL, and bind it into a Description object.
read(List<ExtensionFactory>, Document) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
Read the WSDL document available at the specified DOM Document, and bind it into a Description object.
read(List<ExtensionFactory>, InputSource) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
Read the WSDL document available at the specified InputSource, and bind it into a Description object.
read(List<ExtensionFactory>, URL) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl

Read the WSDL document available at the location identified by the specified URL, and bind it into a Description object.

read(List<ExtensionFactory>, Document) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl

Read the WSDL document available at the specified DOM Document, and bind it into a Description object.

read(List<ExtensionFactory>, InputSource) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl

Read the WSDL document available at the specified InputSource, and bind it into a Description object.


S

setFeature(WSDLReader.FeatureConstants, Object) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
Sets the specified feature to the specified value.
setFeature(String, boolean) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtWriter
Sets the specified feature to the specified value.
setFeature(WSDLReader.FeatureConstants, Object) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
 
setFeature(String, boolean) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtWriterImpl
 
setFeatures(Map<WSDLReader.FeatureConstants, Object>) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
 

W

writeMultipleExtWSDL(AbsItfDescription) - Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtWriter
Write the specified WSDL definition .
writeMultipleExtWSDL(AbsItfDescription) - Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtWriterImpl
 

A D F G M N O R S W

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