org.ow2.easywsdl.extensions.wsdl4bpel.api
Interface PartnerLinkType
- All Superinterfaces:
- org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.wsdl.api.WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
- All Known Implementing Classes:
- PartnerLinkTypeImpl
public interface PartnerLinkType
- extends org.ow2.easywsdl.wsdl.api.WSDLElement
- Author:
- Nicolas Salatge - eBM WebSourcing
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
getQName
javax.xml.namespace.QName getQName()
setQName
void setQName(javax.xml.namespace.QName name)
getRoles
java.util.List<Role> getRoles()
throws WSDL4BPELException
- Throws:
WSDL4BPELException
getRole
Role getRole(java.lang.String name)
addRole
void addRole(Role plt)
throws WSDL4BPELException
- Throws:
WSDL4BPELException
removeRole
Role removeRole(Role plt)
throws WSDL4BPELException
- Throws:
WSDL4BPELException
removeAllRoles
java.util.List<Role> removeAllRoles()
throws WSDL4BPELException
- Throws:
WSDL4BPELException
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.