jaxws/src/share/jaxws_classes/javax/xml/ws/WebServiceRef.java
changeset 25429 1c4e76ec718a
parent 22678 ac1ea46be942
child 25840 c2002453eec3
equal deleted inserted replaced
25031:28dd0c7beb3c 25429:1c4e76ec718a
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   121      * No use of a mapped name is portable.
   121      * No use of a mapped name is portable.
   122      */
   122      */
   123     String mappedName() default "";
   123     String mappedName() default "";
   124 
   124 
   125     /**
   125     /**
   126      * The service class, alwiays a type extending
   126      * The service class, always a type extending
   127      * <code>javax.xml.ws.Service</code>. This element MUST be specified
   127      * <code>javax.xml.ws.Service</code>. This element MUST be specified
   128      * whenever the type of the reference is a service endpoint interface.
   128      * whenever the type of the reference is a service endpoint interface.
   129      */
   129      */
   130     // 2.1 has Class value() default Object.class;
   130     // 2.1 has Class value() default Object.class;
   131     // Fixing this raw Class type correctly in 2.2 API. This shouldn't cause
   131     // Fixing this raw Class type correctly in 2.2 API. This shouldn't cause