com.ebmwebsourcing.easybpel.model.bpel.api.fault
Interface FaultHandlers

All Superinterfaces:
BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement

public interface FaultHandlers
extends BPELElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 CatchAll getCatchAll()
           
 java.util.List<Catch> getCatchs()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getCatchs

java.util.List<Catch> getCatchs()

getCatchAll

CatchAll getCatchAll()


Copyright © 2012 Petals Link. All Rights Reserved.