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

META-INF.resource-adaptor-jar.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE resource-adaptor-jar PUBLIC "-//Sun Microsystems, Inc.//DTD JAIN SLEE Resource Adaptor 1.1//EN" "http://java.sun.com/dtd/slee-resource-adaptor-jar_1_1.dtd">

<resource-adaptor-jar>
   <resource-adaptor id="http-servlet-ra_1.0.00">
       	<description>Http Servlet RA 1.0.00 resource adaptor</description>
       	<resource-adaptor-name>HttpServletResourceAdaptor</resource-adaptor-name>
       	<resource-adaptor-vendor>org.restcomm</resource-adaptor-vendor>
       	<resource-adaptor-version>1.0</resource-adaptor-version>

       	<resource-adaptor-type-ref>
            <resource-adaptor-type-name>HttpServletResourceAdaptorType</resource-adaptor-type-name>
			<resource-adaptor-type-vendor>org.restcomm</resource-adaptor-type-vendor>
			<resource-adaptor-type-version>1.0</resource-adaptor-type-version>
       	</resource-adaptor-type-ref>

		<resource-adaptor-classes>
	   		<resource-adaptor-class supports-active-reconfiguration="True">
                <resource-adaptor-class-name>
                    org.restcomm.slee.resource.http.HttpServletResourceAdaptor
                </resource-adaptor-class-name>
            </resource-adaptor-class>
        </resource-adaptor-classes>
        
        <config-property>
            <config-property-name>name</config-property-name>
            <config-property-type>java.lang.String</config-property-type>
        </config-property>
		<config-property>
			<description>Once HTTP request is received, RA will wait for configured milliseconds before responding back empty HTTP Response</description>
			<config-property-name>HTTP_REQUEST_TIMEOUT</config-property-name>
			<config-property-type>java.lang.Integer</config-property-type>
			<config-property-value>65000</config-property-value>
		</config-property>        
        <config-property>
            <config-property-name>org.mobicents.resources.http-servlet-ra.LOCAL_HTTP_PORT</config-property-name>
            <config-property-type>java.lang.Integer</config-property-type>
            <config-property-value>8080</config-property-value>
        </config-property>
        <config-property>
            <config-property-name>org.mobicents.resources.http-servlet-ra.LOCAL_HTTP_ADDRESS</config-property-name>
            <config-property-type>java.lang.String</config-property-type>
            <config-property-value></config-property-value>
        </config-property>
        <config-property>
            <config-property-name>org.mobicents.resources.http-servlet-ra.LOCAL_SSL_PORT</config-property-name>
            <config-property-type>java.lang.Integer</config-property-type>
            <config-property-value>-1</config-property-value>
        </config-property>
        <config-property>
            <config-property-name>org.mobicents.resources.http-servlet-ra.BALANCERS</config-property-name>
            <config-property-type>java.lang.String</config-property-type>
            <config-property-value></config-property-value>
        </config-property>
        <config-property>
            <config-property-name>org.mobicents.resources.http-servlet-ra.LoadBalancerHeartBeatingServiceClassName</config-property-name>
            <config-property-type>java.lang.String</config-property-type>
            <config-property-value>org.restcomm.slee.resource.http.heartbeat.HttpLoadBalancerHeartBeatingServiceImpl</config-property-value>
        </config-property>
        <config-property>
            <config-property-name>org.mobicents.resources.http-servlet-ra.HEARTBEAT_INTERVAL</config-property-name>
            <config-property-type>java.lang.Integer</config-property-type>
            <config-property-value>5000</config-property-value>
        </config-property>
    </resource-adaptor>
    
    <security-permissions>
        <description>
            Security permissions that allow this RA to connect to arbitrary sockets.
        </description>
        <security-permission-spec>
            grant {
                   permission java.net.SocketPermission "*", "connect,resolve";
                  };
        </security-permission-spec>
    </security-permissions>
    
</resource-adaptor-jar>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy