org.ow2.easywsdl.extensions.wsdl4bpel.impl
Class WSDL4BPELElementImpl<T extends org.ow2.easywsdl.wsdl.api.WSDLElement>

java.lang.Object
  extended by org.ow2.easywsdl.extensions.wsdl4bpel.impl.WSDL4BPELElementImpl<T>
All Implemented Interfaces:
java.io.Serializable, WSDL4BPELElement

public class WSDL4BPELElementImpl<T extends org.ow2.easywsdl.wsdl.api.WSDLElement>
extends java.lang.Object
implements WSDL4BPELElement

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  T tag
           
 
Constructor Summary
WSDL4BPELElementImpl(T t)
           
 
Method Summary
 void addPartnerLinkType(PartnerLinkType plt)
           
 java.util.List<PartnerLinkType> getPartnerLinkTypes()
           
 java.util.List<PartnerLinkType> removeAllPartnerLinkTypes()
           
 PartnerLinkType removePartnerLinkType(PartnerLinkType plt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

protected T extends org.ow2.easywsdl.wsdl.api.WSDLElement tag
Constructor Detail

WSDL4BPELElementImpl

public WSDL4BPELElementImpl(T t)
                     throws WSDL4BPELException
Throws:
WSDL4BPELException
Method Detail

getPartnerLinkTypes

public java.util.List<PartnerLinkType> getPartnerLinkTypes()
                                                    throws WSDL4BPELException
Specified by:
getPartnerLinkTypes in interface WSDL4BPELElement
Throws:
WSDL4BPELException

addPartnerLinkType

public void addPartnerLinkType(PartnerLinkType plt)
                        throws WSDL4BPELException
Specified by:
addPartnerLinkType in interface WSDL4BPELElement
Throws:
WSDL4BPELException

removePartnerLinkType

public PartnerLinkType removePartnerLinkType(PartnerLinkType plt)
                                      throws WSDL4BPELException
Specified by:
removePartnerLinkType in interface WSDL4BPELElement
Throws:
WSDL4BPELException

removeAllPartnerLinkTypes

public java.util.List<PartnerLinkType> removeAllPartnerLinkTypes()
                                                          throws WSDL4BPELException
Specified by:
removeAllPartnerLinkTypes in interface WSDL4BPELElement
Throws:
WSDL4BPELException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.