Interface | Description |
---|---|
CustomBinder |
The custom binder is an interface to be implemented by the binding provider to
deal with a particular pair of XML schema type and Java type.
|
CustomBindingContext |
Both serialize and deserialize methods of CustomBinder take "CustomBindingContext"
interface as part of method signature.
|