org.jboss.xb.binding
Interface FeatureAware

All Known Subinterfaces:
Unmarshaller
All Known Implementing Classes:
JBossXBHelper, UnmarshallerImpl

public interface FeatureAware

We can set the feature on this impl.

Author:
Ales Justin

Method Summary
 void setFeature(String featureName, boolean flag)
          Apply feature.
 

Method Detail

setFeature

void setFeature(String featureName,
                boolean flag)
                throws Exception
Apply feature.

Parameters:
featureName - the feature name
flag - the feature flag
Throws:
Exception - for any error


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