org.jboss.metadata.process.processor
Interface JBossMetaDataProcessor<T extends JBossMetaData>

All Known Implementing Classes:
ClusterConfigDefaultValueProcessor, JBossMetaDataValidatorChainProcessor, SetDefaultLocalBusinessInterfaceProcessor, SetExplicitLocalJndiNameProcessor

public interface JBossMetaDataProcessor<T extends JBossMetaData>

JBossMetaDataProcessor A JBossMetaDataProcessor may alter, switch, or otherwise transpose metadata in a generic fashion

Version:
$Revision: $
Author:
ALR

Method Summary
 T process(T metadata)
          Performs processing of the specified metadata, returning the result (which is not guaranteed to be the same instance as the input)
 

Method Detail

process

T process(T metadata)
                                throws ProcessingException
Performs processing of the specified metadata, returning the result (which is not guaranteed to be the same instance as the input)

Parameters:
metadata -
Throws:
ProcessingExceptions
ProcessingException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.