Reference: Local-In Transport Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Id
| id
| The unique ID of the local-in transport within the assembly. |
Routes To
| routes-to
| The assembly element towards which the local-in transport directs the message. |
Access
| access
| Specifies whether your subassembly is public or private .
The Palette displays only public subassemblies in the Workspace Components category. |
Use Global Error Handlers
| use-global-error-handlers
| Determines whether errors that occur within the subassembly are handled at the subassembly level. The default is false , meaning that errors are handled by the assembly that invoked the subassembly. |
Icon
| icon
| Specifies a custom icon for the subassembly. Supports 24x24 pixel PNG or GIF icons. |
Tooltip
| tooltip
| A tooltip for your subassembly. |
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Store Message
| store-message
| Store Message doesn’t apply to local-in transports. Studio ignores this setting for local-in transports. |
Transport Class
| transport-class
| Specifies an alternative implementation class on a per-assembly basis.
You can globally change the implementation classes by editing the WEB-INF/classes/spring/assembly-bean.xml file. |
Parameters Tab
The
local-in
transport's parameters specify any MediationContext
properties you can set.Property | XML Attribute Name | Description |
|---|---|---|
Name
| name
| The name of your local-in parameter. |
Documentation
| documentation
| A text description of your local-in parameter. |
Required
| required
| Determines whether your local-in transport requires your parameter. |
Type
| type
| Specifies your parameter type. The options are:
|
Default
| default
| The default value of your parameter. |
Validation
| validation
| A Boolean MVEL expression that must evaluate as true , otherwise Studio throws an error. Enables subassembly developers to impose constraints on parameter values. |
Out Parameters Tab
The
local-in
transport's out-parameters specify any MediationContext
properties that the subassembly retrieves.Property | XML Attribute Name | Description |
|---|---|---|
Name
| name
| The name of your out-parameter. |
Documentation
| documentation
| A text description of your out-parameter. |