@Deprecated public static class Configuration.ClusteringTypeAdapter extends XmlAdapter<Configuration.ClusteringType,Configuration.ClusteringType>
| Constructor and Description |
|---|
Configuration.ClusteringTypeAdapter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.ClusteringType |
marshal(Configuration.ClusteringType ct)
Deprecated.
Convert a bound type to a value type.
|
Configuration.ClusteringType |
unmarshal(Configuration.ClusteringType ct)
Deprecated.
Convert a value type to a bound type.
|
public Configuration.ClusteringTypeAdapter()
public Configuration.ClusteringType marshal(Configuration.ClusteringType ct) throws Exception
XmlAdaptermarshal in class XmlAdapter<Configuration.ClusteringType,Configuration.ClusteringType>ct - The value to be convereted. Can be null.Exception - if there's an error during the conversion. The caller is responsible for
reporting the error to the user through ValidationEventHandler.public Configuration.ClusteringType unmarshal(Configuration.ClusteringType ct) throws Exception
XmlAdapterunmarshal in class XmlAdapter<Configuration.ClusteringType,Configuration.ClusteringType>ct - The value to be converted. Can be null.Exception - if there's an error during the conversion. The caller is responsible for
reporting the error to the user through ValidationEventHandler.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.