1 #
   2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 # ##########################################################
  26 # ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
  27 # ##########################################################
  28 #
  29 class name javax/jws/HandlerChain
  30 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;eLjava/lang/annotation/ElementType;METHOD;eLjava/lang/annotation/ElementType;FIELD;})
  31 
  32 class name javax/jws/Oneway
  33 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})
  34 
  35 class name javax/jws/WebMethod
  36 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})
  37 
  38 class name javax/jws/WebParam
  39 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;PARAMETER;})
  40 innerclass innerClass javax/jws/WebParam$Mode outerClass javax/jws/WebParam innerClassName Mode flags 4019
  41 
  42 class name javax/jws/WebResult
  43 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})
  44 
  45 class name javax/jws/WebService
  46 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})
  47 
  48 class name javax/jws/soap/InitParam
  49 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
  50 
  51 class name javax/jws/soap/SOAPBinding
  52 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;eLjava/lang/annotation/ElementType;METHOD;})
  53 innerclass innerClass javax/jws/soap/SOAPBinding$Style outerClass javax/jws/soap/SOAPBinding innerClassName Style flags 4019
  54 innerclass innerClass javax/jws/soap/SOAPBinding$Use outerClass javax/jws/soap/SOAPBinding innerClassName Use flags 4019
  55 innerclass innerClass javax/jws/soap/SOAPBinding$ParameterStyle outerClass javax/jws/soap/SOAPBinding innerClassName ParameterStyle flags 4019
  56 
  57 class name javax/jws/soap/SOAPMessageHandler
  58 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;
  59 
  60 class name javax/jws/soap/SOAPMessageHandlers
  61 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 deprecated true runtimeAnnotations @Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})@Ljava/lang/Deprecated;
  62 
  63 class name javax/xml/soap/AttachmentPart
  64 header extends java/lang/Object flags 421
  65 
  66 class name javax/xml/soap/Detail
  67 header extends java/lang/Object implements javax/xml/soap/SOAPFaultElement flags 601
  68 
  69 class name javax/xml/soap/DetailEntry
  70 header extends java/lang/Object implements javax/xml/soap/SOAPElement flags 601
  71 
  72 class name javax/xml/soap/MessageFactory
  73 header extends java/lang/Object flags 421
  74 
  75 class name javax/xml/soap/MimeHeader
  76 header extends java/lang/Object flags 21
  77 
  78 class name javax/xml/soap/MimeHeaders
  79 header extends java/lang/Object flags 21
  80 
  81 class name javax/xml/soap/Name
  82 header extends java/lang/Object flags 601
  83 
  84 class name javax/xml/soap/Node
  85 header extends java/lang/Object implements org/w3c/dom/Node flags 601
  86 
  87 class name javax/xml/soap/SAAJMetaFactory
  88 header extends java/lang/Object flags 421
  89 
  90 class name javax/xml/soap/SAAJResult
  91 header extends javax/xml/transform/dom/DOMResult flags 21
  92 
  93 class name javax/xml/soap/SOAPBody
  94 header extends java/lang/Object implements javax/xml/soap/SOAPElement flags 601
  95 
  96 class name javax/xml/soap/SOAPBodyElement
  97 header extends java/lang/Object implements javax/xml/soap/SOAPElement flags 601
  98 
  99 class name javax/xml/soap/SOAPConnection
 100 header extends java/lang/Object flags 421
 101 
 102 class name javax/xml/soap/SOAPConnectionFactory
 103 header extends java/lang/Object flags 421
 104 
 105 class name javax/xml/soap/SOAPConstants
 106 header extends java/lang/Object flags 601
 107 
 108 class name javax/xml/soap/SOAPElement
 109 header extends java/lang/Object implements javax/xml/soap/Node,org/w3c/dom/Element flags 601
 110 
 111 class name javax/xml/soap/SOAPElementFactory
 112 header extends java/lang/Object flags 21 deprecated true
 113 
 114 class name javax/xml/soap/SOAPEnvelope
 115 header extends java/lang/Object implements javax/xml/soap/SOAPElement flags 601
 116 
 117 class name javax/xml/soap/SOAPException
 118 header extends java/lang/Exception flags 21
 119 
 120 class name javax/xml/soap/SOAPFactory
 121 header extends java/lang/Object flags 421
 122 
 123 class name javax/xml/soap/SOAPFault
 124 header extends java/lang/Object implements javax/xml/soap/SOAPBodyElement flags 601
 125 
 126 class name javax/xml/soap/SOAPFaultElement
 127 header extends java/lang/Object implements javax/xml/soap/SOAPElement flags 601
 128 
 129 class name javax/xml/soap/SOAPHeader
 130 header extends java/lang/Object implements javax/xml/soap/SOAPElement flags 601
 131 
 132 class name javax/xml/soap/SOAPHeaderElement
 133 header extends java/lang/Object implements javax/xml/soap/SOAPElement flags 601
 134 
 135 class name javax/xml/soap/SOAPMessage
 136 header extends java/lang/Object flags 421
 137 
 138 class name javax/xml/soap/SOAPPart
 139 header extends java/lang/Object implements org/w3c/dom/Document,javax/xml/soap/Node flags 421
 140 
 141 class name javax/xml/soap/Text
 142 header extends java/lang/Object implements javax/xml/soap/Node,org/w3c/dom/Text flags 601
 143 
 144 class name javax/xml/ws/Action
 145 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Documented;@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})
 146 
 147 class name javax/xml/ws/AsyncHandler
 148 header extends java/lang/Object flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object;
 149 
 150 class name javax/xml/ws/Binding
 151 header extends java/lang/Object flags 601
 152 
 153 class name javax/xml/ws/BindingProvider
 154 header extends java/lang/Object flags 601
 155 
 156 class name javax/xml/ws/BindingType
 157 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 158 
 159 class name javax/xml/ws/Dispatch
 160 header extends java/lang/Object implements javax/xml/ws/BindingProvider flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Ljavax/xml/ws/BindingProvider;
 161 
 162 class name javax/xml/ws/Endpoint
 163 header extends java/lang/Object flags 421
 164 
 165 class name javax/xml/ws/EndpointContext
 166 header extends java/lang/Object flags 421
 167 
 168 class name javax/xml/ws/EndpointReference
 169 header extends java/lang/Object flags 421 runtimeAnnotations @Ljavax/xml/bind/annotation/XmlTransient;
 170 
 171 class name javax/xml/ws/FaultAction
 172 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Documented;@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})
 173 
 174 class name javax/xml/ws/Holder
 175 header extends java/lang/Object implements java/io/Serializable flags 31 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;
 176 
 177 class name javax/xml/ws/LogicalMessage
 178 header extends java/lang/Object flags 601
 179 
 180 class name javax/xml/ws/ProtocolException
 181 header extends javax/xml/ws/WebServiceException flags 21
 182 
 183 class name javax/xml/ws/Provider
 184 header extends java/lang/Object flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object;
 185 
 186 class name javax/xml/ws/RequestWrapper
 187 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 188 
 189 class name javax/xml/ws/RespectBinding
 190 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;eLjava/lang/annotation/ElementType;METHOD;eLjava/lang/annotation/ElementType;FIELD;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;@Ljavax/xml/ws/spi/WebServiceFeatureAnnotation;(id="javax.xml.ws.RespectBindingFeature",bean=cLjavax/xml/ws/RespectBindingFeature;)
 191 
 192 class name javax/xml/ws/RespectBindingFeature
 193 header extends javax/xml/ws/WebServiceFeature flags 31
 194 
 195 class name javax/xml/ws/Response
 196 header extends java/lang/Object implements java/util/concurrent/Future flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/concurrent/Future<TT;>;
 197 
 198 class name javax/xml/ws/ResponseWrapper
 199 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 200 
 201 class name javax/xml/ws/Service
 202 header extends java/lang/Object flags 21
 203 innerclass innerClass javax/xml/ws/Service$Mode outerClass javax/xml/ws/Service innerClassName Mode flags 4019
 204 
 205 class name javax/xml/ws/ServiceMode
 206 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Inherited;@Ljava/lang/annotation/Documented;
 207 innerclass innerClass javax/xml/ws/Service$Mode outerClass javax/xml/ws/Service innerClassName Mode flags 4019
 208 
 209 class name javax/xml/ws/WebEndpoint
 210 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;METHOD;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 211 
 212 class name javax/xml/ws/WebFault
 213 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 214 
 215 class name javax/xml/ws/WebServiceClient
 216 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 217 
 218 class name javax/xml/ws/WebServiceContext
 219 header extends java/lang/Object flags 601
 220 
 221 class name javax/xml/ws/WebServiceException
 222 header extends java/lang/RuntimeException flags 21
 223 
 224 class name javax/xml/ws/WebServiceFeature
 225 header extends java/lang/Object flags 421
 226 
 227 class name javax/xml/ws/WebServicePermission
 228 header extends java/security/BasicPermission flags 31
 229 
 230 class name javax/xml/ws/WebServiceProvider
 231 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 232 
 233 class name javax/xml/ws/WebServiceRef
 234 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;eLjava/lang/annotation/ElementType;METHOD;eLjava/lang/annotation/ElementType;FIELD;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 235 
 236 class name javax/xml/ws/WebServiceRefs
 237 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Documented;@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;})
 238 
 239 class name javax/xml/ws/handler/Handler
 240 header extends java/lang/Object flags 601 signature <C::Ljavax/xml/ws/handler/MessageContext;>Ljava/lang/Object;
 241 
 242 class name javax/xml/ws/handler/HandlerResolver
 243 header extends java/lang/Object flags 601
 244 
 245 class name javax/xml/ws/handler/LogicalHandler
 246 header extends java/lang/Object implements javax/xml/ws/handler/Handler flags 601 signature <C::Ljavax/xml/ws/handler/LogicalMessageContext;>Ljava/lang/Object;Ljavax/xml/ws/handler/Handler<TC;>;
 247 
 248 class name javax/xml/ws/handler/LogicalMessageContext
 249 header extends java/lang/Object implements javax/xml/ws/handler/MessageContext flags 601
 250 
 251 class name javax/xml/ws/handler/MessageContext
 252 header extends java/lang/Object implements java/util/Map flags 601 signature Ljava/lang/Object;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
 253 innerclass innerClass javax/xml/ws/handler/MessageContext$Scope outerClass javax/xml/ws/handler/MessageContext innerClassName Scope flags 4019
 254 
 255 class name javax/xml/ws/handler/PortInfo
 256 header extends java/lang/Object flags 601
 257 
 258 class name javax/xml/ws/handler/soap/SOAPHandler
 259 header extends java/lang/Object implements javax/xml/ws/handler/Handler flags 601 signature <T::Ljavax/xml/ws/handler/soap/SOAPMessageContext;>Ljava/lang/Object;Ljavax/xml/ws/handler/Handler<TT;>;
 260 
 261 class name javax/xml/ws/handler/soap/SOAPMessageContext
 262 header extends java/lang/Object implements javax/xml/ws/handler/MessageContext flags 601
 263 
 264 class name javax/xml/ws/http/HTTPBinding
 265 header extends java/lang/Object implements javax/xml/ws/Binding flags 601
 266 
 267 class name javax/xml/ws/http/HTTPException
 268 header extends javax/xml/ws/ProtocolException flags 21
 269 
 270 class name javax/xml/ws/soap/Addressing
 271 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;eLjava/lang/annotation/ElementType;METHOD;eLjava/lang/annotation/ElementType;FIELD;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;@Ljavax/xml/ws/spi/WebServiceFeatureAnnotation;(id="http://www.w3.org/2005/08/addressing/module",bean=cLjavax/xml/ws/soap/AddressingFeature;)
 272 innerclass innerClass javax/xml/ws/soap/AddressingFeature$Responses outerClass javax/xml/ws/soap/AddressingFeature innerClassName Responses flags 4019
 273 
 274 class name javax/xml/ws/soap/AddressingFeature
 275 header extends javax/xml/ws/WebServiceFeature flags 31
 276 innerclass innerClass javax/xml/ws/soap/AddressingFeature$Responses outerClass javax/xml/ws/soap/AddressingFeature innerClassName Responses flags 4019
 277 
 278 class name javax/xml/ws/soap/MTOM
 279 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;TYPE;eLjava/lang/annotation/ElementType;METHOD;eLjava/lang/annotation/ElementType;FIELD;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;@Ljavax/xml/ws/spi/WebServiceFeatureAnnotation;(id="http://www.w3.org/2004/08/soap/features/http-optimization",bean=cLjavax/xml/ws/soap/MTOMFeature;)
 280 
 281 class name javax/xml/ws/soap/MTOMFeature
 282 header extends javax/xml/ws/WebServiceFeature flags 31
 283 
 284 class name javax/xml/ws/soap/SOAPBinding
 285 header extends java/lang/Object implements javax/xml/ws/Binding flags 601
 286 
 287 class name javax/xml/ws/soap/SOAPFaultException
 288 header extends javax/xml/ws/ProtocolException flags 21
 289 
 290 class name javax/xml/ws/spi/Invoker
 291 header extends java/lang/Object flags 421
 292 
 293 class name javax/xml/ws/spi/Provider
 294 header extends java/lang/Object flags 421
 295 
 296 class name javax/xml/ws/spi/ServiceDelegate
 297 header extends java/lang/Object flags 421
 298 innerclass innerClass javax/xml/ws/Service$Mode outerClass javax/xml/ws/Service innerClassName Mode flags 4019
 299 
 300 class name javax/xml/ws/spi/WebServiceFeatureAnnotation
 301 header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;ANNOTATION_TYPE;})@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;RUNTIME;)@Ljava/lang/annotation/Documented;
 302 
 303 class name javax/xml/ws/spi/http/HttpContext
 304 header extends java/lang/Object flags 421
 305 
 306 class name javax/xml/ws/spi/http/HttpExchange
 307 header extends java/lang/Object flags 421
 308 
 309 class name javax/xml/ws/spi/http/HttpHandler
 310 header extends java/lang/Object flags 421
 311 
 312 class name javax/xml/ws/wsaddressing/W3CEndpointReference
 313 header extends javax/xml/ws/EndpointReference flags 31 runtimeAnnotations @Ljavax/xml/bind/annotation/XmlRootElement;(name="EndpointReference",namespace="http://www.w3.org/2005/08/addressing")@Ljavax/xml/bind/annotation/XmlType;(name="EndpointReferenceType",namespace="http://www.w3.org/2005/08/addressing")
 314 
 315 class name javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder
 316 header extends java/lang/Object flags 31
 317