bexee.model.elements
Interface FaultHandlers


public interface FaultHandlers

Representation of the FaultHandlers BPEL element.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:09 $
Author:
Patric Fornasier, Pawel Kowalski

Method Summary
 void addCatchFault(CatchFault catchException)
           
 CatchAll getCatchAll()
           
 java.util.List getCatchFaults()
           
 void setCatchAll(CatchAll catchAll)
           
 void setCatchFaults(java.util.List catchFaults)
           
 

Method Detail

addCatchFault

public void addCatchFault(CatchFault catchException)

setCatchFaults

public void setCatchFaults(java.util.List catchFaults)

getCatchFaults

public java.util.List getCatchFaults()

setCatchAll

public void setCatchAll(CatchAll catchAll)

getCatchAll

public CatchAll getCatchAll()


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