JBoss.orgCommunity Documentation

Chapter 3. Resource Adaptor Implementation

3.1. Configuration
3.2. Default Resource Adaptor Entities
3.3. Traces and Alarms
3.3.1. Tracers
3.3.2. Alarms

This chapter documents the XMPP Resource Adaptor Implementation details, such as the configuration properties, the default Resource Adaptor entities, and the JAIN SLEE 1.1 Tracers and Alarms used.

The Resource Adaptor implementation does not currently have any configuration options.

There is a single Resource Adaptor Entity created when deploying the Resource Adaptor, named XMPPRA.

The XMPPRA entity is also bound to the Resource Adaptor Link Name XMPPRA. To use it in an SBB, add the following XML to its descriptor:



  <resource-adaptor-type-binding>
   <resource-adaptor-type-ref>
    <resource-adaptor-type-name>
     XMPPResourceAdaptorType
    </resource-adaptor-type-name>
    <resource-adaptor-type-vendor>
     org.mobicents
    </resource-adaptor-type-vendor>
    <resource-adaptor-type-version>
     2.0
    </resource-adaptor-type-version>
   </resource-adaptor-type-ref>
   <activity-context-interface-factory-name>
    slee/resources/xmpp/2.0/acifactory
   </activity-context-interface-factory-name>
   <resource-adaptor-entity-binding>
    <resource-adaptor-object-name>
     slee/resources/xmpp/2.0/sbbinterface
    </resource-adaptor-object-name>
    <resource-adaptor-entity-link>
     XMPPRA
    </resource-adaptor-entity-link>
   </resource-adaptor-entity-binding>
  </resource-adaptor-type-binding>