There are some methods to configure and enable transports enable Transports in WSO2 Carbon or any Carbon based solution.
...
However, there is a fundamental difference between transports configured in axis2.xml
and transports configured in catalina-server.xml.
Transport receivers configured in catalina-server.xml
will be loaded through a special "Transport Manager" implementation in Carbon. Therefore the classes specified in the <transport
> element must implement the interface org.wso2.carbon.server.transports.Transport
. Currently only the default servlet transports of Carbon can be configured from the
catalinafrom catalina-server.xml file.
Configuring Transports at Service Level
Anchor | ||||
---|---|---|---|---|
|
...