org.ow2.easywsdl.extensions.wsdl4bpel.api
Interface WSDL4BPELElement

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Description
All Known Implementing Classes:
DescriptionImpl, WSDL4BPELElementImpl

public interface WSDL4BPELElement
extends java.io.Serializable

This interface represents all WSDL Elements

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 void addPartnerLinkType(PartnerLinkType plt)
           
 java.util.List<PropertyAlias> getAllPropertyAliases()
           
 PartnerLinkType getPartnerLinkType(javax.xml.namespace.QName plt)
           
 java.util.List<PartnerLinkType> getPartnerLinkTypes()
           
 java.util.List<Property> getProperties()
           
 Property getProperty(javax.xml.namespace.QName property)
           
 java.util.List<PropertyAlias> getPropertyAliases4ThisProperty(javax.xml.namespace.QName property)
           
 java.util.List<PartnerLinkType> removeAllPartnerLinkTypes()
           
 PartnerLinkType removePartnerLinkType(PartnerLinkType plt)
           
 

Method Detail

getPartnerLinkTypes

java.util.List<PartnerLinkType> getPartnerLinkTypes()
                                                    throws WSDL4BPELException
Throws:
WSDL4BPELException

getPartnerLinkType

PartnerLinkType getPartnerLinkType(javax.xml.namespace.QName plt)
                                   throws WSDL4BPELException
Throws:
WSDL4BPELException

getProperties

java.util.List<Property> getProperties()
                                       throws WSDL4BPELException
Throws:
WSDL4BPELException

getProperty

Property getProperty(javax.xml.namespace.QName property)
                     throws WSDL4BPELException
Throws:
WSDL4BPELException

getAllPropertyAliases

java.util.List<PropertyAlias> getAllPropertyAliases()
                                                    throws WSDL4BPELException
Throws:
WSDL4BPELException

getPropertyAliases4ThisProperty

java.util.List<PropertyAlias> getPropertyAliases4ThisProperty(javax.xml.namespace.QName property)
                                                              throws WSDL4BPELException
Throws:
WSDL4BPELException

addPartnerLinkType

void addPartnerLinkType(PartnerLinkType plt)
                        throws WSDL4BPELException
Throws:
WSDL4BPELException

removePartnerLinkType

PartnerLinkType removePartnerLinkType(PartnerLinkType plt)
                                      throws WSDL4BPELException
Throws:
WSDL4BPELException

removeAllPartnerLinkTypes

java.util.List<PartnerLinkType> removeAllPartnerLinkTypes()
                                                          throws WSDL4BPELException
Throws:
WSDL4BPELException


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