OpenJDK / jdk / jdk10
changeset 25840:c2002453eec3
8047724: @since tag cleanup in jaxws
Reviewed-by: alanb, mkos
line wrap: on
line diff
--- a/jaxws/src/share/jaf_classes/javax/activation/CommandMap.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaf_classes/javax/activation/CommandMap.java Thu Jun 19 15:35:23 2014 -0700 @@ -127,7 +127,7 @@ * @param mimeType the MIME type * @param ds a DataSource for the data * @return the CommandInfo classes that represent the command Beans. - * @since JAF 1.1 + * @since 1.6, JAF 1.1 */ public CommandInfo[] getPreferredCommands(String mimeType, DataSource ds) { return getPreferredCommands(mimeType); @@ -155,7 +155,7 @@ * @param mimeType the MIME type * @param ds a DataSource for the data * @return the CommandInfo objects representing all the commands. - * @since JAF 1.1 + * @since 1.6, JAF 1.1 */ public CommandInfo[] getAllCommands(String mimeType, DataSource ds) { return getAllCommands(mimeType); @@ -183,7 +183,7 @@ * @param cmdName the command name * @param ds a DataSource for the data * @return the CommandInfo corresponding to the command. - * @since JAF 1.1 + * @since 1.6, JAF 1.1 */ public CommandInfo getCommand(String mimeType, String cmdName, DataSource ds) { @@ -215,7 +215,7 @@ * @param mimeType the MIME type * @param ds a DataSource for the data * @return the DataContentHandler for the MIME type - * @since JAF 1.1 + * @since 1.6, JAF 1.1 */ public DataContentHandler createDataContentHandler(String mimeType, DataSource ds) { @@ -228,7 +228,7 @@ * null is returned. * * @return array of MIME types as strings, or null if not supported - * @since JAF 1.1 + * @since 1.6, JAF 1.1 */ public String[] getMimeTypes() { return null;
--- a/jaxws/src/share/jaf_classes/javax/activation/MailcapCommandMap.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaf_classes/javax/activation/MailcapCommandMap.java Thu Jun 19 15:35:23 2014 -0700 @@ -603,7 +603,7 @@ * Get all the MIME types known to this command map. * * @return array of MIME types as strings - * @since JAF 1.1 + * @since 1.6, JAF 1.1 */ public synchronized String[] getMimeTypes() { List mtList = new ArrayList(); @@ -639,7 +639,7 @@ * MIME type are returned. * * @return array of native command entries - * @since JAF 1.1 + * @since 1.6, JAF 1.1 */ public synchronized String[] getNativeCommands(String mimeType) { List cmdList = new ArrayList();
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/DatatypeConverterImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/DatatypeConverterImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -58,7 +58,7 @@ * This class is responsible for whitespace normalization. * * @author <ul><li>Ryan Shoemaker, Martin Grebac</li></ul> - * @since JAXB1.0 + * @since JAXB 1.0 * @deprecated in JAXB 2.2.4 - use javax.xml.bind.DatatypeConverterImpl instead * or let us know why you can't */
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/Messages.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/Messages.java Thu Jun 19 15:35:23 2014 -0700 @@ -31,7 +31,7 @@ /** * Formats error messages. * - * @since JAXB2.1.10 + * @since JAXB 2.1.10 */ enum Messages {
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/Messages.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/Messages.java Thu Jun 19 15:35:23 2014 -0700 @@ -31,7 +31,7 @@ /** * Formats error messages. * - * @since JAXB1.0 + * @since JAXB 1.0 */ public class Messages {
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/XMLWriter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/XMLWriter.java Thu Jun 19 15:35:23 2014 -0700 @@ -249,7 +249,7 @@ * * @author David Megginson, david@megginson.com * @version 0.2 - * @since JAXB1.0 + * @since JAXB 1.0 * @see org.xml.sax.XMLFilter * @see org.xml.sax.ContentHandler */
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/DOMScanner.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/DOMScanner.java Thu Jun 19 15:35:23 2014 -0700 @@ -55,7 +55,7 @@ * classes like this. * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li></ul> - * @since JAXB1.0 + * @since JAXB 1.0 */ public class DOMScanner implements LocatorEx,InfosetScanner/*<Node> --- but can't do this to protect 1.0 clients, or can I? */ {
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/Messages.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/Messages.java Thu Jun 19 15:35:23 2014 -0700 @@ -31,7 +31,7 @@ /** * Formats error messages. * - * @since JAXB1.0 + * @since JAXB 1.0 */ public class Messages {
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/AttributesImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/AttributesImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -62,7 +62,7 @@ * AttributeList} interface, it also includes a much more efficient * implementation using a single array rather than a set of Vectors.</p> * - * @since JAXB1.0 + * @since JAXB 1.0 * @since SAX 2.0 * @author David Megginson * @version 2.0.1 (sax2r2)
--- a/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/XMLWriter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/XMLWriter.java Thu Jun 19 15:35:23 2014 -0700 @@ -262,7 +262,7 @@ * * @author David Megginson, david@megginson.com * @version 0.2 - * @since JAXB1.0 + * @since JAXB 1.0 * @see org.xml.sax.XMLFilter * @see org.xml.sax.ContentHandler */
--- a/jaxws/src/share/jaxws_classes/javax/annotation/Generated.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/annotation/Generated.java Thu Jun 19 15:35:23 2014 -0700 @@ -43,7 +43,7 @@ * <p>The comment element is a place holder for any comments that the code * generator may want to include in the generated code.</p> * - * @since Common Annotations 1.0 + * @since 1.6, Common Annotations 1.0 */ @Documented
--- a/jaxws/src/share/jaxws_classes/javax/annotation/PostConstruct.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/annotation/PostConstruct.java Thu Jun 19 15:35:23 2014 -0700 @@ -70,9 +70,10 @@ * <li>If the method throws an unchecked exception the class MUST NOT be put into * service except in the case of EJBs where the EJB can handle exceptions and * even recover from them.</li></ul> - * @since Common Annotations 1.0 + * * @see javax.annotation.PreDestroy * @see javax.annotation.Resource + * @since 1.6, Common Annotations 1.0 */ @Documented @Retention (RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/annotation/PreDestroy.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/annotation/PreDestroy.java Thu Jun 19 15:35:23 2014 -0700 @@ -72,7 +72,7 @@ * * @see javax.annotation.PostConstruct * @see javax.annotation.Resource - * @since Common Annotations 1.0 + * @since 1.6, Common Annotations 1.0 */ @Documented
--- a/jaxws/src/share/jaxws_classes/javax/annotation/Resource.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/annotation/Resource.java Thu Jun 19 15:35:23 2014 -0700 @@ -48,7 +48,7 @@ * appear on private fields and methods of superclasses; the container * is required to perform injection in these cases as well. * - * @since Common Annotations 1.0 + * @since 1.6, Common Annotations 1.0 */ @Target({TYPE, FIELD, METHOD}) @Retention(RUNTIME) @@ -66,7 +66,7 @@ * The name of the resource that the reference points to. It can * link to any compatible resource using the global JNDI names. * - * @since Common Annotations 1.1 + * @since 1.7, Common Annotations 1.1 */ String lookup() default "";
--- a/jaxws/src/share/jaxws_classes/javax/annotation/Resources.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/annotation/Resources.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,7 +32,7 @@ * This class is used to allow multiple resources declarations. * * @see javax.annotation.Resource - * @since Common Annotations 1.0 + * @since 1.6, Common Annotations 1.0 */ @Documented
--- a/jaxws/src/share/jaxws_classes/javax/jws/HandlerChain.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/HandlerChain.java Thu Jun 19 15:35:23 2014 -0700 @@ -28,6 +28,9 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; +/** + * @since 1.6 + */ @Retention(value=RetentionPolicy.RUNTIME) @Target({TYPE, METHOD, FIELD}) public @interface HandlerChain {
--- a/jaxws/src/share/jaxws_classes/javax/jws/Oneway.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/Oneway.java Thu Jun 19 15:35:23 2014 -0700 @@ -27,6 +27,9 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; +/** + * @since 1.6 + */ @Retention(value=RetentionPolicy.RUNTIME) @Target({METHOD}) public @interface Oneway {
--- a/jaxws/src/share/jaxws_classes/javax/jws/WebMethod.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/WebMethod.java Thu Jun 19 15:35:23 2014 -0700 @@ -27,6 +27,9 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; +/** + * @since 1.6 + */ @Retention(value=RetentionPolicy.RUNTIME) @Target({METHOD}) public @interface WebMethod {
--- a/jaxws/src/share/jaxws_classes/javax/jws/WebParam.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/WebParam.java Thu Jun 19 15:35:23 2014 -0700 @@ -27,6 +27,9 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; +/** + * @since 1.6 + */ @Retention(value=RetentionPolicy.RUNTIME) @Target({PARAMETER}) public @interface WebParam {
--- a/jaxws/src/share/jaxws_classes/javax/jws/WebResult.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/WebResult.java Thu Jun 19 15:35:23 2014 -0700 @@ -27,6 +27,9 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; +/** + * @since 1.6 + */ @Retention(value=RetentionPolicy.RUNTIME) @Target({METHOD}) public @interface WebResult {
--- a/jaxws/src/share/jaxws_classes/javax/jws/WebService.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/WebService.java Thu Jun 19 15:35:23 2014 -0700 @@ -27,6 +27,9 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; +/** + * @since 1.6 + */ @Retention(value=RetentionPolicy.RUNTIME) @Target({TYPE}) public @interface WebService {
--- a/jaxws/src/share/jaxws_classes/javax/jws/soap/InitParam.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/soap/InitParam.java Thu Jun 19 15:35:23 2014 -0700 @@ -25,7 +25,8 @@ package javax.jws.soap; -/* +/** + * @since 1.6 * @Deprecated */ @Deprecated public @interface InitParam {
--- a/jaxws/src/share/jaxws_classes/javax/jws/soap/SOAPBinding.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/soap/SOAPBinding.java Thu Jun 19 15:35:23 2014 -0700 @@ -27,6 +27,9 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; +/** + * @since 1.6 + */ @Retention(value=RetentionPolicy.RUNTIME) @Target({TYPE,METHOD}) public @interface SOAPBinding {
--- a/jaxws/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -25,7 +25,8 @@ package javax.jws.soap; -/* +/** + * @since 1.6 * @Deprecated */ @Deprecated public @interface SOAPMessageHandler {
--- a/jaxws/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandlers.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/jws/soap/SOAPMessageHandlers.java Thu Jun 19 15:35:23 2014 -0700 @@ -27,7 +27,8 @@ import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; -/* +/** + * @since 1.6 * @Deprecated */ @Retention(value=RetentionPolicy.RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/Binder.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/Binder.java Thu Jun 19 15:35:23 2014 -0700 @@ -76,7 +76,7 @@ * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) * Joseph Fialli * - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public abstract class Binder<XmlNode> { /** @@ -153,7 +153,7 @@ * binding. * @throws IllegalArgumentException * If any of the input parameters are null - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public abstract <T> JAXBElement<T> unmarshal( XmlNode xmlNode, Class<T> declaredType )
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/DataBindingException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/DataBindingException.java Thu Jun 19 15:35:23 2014 -0700 @@ -34,7 +34,7 @@ * is a checked exception. * * @see JAXB - * @since JAXB2.1 + * @since 1.6, JAXB 2.1 */ public class DataBindingException extends RuntimeException { public DataBindingException(String message, Throwable cause) {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/DatatypeConverter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/DatatypeConverter.java Thu Jun 19 15:35:23 2014 -0700 @@ -88,7 +88,7 @@ * @see DatatypeConverterInterface * @see ParseConversionEvent * @see PrintConversionEvent - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ final public class DatatypeConverter {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -49,7 +49,7 @@ * This class is responsible for whitespace normalization. * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> - * @since JAXB2.1 + * @since JAXB 2.1 */ final class DatatypeConverterImpl implements DatatypeConverterInterface {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterInterface.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/DatatypeConverterInterface.java Thu Jun 19 15:35:23 2014 -0700 @@ -78,7 +78,7 @@ * @see DatatypeConverter * @see ParseConversionEvent * @see PrintConversionEvent - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface DatatypeConverterInterface {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/Element.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/Element.java Thu Jun 19 15:35:23 2014 -0700 @@ -35,7 +35,7 @@ * and 5.7.1 "Bind to Java Element Interface" of the specification. * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface Element {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXB.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXB.java Thu Jun 19 15:35:23 2014 -0700 @@ -92,7 +92,7 @@ * a non-null value. * * @author Kohsuke Kawaguchi - * @since 2.1 + * @since 1.6, JAXB 2.1 */ public final class JAXB { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBContext.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBContext.java Thu Jun 19 15:35:23 2014 -0700 @@ -257,7 +257,7 @@ * @see Marshaller * @see Unmarshaller * @see S 7.4.1 "Named Packages" in Java Language Specification</a> - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public abstract class JAXBContext { @@ -423,7 +423,7 @@ * <li>failure to locate a value for the context factory provider property</li> * <li>mixing schema derived packages from different providers on the same contextPath</li> * </ol> - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public static JAXBContext newInstance( String contextPath, ClassLoader classLoader, Map<String,?> properties ) throws JAXBException { @@ -497,7 +497,7 @@ // * @throws IllegalArgumentException // * if the parameter contains {@code null} (i.e., {@code newInstance(null);}) // * -// * @since JAXB2.0 +// * @since JAXB 2.0 // */ // public static JAXBContext newInstance( Source[] externalBindings, Class... classesToBeBound ) // throws JAXBException { @@ -576,7 +576,7 @@ * @throws IllegalArgumentException * if the parameter contains {@code null} (i.e., {@code newInstance(null);}) * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public static JAXBContext newInstance( Class... classesToBeBound ) throws JAXBException { @@ -622,7 +622,7 @@ * @throws IllegalArgumentException * if the parameter contains {@code null} (i.e., {@code newInstance(null,someMap);}) * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public static JAXBContext newInstance( Class[] classesToBeBound, Map<String,?> properties ) throws JAXBException { @@ -692,7 +692,7 @@ * if DOM API corresponding to <tt>domType</tt> is not supported by * the implementation. * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public <T> Binder<T> createBinder(Class<T> domType) { // to make JAXB 1.0 implementations work, this method must not be @@ -705,7 +705,7 @@ * * @return always a new valid <tt>Binder</tt> object. * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public Binder<Node> createBinder() { return createBinder(Node.class); @@ -722,7 +722,7 @@ * Calling this method on JAXB 1.0 implementations will throw * an UnsupportedOperationException. * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public JAXBIntrospector createJAXBIntrospector() { // to make JAXB 1.0 implementations work, this method must not be @@ -744,7 +744,7 @@ * Calling this method on JAXB 1.0 implementations will throw * an UnsupportedOperationException. * - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public void generateSchema(SchemaOutputResolver outputResolver) throws IOException { // to make JAXB 1.0 implementations work, this method must not be
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -58,7 +58,7 @@ * </p> * * @author Kohsuke Kawaguchi, Joe Fialli - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public class JAXBElement<T> implements Serializable {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBException.java Thu Jun 19 15:35:23 2014 -0700 @@ -34,7 +34,7 @@ * @see JAXBContext * @see Marshaller * @see Unmarshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class JAXBException extends Exception {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBIntrospector.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBIntrospector.java Thu Jun 19 15:35:23 2014 -0700 @@ -41,7 +41,7 @@ * {@link JAXBContext#createJAXBIntrospector()}. * * @see JAXBContext#createJAXBIntrospector() - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public abstract class JAXBIntrospector {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBPermission.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/JAXBPermission.java Thu Jun 19 15:35:23 2014 -0700 @@ -73,7 +73,7 @@ * @see java.lang.SecurityManager * * @author Joe Fialli - * @since JAXB 2.2 + * @since 1.7, JAXB 2.2 */ /* code was borrowed originally from java.lang.RuntimePermission. */
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/MarshalException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/MarshalException.java Thu Jun 19 15:35:23 2014 -0700 @@ -38,7 +38,7 @@ * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> * @see JAXBException * @see Marshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class MarshalException extends JAXBException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/Marshaller.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/Marshaller.java Thu Jun 19 15:35:23 2014 -0700 @@ -311,7 +311,7 @@ * @see JAXBContext * @see Validator * @see Unmarshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface Marshaller { @@ -421,7 +421,7 @@ * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null - * @since JAXB2.1 + * @since 1.6, JAXB 2.1 */ public void marshal( Object jaxbElement, File output ) throws JAXBException; @@ -515,7 +515,7 @@ * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public void marshal( Object jaxbElement, javax.xml.stream.XMLStreamWriter writer ) throws JAXBException; @@ -539,7 +539,7 @@ * Marshalling a JAXB element</a>. * @throws IllegalArgumentException * If any of the method parameters are null - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public void marshal( Object jaxbElement, javax.xml.stream.XMLEventWriter writer ) throws JAXBException; @@ -655,7 +655,7 @@ * if the adapter parameter is null. * @throws UnsupportedOperationException * if invoked agains a JAXB 1.0 implementation. - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public void setAdapter( XmlAdapter adapter ); @@ -684,7 +684,7 @@ * if the type parameter is null. * @throws UnsupportedOperationException * if invoked agains a JAXB 1.0 implementation. - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public <A extends XmlAdapter> void setAdapter( Class<A> type, A adapter ); @@ -697,7 +697,7 @@ * if the type parameter is null. * @throws UnsupportedOperationException * if invoked agains a JAXB 1.0 implementation. - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public <A extends XmlAdapter> A getAdapter( Class<A> type ); @@ -730,7 +730,7 @@ * @throws UnsupportedOperationException could be thrown if this method is * invoked on an Marshaller created from a JAXBContext referencing * JAXB 1.0 mapped classes - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public void setSchema( Schema schema ); @@ -745,7 +745,7 @@ * @throws UnsupportedOperationException could be thrown if this method is * invoked on an Marshaller created from a JAXBContext referencing * JAXB 1.0 mapped classes - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public Schema getSchema(); @@ -766,7 +766,7 @@ * * @see Marshaller#setListener(Listener) * @see Marshaller#getListener() - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public static abstract class Listener { /** @@ -807,7 +807,7 @@ * One can unregister current Listener by setting listener to <tt>null</tt>. * * @param listener an instance of a class that implements {@link Listener} - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public void setListener(Listener listener); @@ -815,7 +815,7 @@ * <p>Return {@link Listener} registered with this {@link Marshaller}. * * @return registered {@link Listener} or <code>null</code> if no Listener is registered with this Marshaller. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public Listener getListener(); }
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/NotIdentifiableEvent.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/NotIdentifiableEvent.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,7 +32,7 @@ * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see Validator * @see ValidationEventHandler - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface NotIdentifiableEvent extends ValidationEvent {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/ParseConversionEvent.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/ParseConversionEvent.java Thu Jun 19 15:35:23 2014 -0700 @@ -33,7 +33,7 @@ * @see ValidationEvent * @see ValidationEventHandler * @see Unmarshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface ParseConversionEvent extends ValidationEvent {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/PrintConversionEvent.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/PrintConversionEvent.java Thu Jun 19 15:35:23 2014 -0700 @@ -33,7 +33,7 @@ * @see ValidationEvent * @see ValidationEventHandler * @see Marshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface PrintConversionEvent extends ValidationEvent {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/PropertyException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/PropertyException.java Thu Jun 19 15:35:23 2014 -0700 @@ -35,7 +35,7 @@ * @see JAXBContext * @see Validator * @see Unmarshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class PropertyException extends JAXBException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/SchemaOutputResolver.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/SchemaOutputResolver.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,6 +42,7 @@ * * @author * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * @since 1.6 */ public abstract class SchemaOutputResolver { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/TypeConstraintException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/TypeConstraintException.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,7 +42,7 @@ * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see ValidationEvent - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class TypeConstraintException extends java.lang.RuntimeException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/UnmarshalException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/UnmarshalException.java Thu Jun 19 15:35:23 2014 -0700 @@ -40,7 +40,7 @@ * @see JAXBException * @see Unmarshaller * @see ValidationEventHandler - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class UnmarshalException extends JAXBException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/Unmarshaller.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/Unmarshaller.java Thu Jun 19 15:35:23 2014 -0700 @@ -404,7 +404,7 @@ * @see JAXBContext * @see Marshaller * @see Validator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface Unmarshaller { @@ -474,7 +474,7 @@ * binding. See <a href="#unmarshalEx">Unmarshalling XML Data</a> * @throws IllegalArgumentException * If the InputStream parameter is null - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public Object unmarshal( Reader reader ) throws JAXBException; @@ -571,7 +571,7 @@ * binding. See <a href="#unmarshalEx">Unmarshalling XML Data</a> * @throws IllegalArgumentException * If any parameter is null - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public <T> JAXBElement<T> unmarshal( org.w3c.dom.Node node, Class<T> declaredType ) throws JAXBException; @@ -660,7 +660,7 @@ * binding. See <a href="#unmarshalEx">Unmarshalling XML Data</a> * @throws IllegalArgumentException * If any parameter is null - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public <T> JAXBElement<T> unmarshal( javax.xml.transform.Source source, Class<T> declaredType ) throws JAXBException; @@ -696,7 +696,7 @@ * @throws IllegalStateException * If <tt>reader</tt> is not pointing to a START_DOCUMENT or * START_ELEMENT event. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * @see #unmarshal(javax.xml.stream.XMLStreamReader, Class) */ public Object unmarshal( javax.xml.stream.XMLStreamReader reader ) @@ -731,7 +731,7 @@ * binding. See <a href="#unmarshalEx">Unmarshalling XML Data</a> * @throws IllegalArgumentException * If any parameter is null - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public <T> JAXBElement<T> unmarshal( javax.xml.stream.XMLStreamReader reader, Class<T> declaredType ) throws JAXBException; @@ -766,7 +766,7 @@ * @throws IllegalStateException * If <tt>reader</tt> is not pointing to a START_DOCUMENT or * START_ELEMENT event. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * @see #unmarshal(javax.xml.stream.XMLEventReader, Class) */ public Object unmarshal( javax.xml.stream.XMLEventReader reader ) @@ -802,7 +802,7 @@ * binding. See <a href="#unmarshalEx">Unmarshalling XML Data</a> * @throws IllegalArgumentException * If any parameter is null - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public <T> JAXBElement<T> unmarshal( javax.xml.stream.XMLEventReader reader, Class<T> declaredType ) throws JAXBException; @@ -962,7 +962,7 @@ * @throws UnsupportedOperationException could be thrown if this method is * invoked on an Unmarshaller created from a JAXBContext referencing * JAXB 1.0 mapped classes - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public void setSchema( javax.xml.validation.Schema schema ); @@ -986,7 +986,7 @@ * @throws UnsupportedOperationException could be thrown if this method is * invoked on an Unmarshaller created from a JAXBContext referencing * JAXB 1.0 mapped classes - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public javax.xml.validation.Schema getSchema(); @@ -1001,7 +1001,7 @@ * if the adapter parameter is null. * @throws UnsupportedOperationException * if invoked agains a JAXB 1.0 implementation. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public void setAdapter( XmlAdapter adapter ); @@ -1030,7 +1030,7 @@ * if the type parameter is null. * @throws UnsupportedOperationException * if invoked agains a JAXB 1.0 implementation. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public <A extends XmlAdapter> void setAdapter( Class<A> type, A adapter ); @@ -1043,7 +1043,7 @@ * if the type parameter is null. * @throws UnsupportedOperationException * if invoked agains a JAXB 1.0 implementation. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public <A extends XmlAdapter> A getAdapter( Class<A> type ); @@ -1081,7 +1081,7 @@ * (@link #setListener(Listener)} * (@link #getListener()} * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public static abstract class Listener { /** @@ -1128,7 +1128,7 @@ * One can unregister current Listener by setting listener to <tt>null</tt>. * * @param listener provides unmarshal event callbacks for this {@link Unmarshaller} - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public void setListener(Listener listener); @@ -1136,7 +1136,7 @@ * <p>Return {@link Listener} registered with this {@link Unmarshaller}. * * @return registered {@link Listener} or <code>null</code> if no Listener is registered with this Unmarshaller. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public Listener getListener(); }
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/UnmarshallerHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/UnmarshallerHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -57,7 +57,7 @@ * * @author <ul><li>Kohsuke KAWAGUCHI, Sun Microsystems, Inc.</li></ul> * @see Unmarshaller#getUnmarshallerHandler() - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface UnmarshallerHandler extends ContentHandler {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationEvent.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationEvent.java Thu Jun 19 15:35:23 2014 -0700 @@ -34,7 +34,7 @@ * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see Validator * @see ValidationEventHandler - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface ValidationEvent {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationEventHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationEventHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -65,7 +65,7 @@ * @see Marshaller * @see ValidationEvent * @see javax.xml.bind.util.ValidationEventCollector - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface ValidationEventHandler { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationEventLocator.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationEventLocator.java Thu Jun 19 15:35:23 2014 -0700 @@ -40,7 +40,7 @@ * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see Validator * @see ValidationEvent - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public interface ValidationEventLocator {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/ValidationException.java Thu Jun 19 15:35:23 2014 -0700 @@ -38,7 +38,7 @@ * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> * @see JAXBException * @see Validator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class ValidationException extends JAXBException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/Validator.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/Validator.java Thu Jun 19 15:35:23 2014 -0700 @@ -154,7 +154,7 @@ * @see ValidationEventHandler * @see ValidationEvent * @see javax.xml.bind.util.ValidationEventCollector - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 * @deprecated since JAXB 2.0 */ public interface Validator {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/DomHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/DomHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -49,7 +49,7 @@ * be called from applications. * * @author Kohsuke Kawaguchi - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public interface DomHandler<ElementT,ResultT extends Result> { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/W3CDomHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/W3CDomHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -40,7 +40,7 @@ * {@link DomHandler} implementation for W3C DOM (<code>org.w3c.dom</code> package.) * * @author Kohsuke Kawaguchi - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public class W3CDomHandler implements DomHandler<Element,DOMResult> {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessOrder.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessOrder.java Thu Jun 19 15:35:23 2014 -0700 @@ -30,7 +30,7 @@ * fields in a JAXB bound class. * * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * @see XmlAccessorOrder */
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessType.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessType.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,7 +32,7 @@ * properties. * * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * @see XmlAccessorType */
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorOrder.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorOrder.java Thu Jun 19 15:35:23 2014 -0700 @@ -70,7 +70,7 @@ * following annotations at the package level: {@link XmlJavaTypeAdapter}. * * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * @see XmlAccessOrder */
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorType.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAccessorType.java Thu Jun 19 15:35:23 2014 -0700 @@ -84,7 +84,7 @@ * following annotations at the package level: {@link XmlJavaTypeAdapter}. * * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * @see XmlAccessType */
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyAttribute.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyAttribute.java Thu Jun 19 15:35:23 2014 -0700 @@ -66,7 +66,7 @@ * map's key. The key's value is the String value of the attribute. * * @author Kohsuke Kawaguchi, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAnyElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -243,7 +243,7 @@ * </pre> * * @author Kohsuke Kawaguchi - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttachmentRef.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttachmentRef.java Thu Jun 19 15:35:23 2014 -0700 @@ -66,7 +66,7 @@ * The above binding supports WS-I AP 1.0 <a href="http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html#Referencing_Attachments_from_the_SOAP_Envelope">WS-I Attachments Profile Version 1.0.</a> * * @author Kohsuke Kawaguchi - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttribute.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlAttribute.java Thu Jun 19 15:35:23 2014 -0700 @@ -122,7 +122,7 @@ * </pre> * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @see XmlType - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -134,7 +134,7 @@ * * <p> * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD, PARAMETER})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementDecl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementDecl.java Thu Jun 19 15:35:23 2014 -0700 @@ -130,7 +130,7 @@ * name "foo". * * @see XmlRegistry - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRef.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRef.java Thu Jun 19 15:35:23 2014 -0700 @@ -216,7 +216,7 @@ * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems,Inc. </li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @see XmlElementRefs - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD}) @@ -284,7 +284,7 @@ * For compatibility with JAXB 2.1, this property defaults to <tt>true</tt>, * despite the fact that {@link XmlElement#required()} defaults to false. * - * @since 2.2 + * @since 1.7, JAXB 2.2 */ boolean required() default true; }
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRefs.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementRefs.java Thu Jun 19 15:35:23 2014 -0700 @@ -50,7 +50,7 @@ * * @see XmlElementWrapper * @see XmlElementRef - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementWrapper.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElementWrapper.java Thu Jun 19 15:35:23 2014 -0700 @@ -87,7 +87,7 @@ * @see XmlElements * @see XmlElementRef * @see XmlElementRefs - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * */ @@ -139,7 +139,7 @@ * simply a mechanism to let users express their application constraints * better. * - * @since JAXB 2.1 + * @since 1.6, JAXB 2.1 */ boolean required() default false; }
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElements.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElements.java Thu Jun 19 15:35:23 2014 -0700 @@ -166,7 +166,7 @@ * @see XmlElementRef * @see XmlElementRefs * @see XmlJavaTypeAdapter - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface XmlElements {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnum.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnum.java Thu Jun 19 15:35:23 2014 -0700 @@ -62,7 +62,7 @@ * * <p><b>Examples:</b> See examples in {@link XmlEnumValue} * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({TYPE})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnumValue.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlEnumValue.java Thu Jun 19 15:35:23 2014 -0700 @@ -114,7 +114,7 @@ * </xs:simpleType> * </pre> * - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlID.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlID.java Thu Jun 19 15:35:23 2014 -0700 @@ -87,7 +87,7 @@ * * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @see XmlIDREF - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlIDREF.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlIDREF.java Thu Jun 19 15:35:23 2014 -0700 @@ -243,7 +243,7 @@ * </pre> * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @see XmlID - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlInlineBinaryData.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlInlineBinaryData.java Thu Jun 19 15:35:23 2014 -0700 @@ -51,7 +51,7 @@ * ever called for the property. The binary data will always be inlined. * * @author Joseph Fialli - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlList.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlList.java Thu Jun 19 15:35:23 2014 -0700 @@ -104,7 +104,7 @@ * </ul> * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER}) public @interface XmlList {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMimeType.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMimeType.java Thu Jun 19 15:35:23 2014 -0700 @@ -47,7 +47,7 @@ * the value of the attribute takes precedence and that will control the marshalling. * * @author Kohsuke Kawaguchi - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMixed.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlMixed.java Thu Jun 19 15:35:23 2014 -0700 @@ -124,7 +124,7 @@ * <p>See "Package Specification" in javax.xml.bind.package javadoc for * additional common information.</p> * @author Kohsuke Kawaguchi - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNs.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNs.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,7 +42,7 @@ * * <p><b>Example:</b>See <tt>XmlSchema</tt> annotation type for an example. * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNsForm.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNsForm.java Thu Jun 19 15:35:23 2014 -0700 @@ -61,6 +61,6 @@ * </table> * * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ public enum XmlNsForm {UNQUALIFIED, QUALIFIED, UNSET}
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRegistry.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRegistry.java Thu Jun 19 15:35:23 2014 -0700 @@ -34,7 +34,7 @@ * Marks a class that has {@link XmlElementDecl}s. * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 * @see XmlElementDecl */ @Retention(RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRootElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlRootElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -155,7 +155,7 @@ * </pre> * * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({TYPE})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchema.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchema.java Thu Jun 19 15:35:23 2014 -0700 @@ -114,7 +114,7 @@ * </pre> * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target(PACKAGE) @@ -191,7 +191,7 @@ * such attribute), for example so that the user can specify a local * copy of the resource through the command line interface. * - * @since JAXB2.1 + * @since 1.6, JAXB 2.1 */ String location() default NO_LOCATION;
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaType.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaType.java Thu Jun 19 15:35:23 2014 -0700 @@ -83,7 +83,7 @@ * } * </pre> * - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PACKAGE})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaTypes.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSchemaTypes.java Thu Jun 19 15:35:23 2014 -0700 @@ -50,7 +50,7 @@ * * @author <ul><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @see XmlSchemaType - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({PACKAGE}) public @interface XmlSchemaTypes {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSeeAlso.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlSeeAlso.java Thu Jun 19 15:35:23 2014 -0700 @@ -70,7 +70,7 @@ * correctly bind <tt>Dog</tt> and <tt>Cat</tt>. * * @author Kohsuke Kawaguchi - * @since JAXB2.1 + * @since 1.6, JAXB 2.1 */ @Target({ElementType.TYPE}) @Retention(RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlTransient.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlTransient.java Thu Jun 19 15:35:23 2014 -0700 @@ -88,7 +88,7 @@ * </pre> * * @author Sekhar Vajjhala, Sun Microsystems, Inc. - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD, TYPE})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlType.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlType.java Thu Jun 19 15:35:23 2014 -0700 @@ -379,7 +379,7 @@ * @see XmlAttribute * @see XmlValue * @see XmlSchema - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({TYPE})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlValue.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlValue.java Thu Jun 19 15:35:23 2014 -0700 @@ -124,7 +124,7 @@ * * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @see XmlType - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD})
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/CollapsedStringAdapter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/CollapsedStringAdapter.java Thu Jun 19 15:35:23 2014 -0700 @@ -35,7 +35,7 @@ * sequnce of tab, CR, LF, and SP by a single whitespace character ' '. * * @author Kohsuke Kawaguchi - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public class CollapsedStringAdapter extends XmlAdapter<String,String> { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/HexBinaryAdapter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/HexBinaryAdapter.java Thu Jun 19 15:35:23 2014 -0700 @@ -34,7 +34,7 @@ * This {@link XmlAdapter} binds <tt>byte[]</tt> to the hexBinary representation in XML. * * @author Kohsuke Kawaguchi - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public final class HexBinaryAdapter extends XmlAdapter<String,byte[]> { public byte[] unmarshal(String s) {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/NormalizedStringAdapter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/NormalizedStringAdapter.java Thu Jun 19 15:35:23 2014 -0700 @@ -35,7 +35,7 @@ * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace">the whitespace facet 'replace'</a> * * @author Kohsuke Kawaguchi, Martin Grebac - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public final class NormalizedStringAdapter extends XmlAdapter<String,String> { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlAdapter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlAdapter.java Thu Jun 19 15:35:23 2014 -0700 @@ -160,7 +160,7 @@ * * @author <ul><li>Sekhar Vajjhala, Sun Microsystems Inc.</li> <li> Kohsuke Kawaguchi, Sun Microsystems Inc.</li></ul> * @see XmlJavaTypeAdapter - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 */ public abstract class XmlAdapter<ValueType,BoundType> {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.java Thu Jun 19 15:35:23 2014 -0700 @@ -86,7 +86,7 @@ * <p><b> Example: </b> See example in {@link XmlAdapter} * * @author <ul><li>Sekhar Vajjhala, Sun Microsystems Inc.</li> <li> Kohsuke Kawaguchi, Sun Microsystems Inc.</li></ul> - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 * @see XmlAdapter */
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.java Thu Jun 19 15:35:23 2014 -0700 @@ -51,7 +51,7 @@ * * @author <ul><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @see XmlJavaTypeAdapter - * @since JAXB2.0 + * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({PACKAGE}) public @interface XmlJavaTypeAdapters {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/package.html Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/package.html Thu Jun 19 15:35:23 2014 -0700 @@ -279,7 +279,7 @@ </table> <!-- Put @see and @since tags down here. --> - @since JAXB 2.0 + @since 1.6, JAXB 2.0 </body> </html>
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentMarshaller.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentMarshaller.java Thu Jun 19 15:35:23 2014 -0700 @@ -50,7 +50,7 @@ * @author Marc Hadley * @author Kohsuke Kawaguchi * @author Joseph Fialli - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 * * @see Marshaller#setAttachmentMarshaller(AttachmentMarshaller) *
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentUnmarshaller.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/AttachmentUnmarshaller.java Thu Jun 19 15:35:23 2014 -0700 @@ -56,7 +56,7 @@ * @author Kohsuke Kawaguchi * @author Joseph Fialli * - * @since JAXB 2.0 + * @since 1.6, JAXB 2.0 * * @see javax.xml.bind.Unmarshaller#setAttachmentUnmarshaller(AttachmentUnmarshaller) *
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/package.html Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/package.html Thu Jun 19 15:35:23 2014 -0700 @@ -61,7 +61,7 @@ </ul> <!-- Put @see and @since tags down here. --> - @since JAXB 2.0 + @since 1.6, JAXB 2.0 </body> </html>
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractMarshallerImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractMarshallerImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -62,7 +62,7 @@ * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li></ul> * @see javax.xml.bind.Marshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public abstract class AbstractMarshallerImpl implements Marshaller {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -68,7 +68,7 @@ * <li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li> * </ul> * @see javax.xml.bind.Unmarshaller - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public abstract class AbstractUnmarshallerImpl implements Unmarshaller {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/DefaultValidationEventHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/DefaultValidationEventHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -52,7 +52,7 @@ * @see javax.xml.bind.Unmarshaller * @see javax.xml.bind.Validator * @see javax.xml.bind.ValidationEventHandler - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class DefaultValidationEventHandler implements ValidationEventHandler {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/NotIdentifiableEventImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/NotIdentifiableEventImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -41,7 +41,7 @@ * @see javax.xml.bind.ValidationEventHandler * @see javax.xml.bind.ValidationEvent * @see javax.xml.bind.ValidationEventLocator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class NotIdentifiableEventImpl extends ValidationEventImpl
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/ParseConversionEventImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/ParseConversionEventImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,7 +42,7 @@ * @see javax.xml.bind.ValidationEventHandler * @see javax.xml.bind.ValidationEvent * @see javax.xml.bind.ValidationEventLocator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class ParseConversionEventImpl extends ValidationEventImpl
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/PrintConversionEventImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/PrintConversionEventImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,7 +42,7 @@ * @see javax.xml.bind.ValidationEventHandler * @see javax.xml.bind.ValidationEvent * @see javax.xml.bind.ValidationEventLocator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class PrintConversionEventImpl extends ValidationEventImpl
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -43,7 +43,7 @@ * @see javax.xml.bind.ValidationEventHandler * @see javax.xml.bind.ValidationEvent * @see javax.xml.bind.ValidationEventLocator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class ValidationEventImpl implements ValidationEvent {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventLocatorImpl.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/ValidationEventLocatorImpl.java Thu Jun 19 15:35:23 2014 -0700 @@ -47,7 +47,7 @@ * @see javax.xml.bind.ValidationEventHandler * @see javax.xml.bind.ValidationEvent * @see javax.xml.bind.ValidationEventLocator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class ValidationEventLocatorImpl implements ValidationEventLocator {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/util/JAXBResult.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/util/JAXBResult.java Thu Jun 19 15:35:23 2014 -0700 @@ -71,6 +71,7 @@ * * @author * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * @since 1.6 */ public class JAXBResult extends SAXResult {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/util/JAXBSource.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/util/JAXBSource.java Thu Jun 19 15:35:23 2014 -0700 @@ -87,6 +87,7 @@ * * @author * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * @since 1.6 */ public class JAXBSource extends SAXSource {
--- a/jaxws/src/share/jaxws_classes/javax/xml/bind/util/ValidationEventCollector.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/bind/util/ValidationEventCollector.java Thu Jun 19 15:35:23 2014 -0700 @@ -45,7 +45,7 @@ * @see javax.xml.bind.ValidationEventHandler * @see javax.xml.bind.ValidationEvent * @see javax.xml.bind.ValidationEventLocator - * @since JAXB1.0 + * @since 1.6, JAXB 1.0 */ public class ValidationEventCollector implements ValidationEventHandler {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/AttachmentPart.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/AttachmentPart.java Thu Jun 19 15:35:23 2014 -0700 @@ -114,6 +114,8 @@ * <PRE> * ap1.clearContent(); * </PRE> + * + * @since 1.6 */ public abstract class AttachmentPart { @@ -190,7 +192,7 @@ * <code>AttachmentPart</code> object or if there was a data * transformation error. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 * @see #getRawContentBytes */ public abstract InputStream getRawContent() throws SOAPException; @@ -208,7 +210,7 @@ * <code>AttachmentPart</code> object or if there was a data * transformation error. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public abstract byte[] getRawContentBytes() throws SOAPException; @@ -225,7 +227,7 @@ * <code>AttachmentPart</code> object or if there was a data * transformation error. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public abstract InputStream getBase64Content() throws SOAPException; @@ -267,7 +269,7 @@ * * @exception SOAPException if an there is an error in setting the content * @exception NullPointerException if <code>content</code> is null - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public abstract void setRawContent(InputStream content, String contentType) throws SOAPException; @@ -285,7 +287,7 @@ * * @exception SOAPException if an there is an error in setting the content * or content is null - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public abstract void setRawContentBytes( byte[] content, int offset, int len, String contentType) @@ -309,7 +311,7 @@ * @exception SOAPException if an there is an error in setting the content * @exception NullPointerException if <code>content</code> is null * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public abstract void setBase64Content( InputStream content, String contentType) throws SOAPException;
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/Detail.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/Detail.java Thu Jun 19 15:35:23 2014 -0700 @@ -56,6 +56,8 @@ * d.addDetailEntry(name); * Iterator it = d.getDetailEntries(); * </PRE> + * + * @since 1.6 */ public interface Detail extends SOAPFaultElement { @@ -85,7 +87,7 @@ * DetailEntry object to this Detail object. * * @see Detail#addDetailEntry(Name name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public DetailEntry addDetailEntry(QName qname) throws SOAPException;
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/DetailEntry.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/DetailEntry.java Thu Jun 19 15:35:23 2014 -0700 @@ -30,6 +30,8 @@ * a <code>SOAPFault</code> object. A <code>DetailEntry</code> object, * which carries information about errors related to the <code>SOAPBody</code> * object that contains it, is application-specific. + * + * @since 1.6 */ public interface DetailEntry extends SOAPElement {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/MessageFactory.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/MessageFactory.java Thu Jun 19 15:35:23 2014 -0700 @@ -63,6 +63,8 @@ * This method can be used internally by a service implementation to * create a message that is a response to a request. * </UL> + * + * @since 1.6 */ public abstract class MessageFactory { @@ -140,7 +142,7 @@ * @exception SOAPException if there was an error in creating the * specified implementation of <code>MessageFactory</code>. * @see SAAJMetaFactory - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static MessageFactory newInstance(String protocol) throws SOAPException { return SAAJMetaFactory.getInstance().newMessageFactory(protocol);
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/MimeHeader.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/MimeHeader.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,6 +32,7 @@ * object. * * @see MimeHeaders + * @since 1.6 */ public class MimeHeader {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/MimeHeaders.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/MimeHeaders.java Thu Jun 19 15:35:23 2014 -0700 @@ -39,6 +39,7 @@ * API. * @see SOAPMessage#getAttachments * @see AttachmentPart + * @since 1.6 */ public class MimeHeaders { private Vector headers;
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/Name.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/Name.java Thu Jun 19 15:35:23 2014 -0700 @@ -73,6 +73,7 @@ * in favor of <code>javax.xml.namespace.QName<code> * @see SOAPEnvelope#createName(String, String, String) SOAPEnvelope.createName * @see SOAPFactory#createName(String, String, String) SOAPFactory.createName + * @since 1.6 */ public interface Name { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/Node.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/Node.java Thu Jun 19 15:35:23 2014 -0700 @@ -30,6 +30,8 @@ * This interface extnends the standard DOM Node interface with methods for * getting and setting the value of a node, for * getting and setting the parent of a node, and for removing a node. + * + * @since 1.6 */ public interface Node extends org.w3c.dom.Node { /** @@ -61,7 +63,7 @@ * node and either has more than one child node or has a child * node that is not a <code>Text</code> node. * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public void setValue(String value);
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SAAJMetaFactory.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SAAJMetaFactory.java Thu Jun 19 15:35:23 2014 -0700 @@ -38,7 +38,7 @@ * class. * * @author SAAJ RI Development Team -* @since SAAJ 1.3 +* @since 1.6, SAAJ 1.3 */ public abstract class SAAJMetaFactory {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SAAJResult.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SAAJResult.java Thu Jun 19 15:35:23 2014 -0700 @@ -35,7 +35,7 @@ * * @author XWS-Security Development Team * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public class SAAJResult extends DOMResult { @@ -53,7 +53,7 @@ * * @throws SOAPException if there is a problem creating a <code>SOAPMessage</code> * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SAAJResult() throws SOAPException { this(MessageFactory.newInstance().createMessage()); @@ -79,7 +79,7 @@ * @throws SOAPException if a <code>SOAPMessage</code> supporting the * specified protocol cannot be created * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SAAJResult(String protocol) throws SOAPException { this(MessageFactory.newInstance(protocol).createMessage()); @@ -99,7 +99,7 @@ * populated as a result of some transformation or * marshalling operation * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SAAJResult(SOAPMessage message) { super(message.getSOAPPart()); @@ -116,7 +116,7 @@ * * @param rootNode - the root to which the results will be appended * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SAAJResult(SOAPElement rootNode) { super(rootNode); @@ -125,7 +125,7 @@ /** * @return the resulting Tree that was created under the specified root Node. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public javax.xml.soap.Node getResult() { return (javax.xml.soap.Node)super.getNode().getFirstChild();
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPBody.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPBody.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,6 +42,7 @@ * error information, is an example of a <code>SOAPBodyElement</code> object. * * @see SOAPFault + * @since 1.6 */ public interface SOAPBody extends SOAPElement { @@ -90,7 +91,7 @@ * @exception SOAPException if there is a SOAP error * @see SOAPFault#setFaultCode * @see SOAPFault#setFaultString - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public SOAPFault addFault(Name faultCode, String faultString, Locale locale) throws SOAPException; @@ -127,7 +128,7 @@ * @see SOAPFault#setFaultString * @see SOAPBody#addFault(Name faultCode, String faultString, Locale locale) * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPFault addFault(QName faultCode, String faultString, Locale locale) throws SOAPException; @@ -164,7 +165,7 @@ * if there is a SOAP error * @see SOAPFault#setFaultCode * @see SOAPFault#setFaultString - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public SOAPFault addFault(Name faultCode, String faultString) throws SOAPException; @@ -202,7 +203,7 @@ * @see SOAPFault#setFaultCode * @see SOAPFault#setFaultString * @see SOAPBody#addFault(Name faultCode, String faultString) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPFault addFault(QName faultCode, String faultString) throws SOAPException; @@ -252,7 +253,7 @@ * @exception SOAPException * if a SOAP error occurs * @see SOAPBody#addBodyElement(Name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPBodyElement addBodyElement(QName qname) throws SOAPException; @@ -272,7 +273,7 @@ * that was added. * @exception SOAPException * if the <code>Document</code> cannot be added - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public SOAPBodyElement addDocument(org.w3c.dom.Document document) throws SOAPException; @@ -290,7 +291,7 @@ * if there is not exactly one child <code>SOAPElement</code> of the <code> * <code>SOAPBody</code>. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public org.w3c.dom.Document extractContentAsDocument() throws SOAPException;
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPBodyElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPBodyElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -38,6 +38,8 @@ * <PRE> * SOAPBodyElement sbe = sb.addBodyElement(myName); * </PRE> + * + * @since 1.6 */ public interface SOAPBodyElement extends SOAPElement { }
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPConnection.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPConnection.java Thu Jun 19 15:35:23 2014 -0700 @@ -45,6 +45,8 @@ * directly to a URL following the request/response paradigm. That is, * messages are sent using the method <code>call</code>, which sends the * message and then waits until it gets a reply. + * + * @since 1.6 */ public abstract class SOAPConnection { @@ -78,7 +80,7 @@ * @return the <code>SOAPMessage</code> object that is the response to the * get message request * @throws SOAPException if there is a SOAP error - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPMessage get(Object to) throws SOAPException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,6 +32,8 @@ * SAAJ communication infrastructure. Otherwise {@link SOAPConnection} objects * can be created by calling <code>createConnection()</code> on the newly * created <code>SOAPConnectionFactory</code> object. + * + * @since 1.6 */ public abstract class SOAPConnectionFactory { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPConstants.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPConstants.java Thu Jun 19 15:35:23 2014 -0700 @@ -29,6 +29,8 @@ /** * The definition of constants pertaining to the SOAP protocol. + * + * @since 1.6 */ public interface SOAPConstants { /** @@ -41,7 +43,7 @@ * argument version of <code>createMessage</code>, an * <code>UnsupportedOperationException</code>. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String DYNAMIC_SOAP_PROTOCOL = "Dynamic Protocol"; @@ -49,7 +51,7 @@ * Used to create <code>MessageFactory</code> instances that create * <code>SOAPMessages</code> whose behavior supports the SOAP 1.1 specification. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String SOAP_1_1_PROTOCOL = "SOAP 1.1 Protocol"; @@ -58,26 +60,26 @@ * <code>SOAPMessages</code> whose behavior supports the SOAP 1.2 * specification * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String SOAP_1_2_PROTOCOL = "SOAP 1.2 Protocol"; /** * The default protocol: SOAP 1.1 for backwards compatibility. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String DEFAULT_SOAP_PROTOCOL = SOAP_1_1_PROTOCOL; /** * The namespace identifier for the SOAP 1.1 envelope. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String URI_NS_SOAP_1_1_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/"; /** * The namespace identifier for the SOAP 1.2 envelope. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String URI_NS_SOAP_1_2_ENVELOPE = "http://www.w3.org/2003/05/soap-envelope"; @@ -102,21 +104,21 @@ /** * The namespace identifier for the SOAP 1.2 encoding. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String URI_NS_SOAP_1_2_ENCODING = "http://www.w3.org/2003/05/soap-encoding"; /** * The media type of the <code>Content-Type</code> MIME header in SOAP 1.1. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String SOAP_1_1_CONTENT_TYPE = "text/xml"; /** * The media type of the <code>Content-Type</code> MIME header in SOAP 1.2. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String SOAP_1_2_CONTENT_TYPE = "application/soap+xml"; @@ -137,21 +139,21 @@ * The URI identifying the next application processing a SOAP request as the intended * role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 * specification). - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String URI_SOAP_1_2_ROLE_NEXT = URI_NS_SOAP_1_2_ENVELOPE + "/role/next"; /** * The URI specifying the role None in SOAP 1.2. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String URI_SOAP_1_2_ROLE_NONE = URI_NS_SOAP_1_2_ENVELOPE + "/role/none"; /** * The URI identifying the ultimate receiver of the SOAP 1.2 message. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER = @@ -159,41 +161,41 @@ /** * The default namespace prefix for http://www.w3.org/2003/05/soap-envelope - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final String SOAP_ENV_PREFIX = "env"; /** * SOAP 1.2 VersionMismatch Fault - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final QName SOAP_VERSIONMISMATCH_FAULT = new QName(URI_NS_SOAP_1_2_ENVELOPE, "VersionMismatch", SOAP_ENV_PREFIX); /** * SOAP 1.2 MustUnderstand Fault - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final QName SOAP_MUSTUNDERSTAND_FAULT = new QName(URI_NS_SOAP_1_2_ENVELOPE, "MustUnderstand", SOAP_ENV_PREFIX); /** * SOAP 1.2 DataEncodingUnknown Fault - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final QName SOAP_DATAENCODINGUNKNOWN_FAULT = new QName(URI_NS_SOAP_1_2_ENVELOPE, "DataEncodingUnknown", SOAP_ENV_PREFIX); /** * SOAP 1.2 Sender Fault - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final QName SOAP_SENDER_FAULT = new QName(URI_NS_SOAP_1_2_ENVELOPE, "Sender", SOAP_ENV_PREFIX); /** * SOAP 1.2 Receiver Fault - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static final QName SOAP_RECEIVER_FAULT = new QName(URI_NS_SOAP_1_2_ENVELOPE, "Receiver", SOAP_ENV_PREFIX);
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -40,6 +40,8 @@ * objects of the correct type. See {@link #getChildElements()} and * {@link <a HREF="package-summary.html#package_description">javax.xml.soap<a>} * for details. + * + * @since 1.6 */ public interface SOAPElement extends Node, org.w3c.dom.Element { @@ -74,7 +76,7 @@ * @exception SOAPException if there is an error in creating the * <code>SOAPElement</code> object * @see SOAPElement#addChildElement(Name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPElement addChildElement(QName qname) throws SOAPException; @@ -173,7 +175,7 @@ * is also useful for recycling portions of a document within a SOAP * message. * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public abstract void removeContents(); @@ -224,7 +226,7 @@ an attribute with <code>QName</code> <code>qname</code> on this SOAPElement. * @see SOAPElement#addAttribute(Name, String) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPElement addAttribute(QName qname, String value) throws SOAPException; @@ -261,7 +263,7 @@ * @return a <code>String</code> giving the value of the specified * attribute, Null if there is no such attribute * @see SOAPElement#getAttributeValue(Name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public String getAttributeValue(QName qname); @@ -287,7 +289,7 @@ * * @return an iterator over the QNames of the attributes * @see SOAPElement#getAllAttributes() - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public Iterator getAllAttributesAsQNames(); @@ -322,7 +324,7 @@ * @return an iterator over the namespace prefixes are within scope of this * <code>SOAPElement</code> object * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public Iterator getVisibleNamespacePrefixes(); @@ -348,7 +350,7 @@ * * @exception SOAPException if the <code>QName</code> cannot be created. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public QName createQName(String localName, String prefix) throws SOAPException; @@ -366,7 +368,7 @@ * @return a <code>QName</code> object with the qname of this * <code>SOAPElement</code> object * @see SOAPElement#getElementName() - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public QName getElementQName(); @@ -386,7 +388,7 @@ * is not allowed. * @return The renamed Node * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPElement setElementQName(QName newName) throws SOAPException; @@ -409,7 +411,7 @@ * @return <code>true</code> if the attribute was * removed successfully; <code>false</code> if it was not * @see SOAPElement#removeAttribute(Name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public boolean removeAttribute(QName qname); @@ -496,7 +498,7 @@ * in this <code>SOAPElement</code> object with the * specified qname * @see SOAPElement#getChildElements(Name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public Iterator getChildElements(QName qname);
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPElementFactory.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPElementFactory.java Thu Jun 19 15:35:23 2014 -0700 @@ -37,6 +37,7 @@ * inserted. * @deprecated - Use <code>javax.xml.soap.SOAPFactory</code> for creating SOAPElements. * @see javax.xml.soap.SOAPFactory + * @since 1.6 */ public class SOAPElementFactory {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPEnvelope.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPEnvelope.java Thu Jun 19 15:35:23 2014 -0700 @@ -93,6 +93,8 @@ * Name name = se.createName("GetLastTradePrice", "WOMBAT", * "http://www.wombat.org/trader"); * </PRE> + * + * @since 1.6 */ public interface SOAPEnvelope extends SOAPElement {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPException.java Thu Jun 19 15:35:23 2014 -0700 @@ -39,6 +39,8 @@ * the provider. Reasons for embedding a <code>Throwable</code> * object include problems such as input/output errors or a parsing * problem, such as an error in parsing a header. + * + * @since 1.6 */ public class SOAPException extends Exception { private Throwable cause;
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPFactory.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPFactory.java Thu Jun 19 15:35:23 2014 -0700 @@ -43,6 +43,7 @@ * <code>javax.xml.soap.Detail</code> objects as well as * <code>java.xml.soap.Name</code> objects. * + * @since 1.6 */ public abstract class SOAPFactory { @@ -77,7 +78,7 @@ * @exception SOAPException if there is an error in creating the * <code>SOAPElement</code> object * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPElement createElement(Element domElement) throws SOAPException { throw new UnsupportedOperationException("createElement(org.w3c.dom.Element) must be overridden by all subclasses of SOAPFactory."); @@ -120,7 +121,7 @@ * @exception SOAPException if there is an error in creating the * <code>SOAPElement</code> object * @see SOAPFactory#createElement(Name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPElement createElement(QName qname) throws SOAPException { throw new UnsupportedOperationException("createElement(QName) must be overridden by all subclasses of SOAPFactory."); @@ -188,7 +189,7 @@ *@param faultCode the FaultCode for the fault *@return a <code>SOAPFault</code> object *@throws SOAPException if there is a SOAP error - *@since SAAJ 1.3 + *@since 1.6, SAAJ 1.3 */ public abstract SOAPFault createFault(String reasonText, QName faultCode) throws SOAPException; @@ -196,7 +197,7 @@ *Creates a new default <code>SOAPFault</code> object *@return a <code>SOAPFault</code> object *@throws SOAPException if there is a SOAP error - *@since SAAJ 1.3 + *@since 1.6, SAAJ 1.3 */ public abstract SOAPFault createFault() throws SOAPException; @@ -290,7 +291,7 @@ * @exception SOAPException if there was an error creating the * specified <code>SOAPFactory</code> * @see SAAJMetaFactory - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public static SOAPFactory newInstance(String protocol) throws SOAPException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPFault.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPFault.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,6 +42,8 @@ * Depending on the <code>protocol</code> specified while creating the * <code>MessageFactory</code> instance, a <code>SOAPFault</code> has * sub-elements as defined in the SOAP 1.1/SOAP 1.2 specification. + * + * @since 1.6 */ public interface SOAPFault extends SOAPBodyElement { @@ -72,7 +74,7 @@ * @exception SOAPException if there was an error in adding the * <i>faultcode</i> element to the underlying XML tree. * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public void setFaultCode(Name faultCodeQName) throws SOAPException; @@ -91,7 +93,7 @@ * @see #setFaultCode(Name) * @see #getFaultCodeAsQName() * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void setFaultCode(QName faultCodeQName) throws SOAPException; @@ -128,7 +130,7 @@ * @return a <code>Name</code> representing the faultcode * @see #setFaultCode(Name) * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public Name getFaultCodeAsName(); @@ -141,7 +143,7 @@ * * @see #setFaultCode(QName) * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public QName getFaultCodeAsQName(); @@ -158,7 +160,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Subcode. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public Iterator getFaultSubcodes(); @@ -171,7 +173,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Subcode. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void removeAllFaultSubcodes(); @@ -187,7 +189,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Subcode. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void appendFaultSubcode(QName subcode) throws SOAPException; @@ -270,7 +272,7 @@ * @exception SOAPException if there was an error in adding the * <code>faultString</code> to the underlying XML tree. * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public void setFaultString(String faultString, Locale locale) throws SOAPException; @@ -315,7 +317,7 @@ * the fault string or <code>null</code> if no locale was specified * @see #setFaultString(String, Locale) * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public Locale getFaultStringLocale(); @@ -327,7 +329,7 @@ * @return true if this <code>SOAPFault</code> has a <code>Detail</code> * subelement and false otherwise. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public boolean hasDetail(); @@ -377,7 +379,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Reason. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public Iterator getFaultReasonLocales() throws SOAPException; @@ -393,7 +395,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Reason. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public Iterator getFaultReasonTexts() throws SOAPException; @@ -414,7 +416,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Reason. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public String getFaultReasonText(Locale locale) throws SOAPException; @@ -441,7 +443,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Reason. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void addFaultReasonText(String text, java.util.Locale locale) throws SOAPException; @@ -457,7 +459,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Node. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public String getFaultNode(); @@ -472,7 +474,7 @@ * support the SOAP 1.2 concept of Fault Node. * * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void setFaultNode(String uri) throws SOAPException; @@ -487,7 +489,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Role. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public String getFaultRole(); @@ -504,7 +506,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Role. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void setFaultRole(String uri) throws SOAPException;
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPFaultElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPFaultElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,6 +32,8 @@ * <P> * Content is added to a <code>SOAPFaultElement</code> using the * <code>SOAPElement</code> method <code>addTextNode</code>. + * + * @since 1.6 */ public interface SOAPFaultElement extends SOAPElement { }
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPHeader.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPHeader.java Thu Jun 19 15:35:23 2014 -0700 @@ -66,6 +66,7 @@ * </PRE> * * @see SOAPHeaderElement + * @since 1.6 */ public interface SOAPHeader extends SOAPElement { /** @@ -92,7 +93,7 @@ * inserted into this <code>SOAPHeader</code> object * @exception SOAPException if a SOAP error occurs * @see SOAPHeader#addHeaderElement(Name) - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPHeaderElement addHeaderElement(QName qname) throws SOAPException; @@ -115,7 +116,7 @@ * @see #extractHeaderElements * @see SOAPConstants#URI_SOAP_ACTOR_NEXT * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public Iterator examineMustUnderstandHeaderElements(String actor); @@ -180,7 +181,7 @@ * inserted into this <code>SOAPHeader</code> object * @exception SOAPException if a SOAP error occurs. * @exception UnsupportedOperationException if this is a SOAP 1.1 Header. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPHeaderElement addNotUnderstoodHeaderElement(QName name) throws SOAPException; @@ -196,7 +197,7 @@ * @return the new <code>SOAPHeaderElement</code> object that was * inserted into this <code>SOAPHeader</code> object * @exception SOAPException if a SOAP error occurs. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPHeaderElement addUpgradeHeaderElement(Iterator supportedSOAPURIs) throws SOAPException; @@ -211,7 +212,7 @@ * @return the new <code>SOAPHeaderElement</code> object that was * inserted into this <code>SOAPHeader</code> object * @exception SOAPException if a SOAP error occurs. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPHeaderElement addUpgradeHeaderElement(String[] supportedSoapUris) throws SOAPException; @@ -226,7 +227,7 @@ * @return the new <code>SOAPHeaderElement</code> object that was * inserted into this <code>SOAPHeader</code> object * @exception SOAPException if a SOAP error occurs. - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public SOAPHeaderElement addUpgradeHeaderElement(String supportedSoapUri) throws SOAPException; @@ -240,7 +241,7 @@ * <code>SOAPHeader</code> * @see #extractAllHeaderElements * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public Iterator examineAllHeaderElements(); @@ -255,7 +256,7 @@ * * @see #examineAllHeaderElements * - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public Iterator extractAllHeaderElements();
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPHeaderElement.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPHeaderElement.java Thu Jun 19 15:35:23 2014 -0700 @@ -33,6 +33,8 @@ * <P> * A <code>SOAPHeaderElement</code> object can have other * <code>SOAPElement</code> objects as its children. + * + * @since 1.6 */ public interface SOAPHeaderElement extends SOAPElement { @@ -65,7 +67,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Role. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void setRole(String uri) throws SOAPException; @@ -89,7 +91,7 @@ * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Role. * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public String getRole(); @@ -143,7 +145,7 @@ * @see #setMustUnderstand * @see #getRelay * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public void setRelay(boolean relay) throws SOAPException; @@ -160,7 +162,7 @@ * @see #getMustUnderstand * @see #setRelay * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public boolean getRelay(); }
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPMessage.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPMessage.java Thu Jun 19 15:35:23 2014 -0700 @@ -100,6 +100,7 @@ * * @see MessageFactory * @see AttachmentPart + * @since 1.6 */ public abstract class SOAPMessage { /** @@ -108,7 +109,7 @@ * supported values. The default is "utf-8". * * @see SOAPMessage#setProperty(String, Object) SOAPMessage.setProperty - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public static final String CHARACTER_SET_ENCODING = "javax.xml.soap.character-set-encoding"; @@ -119,7 +120,7 @@ * "false". * * @see SOAPMessage#setProperty(String, Object) SOAPMessage.setProperty - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public static final String WRITE_XML_DECLARATION = "javax.xml.soap.write-xml-declaration"; @@ -163,7 +164,7 @@ * object * @exception SOAPException * if the SOAP Body does not exist or cannot be retrieved - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public SOAPBody getSOAPBody() throws SOAPException { throw new UnsupportedOperationException("getSOAPBody must be overridden by all subclasses of SOAPMessage"); @@ -178,7 +179,7 @@ * object * @exception SOAPException * if the SOAP Header does not exist or cannot be retrieved - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public SOAPHeader getSOAPHeader() throws SOAPException { throw new UnsupportedOperationException("getSOAPHeader must be overridden by all subclasses of SOAPMessage"); @@ -230,7 +231,7 @@ * @param headers * a <code>MimeHeaders</code> object containing the MIME * headers for which to search - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public abstract void removeAttachments(MimeHeaders headers); @@ -258,7 +259,7 @@ * @throws SOAPException if there is an error in the attempt to access the * attachment * - * @since SAAJ 1.3 + * @since 1.6, SAAJ 1.3 */ public abstract AttachmentPart getAttachment(SOAPElement element) throws SOAPException; @@ -432,7 +433,7 @@ * the value to be associated with the specified property * @exception SOAPException * if the property name is not recognized. - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public void setProperty(String property, Object value) throws SOAPException { @@ -448,7 +449,7 @@ * if no such property exists. * @exception SOAPException * if the property name is not recognized. - * @since SAAJ 1.2 + * @since 1.6, SAAJ 1.2 */ public Object getProperty(String property) throws SOAPException { throw new UnsupportedOperationException("getProperty must be overridden by all subclasses of SOAPMessage");
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPPart.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/SOAPPart.java Thu Jun 19 15:35:23 2014 -0700 @@ -64,6 +64,8 @@ * The <code>SOAPPart</code> method <code>getEnvelope</code> can be used * to retrieve the <code>SOAPEnvelope</code> object. * <P> + * + * @since 1.6 */ public abstract class SOAPPart implements org.w3c.dom.Document, Node {
--- a/jaxws/src/share/jaxws_classes/javax/xml/soap/Text.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/soap/Text.java Thu Jun 19 15:35:23 2014 -0700 @@ -29,6 +29,7 @@ * A representation of a node whose value is text. A <code>Text</code> object * may represent text that is content or text that is a comment. * + * @since 1.6 */ public interface Text extends Node, org.w3c.dom.Text {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Action.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Action.java Thu Jun 19 15:35:23 2014 -0700 @@ -118,7 +118,7 @@ * * @see FaultAction * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ @Documented
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/AsyncHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/AsyncHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -29,7 +29,7 @@ * clients that wish to receive callback notification of the completion of * service endpoint operations invoked asynchronously. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface AsyncHandler<T> {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Binding.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Binding.java Thu Jun 19 15:35:23 2014 -0700 @@ -29,7 +29,7 @@ /** The <code>Binding</code> interface is the base interface * for JAX-WS protocol bindings. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface Binding { @@ -61,7 +61,7 @@ * @return String The binding identifier for the port. * Never returns <code>null</code> * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ String getBindingID(); }
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/BindingProvider.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/BindingProvider.java Thu Jun 19 15:35:23 2014 -0700 @@ -33,7 +33,7 @@ * protocol binding and associated context objects for request and * response message processing. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * * @see javax.xml.ws.Binding **/ @@ -154,7 +154,7 @@ * * @see W3CEndpointReference * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public EndpointReference getEndpointReference(); @@ -176,7 +176,7 @@ * @throws java.lang.UnsupportedOperationException If this * <code>BindingProvider</code> uses the XML/HTTP binding. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public <T extends EndpointReference> T getEndpointReference(Class<T> clazz); }
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/BindingType.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/BindingType.java Thu Jun 19 15:35:23 2014 -0700 @@ -39,7 +39,7 @@ * This annotation may be overriden programmatically or via * deployment descriptors, depending on the platform in use. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * **/ @Target(ElementType.TYPE)
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Dispatch.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Dispatch.java Thu Jun 19 15:35:23 2014 -0700 @@ -33,7 +33,7 @@ * class acts as a factory for the creation of <code>Dispatch</code> * instances. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface Dispatch<T> extends BindingProvider {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Endpoint.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Endpoint.java Thu Jun 19 15:35:23 2014 -0700 @@ -61,7 +61,7 @@ * as possible instead of generating new ones based on the annotations * present on the implementor. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * * @see javax.xml.ws.Binding * @see javax.xml.ws.BindingType @@ -119,7 +119,7 @@ * * * @return The newly created endpoint. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 * */ public static Endpoint create(Object implementor, WebServiceFeature ... features) { @@ -166,7 +166,7 @@ * </code> parameter will have their default values. * * @return The newly created endpoint. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public static Endpoint create(String bindingId, Object implementor, WebServiceFeature ... features) { return Provider.provider().createEndpoint(bindingId, implementor, features); @@ -266,7 +266,7 @@ * If a <code>java.lang.SecurityManger</code> * is being used and the application doesn't have the * <code>WebServicePermission("publishEndpoint")</code> permission. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public static Endpoint publish(String address, Object implementor, WebServiceFeature ... features) { return Provider.provider().createAndPublishEndpoint(address, implementor, features); @@ -330,7 +330,7 @@ * If a <code>java.lang.SecurityManger</code> * is being used and the application doesn't have the * <code>WebServicePermission("publishEndpoint")</code> permission. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public void publish(HttpContext serverContext) { throw new UnsupportedOperationException("JAX-WS 2.2 implementation must override this default behaviour."); @@ -446,7 +446,7 @@ * * @see W3CEndpointReference * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract EndpointReference getEndpointReference(Element... referenceParameters); @@ -472,7 +472,7 @@ * uses the XML/HTTP binding. * * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract <T extends EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters); @@ -490,7 +490,7 @@ * @throws java.lang.IllegalStateException * If the endpoint has been published already or it has been stopped. * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public void setEndpointContext(EndpointContext ctxt) { throw new UnsupportedOperationException("JAX-WS 2.2 implementation must override this default behaviour.");
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/EndpointContext.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/EndpointContext.java Thu Jun 19 15:35:23 2014 -0700 @@ -42,7 +42,7 @@ * before {@link Endpoint#publish} methods. * * @author Jitendra Kotamraju - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public abstract class EndpointContext {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/EndpointReference.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/EndpointReference.java Thu Jun 19 15:35:23 2014 -0700 @@ -81,7 +81,7 @@ * * @see W3CEndpointReference * @see Service - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ @XmlTransient // to treat this class like Object as far as databinding is concerned (proposed JAXB 2.1 feature) public abstract class EndpointReference {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/FaultAction.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/FaultAction.java Thu Jun 19 15:35:23 2014 -0700 @@ -145,7 +145,7 @@ * </definitions> * </pre> * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ @Documented
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Holder.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Holder.java Thu Jun 19 15:35:23 2014 -0700 @@ -30,7 +30,7 @@ /** * Holds a value of type <code>T</code>. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 */ public final class Holder<T> implements Serializable {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/LogicalMessage.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/LogicalMessage.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,7 +32,7 @@ * protocol agnostic XML message and contains methods that * provide access to the payload of the message. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface LogicalMessage {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/ProtocolException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/ProtocolException.java Thu Jun 19 15:35:23 2014 -0700 @@ -30,7 +30,7 @@ * are used to communicate protocol level fault information to clients and may * be used on the server to control the protocol specific fault representation. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public class ProtocolException extends WebServiceException { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Provider.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Provider.java Thu Jun 19 15:35:23 2014 -0700 @@ -38,7 +38,7 @@ * the <code>Provider</code> instance will receive entire protocol messages * or just message payloads. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * * @see javax.xml.transform.Source * @see javax.xml.soap.SOAPMessage
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/RequestWrapper.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/RequestWrapper.java Thu Jun 19 15:35:23 2014 -0700 @@ -40,7 +40,7 @@ * overloading conflicts in document literal mode. Only the <code>className</code> * is required in this case. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ @Target(ElementType.METHOD) @@ -65,7 +65,7 @@ /** * wsdl:part name for the wrapper part * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public String partName() default "";
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/RespectBinding.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/RespectBinding.java Thu Jun 19 15:35:23 2014 -0700 @@ -54,7 +54,7 @@ * * @see RespectBindingFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ @Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/RespectBindingFeature.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/RespectBindingFeature.java Thu Jun 19 15:35:23 2014 -0700 @@ -80,7 +80,7 @@ * * @see AddressingFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public final class RespectBindingFeature extends WebServiceFeature { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Response.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Response.java Thu Jun 19 15:35:23 2014 -0700 @@ -39,7 +39,7 @@ * {@link WebServiceException} that represents the error that occured during the * asynchronous method invocation.</p> * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface Response<T> extends Future<T> { /** Gets the contained response context.
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/ResponseWrapper.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/ResponseWrapper.java Thu Jun 19 15:35:23 2014 -0700 @@ -39,7 +39,7 @@ * overloading conflicts in document literal mode. Only the <code>className</code> * is required in this case. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ @Target(ElementType.METHOD) @@ -65,7 +65,7 @@ /** * wsdl:part name for the wrapper part * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public String partName() default "";
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/Service.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/Service.java Thu Jun 19 15:35:23 2014 -0700 @@ -57,7 +57,7 @@ * can be enabled by creating a <code>ThreadPoolExecutor</code> and * registering it with the service. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * * @see javax.xml.ws.spi.Provider * @see javax.xml.ws.handler.HandlerResolver @@ -153,7 +153,7 @@ * @see java.lang.reflect.InvocationHandler * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public <T> T getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features) { @@ -219,7 +219,7 @@ * * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public <T> T getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features) { @@ -297,7 +297,7 @@ * with this port or is unsupported. * </UL> * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public <T> T getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) { @@ -381,7 +381,7 @@ * @see javax.xml.soap.SOAPMessage * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public <T> Dispatch<T> createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features) { @@ -456,7 +456,7 @@ * @see javax.xml.soap.SOAPMessage * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public <T> Dispatch<T> createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, @@ -514,7 +514,7 @@ * @see javax.xml.bind.JAXBContext * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public Dispatch<Object> createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) { @@ -587,7 +587,7 @@ * @see javax.xml.bind.JAXBContext * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public Dispatch<Object> createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, @@ -722,7 +722,7 @@ * it must throw a WebServiceException. * @throws WebServiceException If any error in creation of the * specified service. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 **/ public static Service create( java.net.URL wsdlDocumentLocation, @@ -752,7 +752,7 @@ * @throws WebServiceException If any error in creation of the * specified service * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public static Service create(QName serviceName, WebServiceFeature ... features) { return new Service(null, serviceName, features);
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/ServiceMode.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/ServiceMode.java Thu Jun 19 15:35:23 2014 -0700 @@ -36,7 +36,7 @@ * Used to indicate whether a {@link Provider} implementation wishes to work * with entire protocol messages or just with protocol message payloads. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebEndpoint.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebEndpoint.java Thu Jun 19 15:35:23 2014 -0700 @@ -41,7 +41,7 @@ * determined based on the value of the <code>WebServiceClient</code> * annotation on the generated service interface itself. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * * @see javax.xml.ws.WebServiceClient **/
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebFault.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebFault.java Thu Jun 19 15:35:23 2014 -0700 @@ -36,7 +36,7 @@ * to the local and namespace name of the fault element and the name * of the fault bean. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @@ -60,7 +60,7 @@ /** * wsdl:Message's name. Default name is the exception's class name. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public String messageName() default "";
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceClient.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceClient.java Thu Jun 19 15:35:23 2014 -0700 @@ -40,7 +40,7 @@ * element represents the Web service for which the generated * service interface provides a client view. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceContext.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceContext.java Thu Jun 19 15:35:23 2014 -0700 @@ -41,7 +41,7 @@ * into an endpoint implementation class using the * <code>Resource</code> annotation. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * * @see javax.annotation.Resource **/ @@ -120,7 +120,7 @@ * * @see W3CEndpointReference * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public EndpointReference getEndpointReference(Element... referenceParameters); @@ -144,7 +144,7 @@ * @throws WebServiceException If the <code>clazz</code> type of * <code>EndpointReference</code> is not supported. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public <T extends EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters);
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceException.java Thu Jun 19 15:35:23 2014 -0700 @@ -28,7 +28,7 @@ /** The <code>WebServiceException</code> class is the base * exception class for all JAX-WS API runtime exceptions. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public class WebServiceException extends java.lang.RuntimeException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceFeature.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceFeature.java Thu Jun 19 15:35:23 2014 -0700 @@ -44,7 +44,7 @@ * @see javax.xml.ws.soap.AddressingFeature * @see javax.xml.ws.soap.MTOMFeature * - * @since 2.1 + * @since 1.6, JAX-WS 2.1 */ public abstract class WebServiceFeature { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServicePermission.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServicePermission.java Thu Jun 19 15:35:23 2014 -0700 @@ -55,6 +55,7 @@ * @see java.security.Permissions * @see java.lang.SecurityManager * @see java.net.SocketPermission + * @since 1.6 */ public final class WebServicePermission extends BasicPermission {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceProvider.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceProvider.java Thu Jun 19 15:35:23 2014 -0700 @@ -33,7 +33,7 @@ /** * Used to annotate a Provider implementation class. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * @see javax.xml.ws.Provider */ @Target(ElementType.TYPE)
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceRef.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceRef.java Thu Jun 19 15:35:23 2014 -0700 @@ -75,7 +75,7 @@ * @see javax.annotation.Resource * @see WebServiceFeatureAnnotation * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 * **/ @@ -143,7 +143,7 @@ * A portable JNDI lookup name that resolves to the target * web service reference. * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ String lookup() default "";
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceRefs.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceRefs.java Thu Jun 19 15:35:23 2014 -0700 @@ -69,7 +69,7 @@ * </code></pre> * * @see WebServiceRef - * @since 2.0 + * @since 1.6, JAX-WS 2.0 */ @Documented
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/Handler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/Handler.java Thu Jun 19 15:35:23 2014 -0700 @@ -31,7 +31,7 @@ /** The <code>Handler</code> interface * is the base interface for JAX-WS handlers. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface Handler<C extends MessageContext> {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/HandlerResolver.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/HandlerResolver.java Thu Jun 19 15:35:23 2014 -0700 @@ -39,7 +39,7 @@ * * @see javax.xml.ws.Service#setHandlerResolver * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface HandlerResolver {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/LogicalHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/LogicalHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -28,7 +28,7 @@ /** The <code>LogicalHandler</code> extends * Handler to provide typesafety for the message context parameter. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface LogicalHandler<C extends LogicalMessageContext> extends Handler<C> { }
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/LogicalMessageContext.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/LogicalMessageContext.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,7 +32,7 @@ * provide access to a the contained message as a protocol neutral * LogicalMessage * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface LogicalMessageContext extends MessageContext {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/MessageContext.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/MessageContext.java Thu Jun 19 15:35:23 2014 -0700 @@ -36,7 +36,7 @@ * enable handlers in a handler chain to share processing related * state. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 */ public interface MessageContext extends Map<String, Object> { @@ -168,7 +168,7 @@ * wsa:IsReferenceParameter="true" attribute. * <p>Type: List<Element> * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public static final String REFERENCE_PARAMETERS = "javax.xml.ws.reference.parameters";
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/PortInfo.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/PortInfo.java Thu Jun 19 15:35:23 2014 -0700 @@ -35,7 +35,7 @@ * This interface is never implemented by an application, * only by a JAX-WS implementation. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface PortInfo {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -33,7 +33,7 @@ * to provide typesafety for the message context parameter and add a method * to obtain access to the headers that may be processed by the handler. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface SOAPHandler<T extends SOAPMessageContext> extends Handler<T> {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPMessageContext.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPMessageContext.java Thu Jun 19 15:35:23 2014 -0700 @@ -38,7 +38,7 @@ * * @see javax.xml.soap.SOAPMessage * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface SOAPMessageContext extends javax.xml.ws.handler.MessageContext {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/http/HTTPBinding.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/http/HTTPBinding.java Thu Jun 19 15:35:23 2014 -0700 @@ -31,7 +31,7 @@ /** The <code>HTTPBinding</code> interface is an * abstraction for the XML/HTTP binding. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface HTTPBinding extends Binding {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/http/HTTPException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/http/HTTPException.java Thu Jun 19 15:35:23 2014 -0700 @@ -32,7 +32,7 @@ * <p>Since there is no standard format for faults or exceptions * in XML/HTTP messaging, only the HTTP status code is captured. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public class HTTPException extends javax.xml.ws.ProtocolException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/Addressing.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/Addressing.java Thu Jun 19 15:35:23 2014 -0700 @@ -57,7 +57,7 @@ * This annotation's behaviour is defined by the corresponding feature * {@link AddressingFeature}. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ @Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) @@ -106,7 +106,7 @@ * <a href="http://www.w3.org/TR/ws-addr-metadata/#wspolicynonanonresponses"> * 3.1.3 NonAnonymousResponses Assertion</a> in the generated WSDL. * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ Responses responses() default Responses.ALL;
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/AddressingFeature.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/AddressingFeature.java Thu Jun 19 15:35:23 2014 -0700 @@ -112,7 +112,7 @@ * for more information on WS-Addressing. * * @see Addressing - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public final class AddressingFeature extends WebServiceFeature { @@ -151,7 +151,7 @@ * <a href="http://www.w3.org/TR/ws-addr-metadata/#wspolicynonanonresponses"> * 3.1.3 NonAnonymousResponses Assertion</a> in the generated WSDL. * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public enum Responses { /** @@ -229,7 +229,7 @@ * @param required true means requires the use of ws-addressing . * @param responses specifies what type of responses are required * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public AddressingFeature(boolean enabled, boolean required, Responses responses) { this.enabled = enabled; @@ -268,7 +268,7 @@ * {@link Responses#NON_ANONYMOUS} when endpoint requires the use * of only non-anonymous responses * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public Responses getResponses() { return responses;
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/MTOM.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/MTOM.java Thu Jun 19 15:35:23 2014 -0700 @@ -54,7 +54,7 @@ * This annotation's behaviour is defined by the corresponding feature * {@link MTOMFeature}. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ @Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/MTOMFeature.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/MTOMFeature.java Thu Jun 19 15:35:23 2014 -0700 @@ -54,7 +54,7 @@ * The {@link #threshold} property can be used to set the threshold * value used to determine when binary data should be XOP encoded. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public final class MTOMFeature extends WebServiceFeature { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/SOAPBinding.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/SOAPBinding.java Thu Jun 19 15:35:23 2014 -0700 @@ -34,7 +34,7 @@ /** The <code>SOAPBinding</code> interface is an abstraction for * the SOAP binding. * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public interface SOAPBinding extends Binding {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/SOAPFaultException.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/SOAPFaultException.java Thu Jun 19 15:35:23 2014 -0700 @@ -48,7 +48,7 @@ * @see javax.xml.ws.soap.SOAPBinding#getSOAPFactory * @see javax.xml.ws.ProtocolException * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 **/ public class SOAPFaultException extends javax.xml.ws.ProtocolException {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/Invoker.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/Invoker.java Thu Jun 19 15:35:23 2014 -0700 @@ -43,7 +43,7 @@ * * @see Provider#createEndpoint(String, Class, Invoker, WebServiceFeature...) * @author Jitendra Kotamraju - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public abstract class Invoker {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/Provider.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/Provider.java Thu Jun 19 15:35:23 2014 -0700 @@ -41,7 +41,7 @@ * <code>Endpoint</code> objects. * <p> * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 */ public abstract class Provider { @@ -161,7 +161,7 @@ * it must throw a WebServiceException. * @return The newly created service delegate. * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public ServiceDelegate createServiceDelegate( java.net.URL wsdlDocumentLocation, @@ -218,7 +218,7 @@ * @throws NullPointerException If the <code>null</code> * <code>eprInfoset</code> value is given. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract EndpointReference readEndpointReference(javax.xml.transform.Source eprInfoset); @@ -271,7 +271,7 @@ * * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract <T> T getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, @@ -333,7 +333,7 @@ * @throws WebServiceException If an error occurs while creating the * <code>W3CEndpointReference</code>. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public abstract W3CEndpointReference createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters); @@ -407,7 +407,7 @@ * </ul> * @throws WebServiceException If an error occurs while creating the * <code>W3CEndpointReference</code>. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public W3CEndpointReference createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, @@ -434,7 +434,7 @@ * endpoint. Supported features not in the <code>features * </code> parameter will have their default values. * @return The newly created endpoint. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public Endpoint createAndPublishEndpoint(String address, Object implementor, WebServiceFeature ... features) { @@ -455,7 +455,7 @@ * endpoint. Supported features not in the <code>features * </code> parameter will have their default values. * @return The newly created endpoint. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public Endpoint createEndpoint(String bindingId, Object implementor, WebServiceFeature ... features) { @@ -478,7 +478,7 @@ * endpoint. Supported features not in the <code>features * </code> parameter will have their default values. * @return The newly created endpoint. - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public Endpoint createEndpoint(String bindingId, Class<?> implementorClass, Invoker invoker, WebServiceFeature ... features) {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/ServiceDelegate.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/ServiceDelegate.java Thu Jun 19 15:35:23 2014 -0700 @@ -47,7 +47,7 @@ * @see javax.xml.ws.Service * @see javax.xml.ws.spi.Provider * - * @since JAX-WS 2.0 + * @since 1.6, JAX-WS 2.0 */ public abstract class ServiceDelegate { @@ -119,7 +119,7 @@ * @see java.lang.reflect.InvocationHandler * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract <T> T getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features); @@ -194,7 +194,7 @@ * with this port or is unsupported. * </UL> * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract <T> T getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features); @@ -256,7 +256,7 @@ * * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract <T> T getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features); @@ -334,7 +334,7 @@ * @see javax.xml.soap.SOAPMessage * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract <T> Dispatch<T> createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features); @@ -406,7 +406,7 @@ * @see javax.xml.soap.SOAPMessage * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract <T> Dispatch<T> createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, @@ -462,7 +462,7 @@ * @see javax.xml.bind.JAXBContext * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract Dispatch<Object> createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features); @@ -532,7 +532,7 @@ * @see javax.xml.bind.JAXBContext * @see WebServiceFeature * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 **/ public abstract Dispatch<Object> createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode,
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/WebServiceFeatureAnnotation.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/WebServiceFeatureAnnotation.java Thu Jun 19 15:35:23 2014 -0700 @@ -65,7 +65,7 @@ * @see MTOM * @see RespectBinding * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ @Target(ElementType.ANNOTATION_TYPE) @Retention(RetentionPolicy.RUNTIME)
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpContext.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpContext.java Thu Jun 19 15:35:23 2014 -0700 @@ -37,7 +37,7 @@ * web service requests to corresponding HttpContext objects. * * @author Jitendra Kotamraju - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public abstract class HttpContext {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpExchange.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpExchange.java Thu Jun 19 15:35:23 2014 -0700 @@ -46,7 +46,7 @@ * is undefined. * * @author Jitendra Kotamraju - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public abstract class HttpExchange {
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpHandler.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpHandler.java Thu Jun 19 15:35:23 2014 -0700 @@ -36,7 +36,7 @@ * {@link Endpoint#publish(HttpContext) } * * @author Jitendra Kotamraju - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public abstract class HttpHandler { /**
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/package-info.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/package-info.java Thu Jun 19 15:35:23 2014 -0700 @@ -90,6 +90,6 @@ </pre> @author Jitendra Kotamraju - @since JAX-WS 2.2 + @since 1.7, JAX-WS 2.2 */ package javax.xml.ws.spi.http;
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java Thu Jun 19 15:35:23 2014 -0700 @@ -61,7 +61,7 @@ * WS-Addressing</a> * for more information on WS-Addressing EndpointReferences. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ // XmlRootElement allows this class to be marshalled on its own
--- a/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java Tue Jul 22 11:56:48 2014 -0700 +++ b/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java Thu Jun 19 15:35:23 2014 -0700 @@ -62,7 +62,7 @@ * <code>endpointName</code> (if specified) MUST match a service and port * in the WSDL document. * - * @since JAX-WS 2.1 + * @since 1.6, JAX-WS 2.1 */ public final class W3CEndpointReferenceBuilder { /** @@ -110,6 +110,7 @@ * @return A <code>W3CEndpointReferenceBuilder</code> instance with * the <code>interfaceName</code> as <code>wsam:InterfaceName</code> * element added to the <code>wsa:Metadata</code> element + * @since 1.7 */ public W3CEndpointReferenceBuilder interfaceName(QName interfaceName) { this.interfaceName = interfaceName; @@ -253,7 +254,7 @@ * @throws java.lang.IllegalArgumentException if <code>element</code> * is <code>null</code>. * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public W3CEndpointReferenceBuilder element(Element element) { if (element == null) { @@ -277,7 +278,7 @@ * @throws java.lang.IllegalArgumentException if <code>name</code> * or <code>value</code> is <code>null</code>. * - * @since JAX-WS 2.2 + * @since 1.7, JAX-WS 2.2 */ public W3CEndpointReferenceBuilder attribute(QName name, String value) { if (name == null || value == null) {