Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Unmarshaller.unmarshal method that takes java.io.Reader #43

Open
glassfishrobot opened this issue Oct 27, 2004 · 2 comments
Open

Unmarshaller.unmarshal method that takes java.io.Reader #43

glassfishrobot opened this issue Oct 27, 2004 · 2 comments

Comments

@glassfishrobot
Copy link

XML can be read from java.io.Reader, and often people do that, yet the
javax.xml.bind.Unmarshaller interface doesn't have a version that takes
java.io.Reader.

This is a strange omission given that the Marshaller has a version of the
marshal method that takes java.io.Writer.

Currently the user can work around this problem by:

unmarshaller.unmarshal(new StreamSource(reader));

Environment

Operating System: All
Platform: All

Affected Versions

[2.0 v0.4]

@glassfishrobot
Copy link
Author

Reported by kohsuke

@glassfishrobot
Copy link
Author

This issue was imported from java.net JIRA JSR222-43

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants