< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2009, 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) 2009, 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
*** 23,37 **** * questions. */ package javax.xml.ws; - import javax.xml.ws.Endpoint; import java.util.Set; /** ! * <code>EndpointContext</code> allows multiple endpoints in an application * to share any information. For example, servlet application's war may * contain multiple endpoints and these endpoints can get addresses of each * other by sharing this context. If multiple endpoints share different * ports of a WSDL, then the multiple port addresses can be patched * when the WSDL is accessed. It also allows all endpoints to share any --- 23,36 ---- * questions. */ package javax.xml.ws; import java.util.Set; /** ! * {@code EndpointContext} allows multiple endpoints in an application * to share any information. For example, servlet application's war may * contain multiple endpoints and these endpoints can get addresses of each * other by sharing this context. If multiple endpoints share different * ports of a WSDL, then the multiple port addresses can be patched * when the WSDL is accessed. It also allows all endpoints to share any
< prev index next >