Uses of Class
org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELException

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

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

Methods in org.ow2.easywsdl.extensions.wsdl4bpel that throw WSDL4BPELException
 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
static WSDL4BPELFactory WSDL4BPELFactory.newInstance()
          Get a new instance of a WSDLFactory.
 WSDL4BPELReader WSDL4BPELFactoryImpl.newWSDLReader()
           
abstract  WSDL4BPELReader WSDL4BPELFactory.newWSDLReader()
          Create a new instance of a WSDLReaderImpl.
 WSDL4BPELReader WSDL4BPELFactoryImpl.newWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
           
abstract  WSDL4BPELReader WSDL4BPELFactory.newWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a WSDLReaderImpl.
 WSDL4BPELWriter WSDL4BPELFactoryImpl.newWSDLWriter()
           
abstract  WSDL4BPELWriter WSDL4BPELFactory.newWSDLWriter()
          Create a new instance of a WSDLWriterImpl.
 

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

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.api that throw WSDL4BPELException
 void WSDL4BPELElement.addPartnerLinkType(PartnerLinkType plt)
           
 void PartnerLinkType.addRole(Role plt)
           
 java.util.List<PropertyAlias> WSDL4BPELElement.getAllPropertyAliases()
           
 org.w3c.dom.Document WSDL4BPELWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL tag.
 PartnerLinkType WSDL4BPELElement.getPartnerLinkType(javax.xml.namespace.QName plt)
           
 java.util.List<PartnerLinkType> WSDL4BPELElement.getPartnerLinkTypes()
           
 java.util.List<Property> WSDL4BPELElement.getProperties()
           
 Property WSDL4BPELElement.getProperty(javax.xml.namespace.QName property)
           
 java.util.List<PropertyAlias> WSDL4BPELElement.getPropertyAliases4ThisProperty(javax.xml.namespace.QName property)
           
 java.util.List<Role> PartnerLinkType.getRoles()
           
 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.
 java.util.List<PartnerLinkType> WSDL4BPELElement.removeAllPartnerLinkTypes()
           
 java.util.List<Role> PartnerLinkType.removeAllRoles()
           
 PartnerLinkType WSDL4BPELElement.removePartnerLinkType(PartnerLinkType plt)
           
 Role PartnerLinkType.removeRole(Role plt)
           
 java.lang.String WSDL4BPELWriter.writeBPEL4WSDL(Description wsdlDef)
          Write the specified WSDL definition .
 

Uses of WSDL4BPELException in org.ow2.easywsdl.extensions.wsdl4bpel.impl
 

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.impl that throw WSDL4BPELException
 void WSDL4BPELElementImpl.addPartnerLinkType(PartnerLinkType plt)
           
 void DescriptionImpl.addPartnerLinkType(PartnerLinkType plt)
           
 void PartnerLinkTypeImpl.addRole(Role plt)
           
 java.util.List<PropertyAlias> WSDL4BPELElementImpl.getAllPropertyAliases()
           
 java.util.List<PropertyAlias> DescriptionImpl.getAllPropertyAliases()
           
 PartnerLinkType WSDL4BPELElementImpl.getPartnerLinkType(javax.xml.namespace.QName plt)
           
 PartnerLinkType DescriptionImpl.getPartnerLinkType(javax.xml.namespace.QName plt)
           
 java.util.List<PartnerLinkType> WSDL4BPELElementImpl.getPartnerLinkTypes()
           
 java.util.List<PartnerLinkType> DescriptionImpl.getPartnerLinkTypes()
           
 java.util.List<Property> WSDL4BPELElementImpl.getProperties()
           
 java.util.List<Property> DescriptionImpl.getProperties()
           
 Property WSDL4BPELElementImpl.getProperty(javax.xml.namespace.QName property)
           
 Property DescriptionImpl.getProperty(javax.xml.namespace.QName property)
           
 java.util.List<PropertyAlias> WSDL4BPELElementImpl.getPropertyAliases4ThisProperty(javax.xml.namespace.QName property)
           
 java.util.List<PropertyAlias> DescriptionImpl.getPropertyAliases4ThisProperty(javax.xml.namespace.QName property)
           
 java.util.List<Role> PartnerLinkTypeImpl.getRoles()
           
 java.util.List<PartnerLinkType> WSDL4BPELElementImpl.removeAllPartnerLinkTypes()
           
 java.util.List<PartnerLinkType> DescriptionImpl.removeAllPartnerLinkTypes()
           
 java.util.List<Role> PartnerLinkTypeImpl.removeAllRoles()
           
 PartnerLinkType WSDL4BPELElementImpl.removePartnerLinkType(PartnerLinkType plt)
           
 PartnerLinkType DescriptionImpl.removePartnerLinkType(PartnerLinkType plt)
           
 Role PartnerLinkTypeImpl.removeRole(Role plt)
           
 

Constructors in org.ow2.easywsdl.extensions.wsdl4bpel.impl that throw WSDL4BPELException
WSDL4BPELElementImpl(T t)
           
 

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

Methods in org.ow2.easywsdl.extensions.wsdl4bpel.impl.inout that throw WSDL4BPELException
 org.w3c.dom.Document WSDL4BPELWriterImpl.getDocument(Description wsdlDef)
           
 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.

 java.lang.String WSDL4BPELWriterImpl.writeBPEL4WSDL(Description wsdlDef)
           
 

Constructors in org.ow2.easywsdl.extensions.wsdl4bpel.impl.inout that throw WSDL4BPELException
WSDL4BPELReaderImpl()
           
WSDL4BPELWriterImpl()
           
 



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