Add support for socket-binding in AS7 configuration
---------------------------------------------------
Key: SWITCHYARD-481
URL:
https://issues.jboss.org/browse/SWITCHYARD-481
Project: SwitchYard
Issue Type: Enhancement
Components: deployment
Affects Versions: 0.2
Reporter: Magesh Bojan
Assignee: Magesh Bojan
Fix For: 0.3
Provide support for using socket-binding names in configuration properties. For e.g.
<module identifier="org.switchyard.component.soap"
implClass="org.switchyard.component.soap.deploy.SOAPComponent">
<properties>
<serverPort>
socket-binding=switchyard-ws
</serverPort>
</properties>
</module>
...
<socket-binding-group name="standard-sockets"
default-interface="public">
...
<socket-binding name="switchyard-ws" port="18001"/>
</socket-binding-group>
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira