public class PipeLineExits extends Object
Exit
s must be defined.
Multiple exits may be provided each with their unique name.
<Exits>
<Exit name="" state="" />
<Exit name="Created" state="ERROR" code="201" empty="true" />
<Exit name="NotModified" state="ERROR" code="304" empty="true" />
<Exit name="BadRequest" state="ERROR" code="400" empty="true" />
<Exit name="NotAuthorized" state="ERROR" code="401" empty="true" />
<Exit name="NotAllowed" state="ERROR" code="403" empty="true" />
<Exit name="Teapot" state="SUCCESS" code="418" />
<Exit name="ServerError" state="ERROR" code="500" />
</Exits>
Constructor and Description |
---|
PipeLineExits() |
Modifier and Type | Method and Description |
---|---|
void |
registerPipeLineExit(PipeLineExit exit)
PipeLine exits.
|
public void registerPipeLineExit(PipeLineExit exit)
Copyright © 2023 Frank!Framework. All rights reserved.