Uses of Interface
org.ow2.easywsdl.extensions.wsdl4bpel.api.Description

Packages that use Description
org.ow2.easywsdl.extensions.wsdl4bpel   
org.ow2.easywsdl.extensions.wsdl4bpel.api   
org.ow2.easywsdl.extensions.wsdl4bpel.impl.converter   
org.ow2.easywsdl.extensions.wsdl4bpel.impl.inout   
 

Uses of Description in org.ow2.easywsdl.extensions.wsdl4bpel
 

Methods in org.ow2.easywsdl.extensions.wsdl4bpel that return Description
 Description WSDL4BPELFactoryImpl.addBPELElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
           
abstract  Description WSDL4BPELFactory.addBPELElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
          Create a new instance of a Definition.
 Description WSDL4BPELFactoryImpl.addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
           
abstract  Description WSDL4BPELFactory.addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
          Generic method for extensions
 

Uses of Description in org.ow2.easywsdl.extensions.wsdl4bpel.api
 

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.api that return Description
 Description WSDL4BPELReader.read(org.w3c.dom.Document document)
           Read the BPEL WSDL document available at the specified DOM Document , and bind it into a Description object.
 Description WSDL4BPELReader.read(org.xml.sax.InputSource inputSource)
           Read the BPEL WSDL document available at the specified InputSource, and bind it into a Description object.
 Description WSDL4BPELReader.read(java.net.URL wsdlURL)
           Read the BPEL WSDL document available at the location identified by the specified URL, and bind it into a Description object.
 

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.api with parameters of type Description
 org.w3c.dom.Document WSDL4BPELWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL tag.
 java.lang.String WSDL4BPELWriter.writeBPEL4WSDL(Description wsdlDef)
          Write the specified WSDL definition .
 

Uses of Description in org.ow2.easywsdl.extensions.wsdl4bpel.impl.converter
 

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.impl.converter that return Description
 Description DescriptionConverter.convertDescription(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription oldDesc)
           
 

Uses of Description in org.ow2.easywsdl.extensions.wsdl4bpel.impl.inout
 

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.impl.inout that return Description
 Description WSDL4BPELReaderImpl.read(org.w3c.dom.Document wsdlDocument)
           Read the BPEL WSDL document available at the specified DOM Document , and bind it into a Description object.
 Description WSDL4BPELReaderImpl.read(org.xml.sax.InputSource wsdlInputSource)
           Read the BPEL WSDL document available at the specified InputSource, and bind it into a Description object.
 Description WSDL4BPELReaderImpl.read(java.net.URL wsdlURL)
           Read the BPEL WSDL document available at the location identified by the specified URL, and bind it into a Description object.
 

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.impl.inout with parameters of type Description
 org.w3c.dom.Document WSDL4BPELWriterImpl.getDocument(Description wsdlDef)
           
 java.lang.String WSDL4BPELWriterImpl.writeBPEL4WSDL(Description wsdlDef)
           
 



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