This repository was archived by the owner on Sep 24, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
api/src/main/java/javax/xml/ws Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -242,12 +242,13 @@ public <T> T getPort(Class<T> serviceEndpointInterface) {
242
242
243
243
244
244
/**
245
- * The {@code getPort} method returns a proxy.The parameter
246
- {@code serviceEndpointInterface} specifies the service
247
- endpoint interface that is supported by the returned proxy. In the implementation of this method, the JAX-WS
248
- runtime system takes the responsibility of selecting a protocol
249
- binding (and a port) and configuring the proxy accordingly.
250
- The returned proxy should not be reconfigured by the client.
245
+ * The {@code getPort} method returns a proxy. The parameter
246
+ * {@code serviceEndpointInterface} specifies the service
247
+ * endpoint interface that is supported by the returned proxy.
248
+ * In the implementation of this method, the JAX-WS
249
+ * runtime system takes the responsibility of selecting a protocol
250
+ * binding (and a port) and configuring the proxy accordingly.
251
+ * The returned proxy should not be reconfigured by the client.
251
252
*
252
253
* @param <T> Service endpoint interface.
253
254
* @param serviceEndpointInterface Service endpoint interface.
Original file line number Diff line number Diff line change 153
153
*
154
154
* @return the service class extending {@code javax.xml.ws.Service}
155
155
*/
156
- // 2.1 has Class value() default Object.class;
157
- // Fixing this raw Class type correctly in 2.2 API. This shouldn't cause
158
- // any compatibility issues for applications.
156
+ // 2.1 has Class value() default Object.class;
157
+ // Fixing this raw Class type correctly in 2.2 API. This shouldn't cause
158
+ // any compatibility issues for applications.
159
159
Class <? extends Service > value () default Service .class ;
160
160
161
161
/**
You can’t perform that action at this time.
0 commit comments