Uses of Interface
bexee.model.activity.CatchAll

Packages that use CatchAll
bexee.model.activity This package contains all interfaces representing BPEL activities as specified in the bpel4ws.xsd XML Schema.  
bexee.model.activity.impl This package contains default implementations of the interfaces from the bexee.model.activity package. 
bexee.model.elements This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema.  
 

Uses of CatchAll in bexee.model.activity
 

Methods in bexee.model.activity that return CatchAll
 CatchAll Invoke.getCatchAll()
          Get the CatchAll of this Invoke.
 

Methods in bexee.model.activity with parameters of type CatchAll
 void Invoke.setCatchAll(CatchAll catchAll)
          Set the CatchAll of this Invoke.
 

Uses of CatchAll in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return CatchAll
 CatchAll InvokeImpl.getCatchAll()
           
 

Methods in bexee.model.activity.impl with parameters of type CatchAll
 void InvokeImpl.setCatchAll(CatchAll catchAll)
           
 

Uses of CatchAll in bexee.model.elements
 

Methods in bexee.model.elements that return CatchAll
 CatchAll FaultHandlers.getCatchAll()
           
 

Methods in bexee.model.elements with parameters of type CatchAll
 void FaultHandlers.setCatchAll(CatchAll catchAll)
           
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.