openesb-components/driver-tests/aspectse/filterRequestReply/AspectApp/src/aspectmap.xml

66 lines
3.7 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<aspectmap xmlns='http://xml.sun.jbi.aspects/schema/AspectMap'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://xml.sun.jbi.aspects/schema/AspectMap aspectmap.xsd'>
<aspect exchangeType="filterRequestReply" ID="1">
<input partnerLink="{http://com.sun.jbi/aspect/logging}loggingPartner"
roleName="loggingPortTypeRole"
portType="{http://com.sun.jbi/aspect/logging}loggingPortType"
operation="loggingOperation"
messageType="{http://com.sun.jbi/etl/etlengine}inputMsg"
file=""
/>
<output ID = "1"
partnerLink="{http://com.sun.jbi/etl/etlengine}edit_engine_etlService"
roleName="edit_engine_etlPort"
portType="{http://com.sun.jbi/etl/etlengine}edit_engine_etlPortType"
operation="execute"
messageType="{http://com.sun.jbi/etl/etlengine}inputMsg" />
<output ID = "2"
partnerLink="{http://com.sun.jbi/etl/etlengine}edit_engine_etlService"
roleName="edit_engine_etlPort"
portType="{http://com.sun.jbi/etl/etlengine}edit_engine_etlPortType"
operation="execute"
messageType="{http://com.sun.jbi/etl/etlengine}inputMsg" />
<output ID = "3"
partnerLink="{http://com.sun.jbi/etl/etlengine}edit_engine_etlService"
roleName="edit_engine_etlPort"
portType="{http://com.sun.jbi/etl/etlengine}edit_engine_etlPortType"
operation="execute"
messageType="{http://com.sun.jbi/etl/etlengine}inputMsg" />
<advice type="logging" configurationFile="logging_1.xml" order="1" />
<advice type="throttling" configurationFile="throttling_1.xml" order="2" />
<advice type="autoReconnect" configurationFile="retry_1.xml" order="3" />
<advice type="messageTracking" configurationFile="messageTracking_1.xml" order="4" />
<advice type="contentBasedRouting" configurationFile="contentBasedRouting_1.xml" order="5" />
</aspect>
<!--aspect exchangeType="filterOneWay" ID="2">
<input partnerLink="{http://com.sun.jbi/aspect/logging}loggingPartner1"
roleName="loggingPortTypeRole1"
portType="{http://com.sun.jbi/aspect/logging}loggingPortType"
operation="loggingOperation"
messageType="{http://com.sun.jbi/etl/etlengine}inputMsg"
file=""/>
<output ID = "1"
partnerLink="{http://com.sun.jbi/etl/etlengine}edit_engine_etlService"
roleName="edit_engine_etlPort"
portType="{http://com.sun.jbi/etl/etlengine}edit_engine_etlPortType"
operation="execute"
messageType="{http://com.sun.jbi/etl/etlengine}inputMsg"/>
<output ID = "2"
partnerLink="{http://com.sun.jbi/etl/etlengine}edit_engine_etlService"
roleName="edit_engine_etlPort"
portType="{http://com.sun.jbi/etl/etlengine}edit_engine_etlPortType"
operation="execute"
messageType="{http://com.sun.jbi/etl/etlengine}inputMsg" />
<advice type="queuing" configurationFile="queuing_1.xml" order="1" />
<advice type="tee" configurationFile="tee_1.xml" order="2" />
</aspect -->
</aspectmap>