Petals-SE-POJO 2.7.0+

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History
xmlns:jbi="http://java.sun.com/xml/ns/jbi"
xmlns:pojo="http://petals.ow2.org/components/pojo/version-2.0"
xmlns:petalsCDK="http://petals.ow2.org/components/extensions/version-4.0" xmlns:cdk="http://petals.ow2.org/components/extensions/version-4.0"
xmlns:generatedNs="http://petals.ow2.org/pojo">
xmlns:notifyService="http://petals.ow2.org/samples/notifyService">

<jbi:services binding-component="false">

<!-- CDK specific elements -->
<petalsCDK:wsdl>MyFileTransferService.wsdl</petalsCDK:wsdl> <cdk:wsdl>MyFileTransferService.wsdl</cdk:wsdl>
<petalsCDK:validate-wsdl>true</petalsCDK:validate-wsdl> <cdk:validate-wsdl>true</cdk:validate-wsdl>

<!-- Component specific elements -->
<pojo:class-name>test.SamplePojoService</pojo:class-name>
</jbi:provides>

<!-- A service consumer declared to invoked another ervice provider from the POJO servcice -->
<jbi:consumes
interface-name="notifyService:emailNotifyTravelRequest"
service-name="notifyService:emailNotifyTravelRequestService">
<cdk:mep>InOnly</cdk:mep>
<cdk:operation>notifyService:travelRequestApproved</cdk:operation>
<cdk:timeout>${email.notifications.timeout}</cdk:timeout>
</jbi:consumes>
</jbi:services>
</jbi:jbi>