All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.jrobot-remote-server.xml Maven / Gradle / Ivy

There is a newer version: 3.6.0
Show newest version
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
    <!-- References -->
    <!-- Beans -->
    <bean id="robot-remote-server" class="org.robotframework.remoteserver.RemoteServerImpl" init-method="start"
          destroy-method="stop">
        <property name="port" value="8270"/>
        <property name="host" value="0.0.0.0"/>
    </bean>
    <!-- Services -->
    <service ref="robot-remote-server" interface="org.robotframework.remoteserver.RemoteServer"/>
</blueprint>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy