Uses of Class
com.ebmwebsourcing.easybpel.model.bpel._abstract.TEventHandlers

Packages that use TEventHandlers
com.ebmwebsourcing.easybpel.model.bpel._abstract   
 

Uses of TEventHandlers in com.ebmwebsourcing.easybpel.model.bpel._abstract
 

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TEventHandlers
protected  TEventHandlers TProcess.eventHandlers
           
protected  TEventHandlers TScope.eventHandlers
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TEventHandlers
 TEventHandlers ObjectFactory.createTEventHandlers()
          Create an instance of TEventHandlers
 TEventHandlers TProcess.getEventHandlers()
          Gets the value of the eventHandlers property.
 TEventHandlers TScope.getEventHandlers()
          Gets the value of the eventHandlers property.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return types with arguments of type TEventHandlers
 javax.xml.bind.JAXBElement<TEventHandlers> ObjectFactory.createEventHandlers(TEventHandlers value)
          Create an instance of JAXBElement<TEventHandlers>}
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TEventHandlers
 javax.xml.bind.JAXBElement<TEventHandlers> ObjectFactory.createEventHandlers(TEventHandlers value)
          Create an instance of JAXBElement<TEventHandlers>}
 void TProcess.setEventHandlers(TEventHandlers value)
          Sets the value of the eventHandlers property.
 void TScope.setEventHandlers(TEventHandlers value)
          Sets the value of the eventHandlers property.
 



Copyright © 2012 Petals Link. All Rights Reserved.