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
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 eBM WebSourcing. All Rights Reserved.