--- old/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/MtomStreamWriter.java 2014-03-04 17:55:52.000000000 +0100 +++ new/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/MtomStreamWriter.java 2014-03-04 17:55:52.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -36,9 +36,12 @@ * {@link AttachmentMarshaller}. The marshaller could do processing based on * MTOM threshold, and make decisions about inlining the attachment data or not. * + * * @author Jitendra Kotamraju * @see JAXBMessage * @see MtomCodec + * + * @deprecated use com.sun.xml.internal.org.jvnet.staxex.util.MtomStreamWriter */ public interface MtomStreamWriter { AttachmentMarshaller getAttachmentMarshaller();