Modifying the parser extension plug-in properties file
You enable your own parser extensions by modifying the default parser extension plug-in properties file.
The default parser extension plug-in properties file installed with the registry is as follows:
# begin_generated_IBM_copyright_prolog
#
# Licensed Materials - Property of IBM
# 5724-N72
# (c) Copyright IBM Corp. 2006 All Rights Reserved
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with
# IBM Corp.
#
# end_generated_IBM_copyright_prolog
#
# Parser extensions supplied with the default WSRR
No parser extension plug-ins are defined by default but you can add your own by editing the properties file and updating the content stored in the registry.
The properties files are in the format of standard Java™ properties files. Lines beginning with a # character are comments and are ignored, other lines are of the form <key> = <values>.
The <values> are a comma-separated list of class names of the required parser extension classes. Any classes listed must be available on the class path of the application server and must implement the appropriate ServiceRegistryParserExtension interface.
http\://myNamespace=com.sample.SampleParserExtension
orhttp//myNamespace=com.sample.SampleParserExtension