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
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-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.