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

Method Summary
 void addRole(Role plt)
           
 javax.xml.namespace.QName getQName()
           
 Role getRole(java.lang.String name)
           
 java.util.List<Role> getRoles()
           
 java.util.List<Role> removeAllRoles()
           
 Role removeRole(Role plt)
           
 void setQName(javax.xml.namespace.QName name)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

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