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.
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)
           
 org.w3c.dom.Document WSDL4BPELWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL tag.
 java.util.List<PartnerLinkType> WSDL4BPELElement.getPartnerLinkTypes()
           
 java.util.List<Role> PartnerLinkType.getRoles()
           
 Description WSDL4BPELReader.readBPEL4WSDL(org.w3c.dom.Document wsdlDocument)
          Read the specified WSDL document into a WSDL definition.
 Description WSDL4BPELReader.readBPEL4WSDL(java.net.URI wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Description WSDL4BPELReader.readBPEL4WSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
          Read a WSDL document into a WSDL definition.
 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<PartnerLinkType> WSDL4BPELElementImpl.getPartnerLinkTypes()
           
 java.util.List<PartnerLinkType> DescriptionImpl.getPartnerLinkTypes()
           
 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.readBPEL4WSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDL4BPELReaderImpl.readBPEL4WSDL(java.net.URI wsdlURI)
           
 Description WSDL4BPELReaderImpl.readBPEL4WSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 java.lang.String WSDL4BPELWriterImpl.writeBPEL4WSDL(Description wsdlDef)
           
 

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



Copyright © 2008 eBM WebSourcing. All Rights Reserved.