Creates DataBindingSource objects from XML in the request body
Type | Name and description |
---|---|
protected DataBindingSource |
createBindingSource(java.io.Reader reader) |
protected DataBindingSourceCreationException |
createBindingSourceCreationException(java.lang.Exception e) |
protected CollectionDataBindingSource |
createCollectionBindingSource(java.io.Reader reader) |
CollectionDataBindingSource |
createCollectionDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource) |
DataBindingSource |
createDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource) |
MimeType[] |
getMimeTypes() |
Methods inherited from class | Name |
---|---|
class AbstractRequestBodyDataBindingSourceCreator |
createBindingSource, createBindingSource, createBindingSourceCreationException, createCollectionBindingSource, createCollectionBindingSource, createCollectionDataBindingSource, createDataBindingSource, getTargetType |
class DefaultDataBindingSourceCreator |
createCollectionDataBindingSource, createDataBindingSource, createDataBindingSource, getMimeTypes, getTargetType |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |