< prev index next >

src/java.xml.ws/share/classes/javax/xml/ws/RespectBinding.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 32,53 **** import java.lang.annotation.RetentionPolicy; import javax.xml.ws.spi.WebServiceFeatureAnnotation; /** ! * This feature clarifies the use of the <code>wsdl:binding</code> * in a JAX-WS runtime. * <p> * This annotation MUST only be used in conjunction the ! * <code>javax.jws.WebService</code>, {@link WebServiceProvider}, * {@link WebServiceRef} annotations. ! * When used with the <code>javax.jws.WebService</code> annotation this * annotation MUST only be used on the service endpoint implementation * class. ! * When used with a <code>WebServiceRef</code> annotation, this annotation * MUST only be used when a proxy instance is created. The injected SEI ! * proxy, and endpoint MUST honor the values of the <code>RespectBinding</code> * annotation. * <p> * * This annotation's behaviour is defined by the corresponding feature * {@link RespectBindingFeature}. --- 32,53 ---- import java.lang.annotation.RetentionPolicy; import javax.xml.ws.spi.WebServiceFeatureAnnotation; /** ! * This feature clarifies the use of the {@code wsdl:binding} * in a JAX-WS runtime. * <p> * This annotation MUST only be used in conjunction the ! * {@code javax.jws.WebService}, {@link WebServiceProvider}, * {@link WebServiceRef} annotations. ! * When used with the {@code javax.jws.WebService} annotation this * annotation MUST only be used on the service endpoint implementation * class. ! * When used with a {@code WebServiceRef} annotation, this annotation * MUST only be used when a proxy instance is created. The injected SEI ! * proxy, and endpoint MUST honor the values of the {@code RespectBinding} * annotation. * <p> * * This annotation's behaviour is defined by the corresponding feature * {@link RespectBindingFeature}.
< prev index next >