|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Description in org.ow2.easywsdl.extensions.sawsdl |
---|
Methods in org.ow2.easywsdl.extensions.sawsdl that return Description | |
---|---|
Description |
SAWSDLFactoryImpl.addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
|
abstract Description |
SAWSDLFactory.addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
Generic method for extension |
Description |
SAWSDLFactoryImpl.addSAWSDLElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
|
abstract Description |
SAWSDLFactory.addSAWSDLElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
Create a new instance of a Definition. |
Uses of Description in org.ow2.easywsdl.extensions.sawsdl.api |
---|
Methods in org.ow2.easywsdl.extensions.sawsdl.api that return Description | |
---|---|
Description |
SAWSDLReader.read(org.w3c.dom.Document document)
Read the SA-WSDL document available at the specified DOM Document
, and bind it into a Description object. |
Description |
SAWSDLReader.read(org.xml.sax.InputSource inputSource)
Read the SA-WSDL document available at the specified InputSource ,
and bind it into a Description object. |
Description |
SAWSDLReader.read(java.net.URL wsdlURL)
Read the SA-WSDL document available at the location identified by the specified URL, and bind it into a Description object. |
Methods in org.ow2.easywsdl.extensions.sawsdl.api with parameters of type Description | |
---|---|
org.w3c.dom.Document |
SAWSDLWriter.getDocument(Description wsdlDef)
Return a document generated from the specified WSDL tag. |
java.lang.String |
SAWSDLWriter.writeSAWSDL(Description wsdlDef)
Write the specified WSDL definition . |
Uses of Description in org.ow2.easywsdl.extensions.sawsdl.impl |
---|
Classes in org.ow2.easywsdl.extensions.sawsdl.impl that implement Description | |
---|---|
class |
DescriptionImpl
|
Uses of Description in org.ow2.easywsdl.extensions.sawsdl.impl.converter |
---|
Methods in org.ow2.easywsdl.extensions.sawsdl.impl.converter that return Description | |
---|---|
Description |
WSDLConverter.convertDescription(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription oldDesc)
|
Uses of Description in org.ow2.easywsdl.extensions.sawsdl.impl.inout |
---|
Methods in org.ow2.easywsdl.extensions.sawsdl.impl.inout that return Description | |
---|---|
Description |
SAWSDLReaderImpl.read(org.w3c.dom.Document wsdlDocument)
Read the SA-WSDL document available at the specified DOM |
Description |
SAWSDLReaderImpl.read(org.xml.sax.InputSource wsdlInputSource)
Read the SA-WSDL document available at the specified |
Description |
SAWSDLReaderImpl.read(java.net.URL wsdlURL)
Read the SA-WSDL document available at the location identified by the
specified URL, and bind it into a |
Methods in org.ow2.easywsdl.extensions.sawsdl.impl.inout with parameters of type Description | |
---|---|
org.w3c.dom.Document |
SAWSDLWriterImpl.getDocument(Description wsdlDef)
|
java.lang.String |
SAWSDLWriterImpl.writeSAWSDL(Description wsdlDef)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |