It doesn't appear that you can; the SourceGenerator code only adds the unmarshall(Reader) method. You'll have to use the static Unmarshaller.unmarshal(Class, InputSource) method instead.
PC > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 4:11 AM > To: [EMAIL PROTECTED] > Subject: [castor-dev] SourceGenerator + Unmarshalling + Reader > > > SourceGenerator generates unmarshall method with default > (java.io.Reader > reader) attribute. > > How to generate unmarshall() methods with InputSource attribute.? > > greetings > danny > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev > > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
