< prev index next >

src/java.xml.ws/share/classes/javax/xml/ws/soap/Addressing.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
*** 44,59 **** * with any other binding is undefined. * <p> * This annotation MUST only be used in conjunction with the * {@link javax.jws.WebService}, {@link WebServiceProvider}, * and {@link WebServiceRef} annotations. ! * When used with a <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>Addressing</code> * annotation. * <p> * This annotation's behaviour is defined by the corresponding feature * {@link AddressingFeature}. * --- 44,59 ---- * with any other binding is undefined. * <p> * This annotation MUST only be used in conjunction with the * {@link javax.jws.WebService}, {@link WebServiceProvider}, * and {@link WebServiceRef} annotations. ! * When used with a {@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 Addressing} * annotation. * <p> * This annotation's behaviour is defined by the corresponding feature * {@link AddressingFeature}. *
< prev index next >