Developing Apama Applications > Developing Adapters > Standard Plug-ins > The XML codec plug-in > Adding XML codec to adapter configuration
Adding XML codec to adapter configuration
To include the XML codec in the adapter configuration, add the following to the <codecs> section of the IAF configuration file:
<codec name="XMLCodec"
   className="com.apama.iaf.codec.xml.XMLCodec"
   jarName="@ADAPTERS_JARDIR@\XMLCodec.jar"
   >
   <!-- Properties go here -->
</codec>
Typically, @ADAPTERS_JARDIR@ is the APAMA_HOME\adapters\lib directory.
For details about the properties that you can specify, see Specifying XML codec properties.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.