This commit is contained in:
Arjen Poutsma 2009-03-03 10:42:43 +00:00
parent cbd5ddbb0d
commit 2a790ad25b
1 changed files with 3 additions and 2 deletions

View File

@ -58,8 +58,9 @@ public class MarshallingMessageConverter implements MessageConverter, Initializi
private MessageType targetType = MessageType.BYTES;
/**
* Construct a new <code>MarshallingMessageConverter</code> with no {@link Marshaller} set.
* The marshaller must be set after construction by invoking {@link #setMarshaller(Marshaller)}.
* Construct a new <code>MarshallingMessageConverter</code> with no {@link Marshaller} or {@link Unmarshaller} set.
* The marshaller must be set after construction by invoking {@link #setMarshaller(Marshaller)} and
* {@link #setUnmarshaller(Unmarshaller)} .
*/
public MarshallingMessageConverter() {
}