Browse Source

Javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4546 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Arjen Poutsma 15 years ago
parent
commit
a93f8b8da6
  1. 4
      org.springframework.oxm/src/main/java/org/springframework/oxm/castor/CastorMarshaller.java

4
org.springframework.oxm/src/main/java/org/springframework/oxm/castor/CastorMarshaller.java

@ -66,7 +66,7 @@ import org.springframework.util.xml.StaxUtils; @@ -66,7 +66,7 @@ import org.springframework.util.xml.StaxUtils;
* control over the behavior of Castor.
*
* <p>If a target class is specified using <code>setTargetClass</code>, the <code>CastorMarshaller</code> can only be
* used to unmarshall XML that represents that specific class. If you want to unmarshall multiple classes, you have to
* used to unmarshal XML that represents that specific class. If you want to unmarshal multiple classes, you have to
* provide a mapping file using <code>setMappingLocations</code>.
*
* <p>Due to limitations of Castor's API, it is required to set the encoding used for writing to output streams. It
@ -660,7 +660,7 @@ public class CastorMarshaller extends AbstractMarshaller implements Initializing @@ -660,7 +660,7 @@ public class CastorMarshaller extends AbstractMarshaller implements Initializing
* occurs
* during marshalling or unmarshalling, since Castor itself does not make this distinction in its exception hierarchy.
*
* @param ex Castor <code>XMLException</code> that occured
* @param ex Castor <code>XMLException</code> that occurred
* @param marshalling indicates whether the exception occurs during marshalling (<code>true</code>), or unmarshalling
* (<code>false</code>)
* @return the corresponding <code>XmlMappingException</code>

Loading…
Cancel
Save