Interface MarshallingConfigurationRepository
- All Known Implementing Classes:
SimpleMarshallingConfigurationRepository
public interface MarshallingConfigurationRepository
Repository of versioned
MarshallingConfigurations.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionintorg.jboss.marshalling.MarshallingConfigurationgetMarshallingConfiguration(int version)
-
Method Details
-
getCurrentMarshallingVersion
int getCurrentMarshallingVersion() -
getMarshallingConfiguration
org.jboss.marshalling.MarshallingConfiguration getMarshallingConfiguration(int version)
-