jaxws/src/java.xml.ws/share/classes/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java
changeset 47210 1edad689f56c
parent 31746 7573de6b8e46
equal deleted inserted replaced
47209:9f0f88e8f5a7 47210:1edad689f56c
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2017, 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
   143 
   143 
   144     /**
   144     /**
   145      * Sets the {@code endpointName} as
   145      * Sets the {@code endpointName} as
   146      * {@code wsam:ServiceName/@EndpointName} in the
   146      * {@code wsam:ServiceName/@EndpointName} in the
   147      * {@code wsa:Metadata} element. This method can only be called
   147      * {@code wsa:Metadata} element. This method can only be called
   148      * after the {@link #serviceName} method has been called.
   148      * after the {@link #serviceName(QName)} method has been called.
   149      * <p>
   149      * <p>
   150      * See <a href="http://www.w3.org/TR/2007/REC-ws-addr-metadata-20070904/#refmetadatfromepr">
   150      * See <a href="http://www.w3.org/TR/2007/REC-ws-addr-metadata-20070904/#refmetadatfromepr">
   151      * 2.1 Referencing WSDL Metadata from an EPR</a> for more details.
   151      * 2.1 Referencing WSDL Metadata from an EPR</a> for more details.
   152      *
   152      *
   153      * @param endpointName The name of the endpoint to be targeted
   153      * @param endpointName The name of the endpoint to be targeted