blob: 9005f2cb689208753ec8ea93c0940393e4285189 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<connector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/connector_1_7.xsd"
version="1.7">
<description>Twitter Resource Adapter</description>
<display-name>Twitter Resource Adapter</display-name>
<eis-type>Twitter Resource Adapter</eis-type>
<resourceadapter-version>1.0</resourceadapter-version>
<license>
<license-required>false</license-required>
</license>
<resourceadapter>
<resourceadapter-class>org.apache.tomee.chatterbox.twitter.adapter.TwitterResourceAdapter</resourceadapter-class>
<config-property>
<config-property-name>consumerKey</config-property-name>
<config-property-type>String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>consumerSecret</config-property-name>
<config-property-type>String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>accessToken</config-property-name>
<config-property-type>String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>accessTokenSecret</config-property-name>
<config-property-type>String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<outbound-resourceadapter>
<connection-definition>
<managedconnectionfactory-class>org.apache.tomee.chatterbox.twitter.adapter.TwitterManagedConnectionFactory
</managedconnectionfactory-class>
<connectionfactory-interface>TwitterConnectionFactory
</connectionfactory-interface>
<connectionfactory-impl-class>org.apache.tomee.chatterbox.twitter.adapter.TwitterConnectionFactoryImpl
</connectionfactory-impl-class>
<connection-interface>TwitterConnection</connection-interface>
<connection-impl-class>org.apache.tomee.chatterbox.twitter.adapter.TwitterConnectionImpl</connection-impl-class>
</connection-definition>
<transaction-support>NoTransaction</transaction-support>
<reauthentication-support>false</reauthentication-support>
</outbound-resourceadapter>
<inbound-resourceadapter>
<messageadapter>
<messagelistener>
<messagelistener-type>TwitterUpdates</messagelistener-type>
<activationspec>
<activationspec-class>org.apache.tomee.chatterbox.twitter.adapter.TwitterActivationSpec
</activationspec-class>
</activationspec>
</messagelistener>
</messageadapter>
</inbound-resourceadapter>
</resourceadapter>
</connector>