org.jboss.soa.esb.listeners.config.mappers
Class SecurityMapper

java.lang.Object
  extended by org.jboss.soa.esb.listeners.config.mappers.SecurityMapper

public class SecurityMapper
extends java.lang.Object

Performs the mapping of XSD based configuration service actions onto a "ConfigTree" style listener configuration.

Author:
Daniel Bevenius

Method Summary
static void map(org.w3c.dom.Element toConfigTree, ServiceDocument.Service service)
          Perform the mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

map

public static void map(org.w3c.dom.Element toConfigTree,
                       ServiceDocument.Service service)
                throws ConfigurationException
Perform the mapping.

Parameters:
toConfigTree - The listener ConfigTree to which the actions are to be added.
service - The Service to which the listener is bound. The Service defines the actions.
Throws:
ConfigurationException