JBoss XML Binding 2.0.3.GA-redhat-2

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

JBoss XML Binding 2.0.3.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.