Searched defs:endpointReference (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DServiceDelegate.java129 * The parameter <code>endpointReference</code> specifies the
132 * <code>endpointReference</code>, then those reference
135 * The <code>endpointReference's</code> address MUST be used
144 * from the metadata from the <code>endpointReference</code>.
146 * the <code>endpointReference</code> metadata
149 * the <code>endpointReference</code> does have a WSDL, then the
150 * WSDL from the <code>endpointReference</code> MAY be used.
163 * metadata of the <code>endpointReference</code> or from the
167 * @param endpointReference The <code>EndpointReference</code>
182 * <LI>If the <code>endpointReference</cod
199 getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
411 createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) argument
537 createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) argument
[all...]
H A DProvider.java262 * <code>endpointReference</code>, then those reference
268 * The parameter <code>endpointReference</code> specifies the
277 * <code>endpointReference</code> MUST contain an implementation understood
281 * @param endpointReference the EndpointReference that will
296 * <code>endpointReference</code>
309 public abstract <T> T getPort(EndpointReference endpointReference, argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/
H A DProviderImpl.java152 public <T> T getPort(EndpointReference endpointReference, Class<T> clazz, WebServiceFeature... webServiceFeatures) { argument
155 EndpointReferenceUtil.transform(MemberSubmissionEndpointReference.class, endpointReference);
158 if(endpointReference == null)
160 WSEndpointReference wsepr = new WSEndpointReference(endpointReference);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DService.java232 * The parameter <code>endpointReference</code> specifies the
235 * <code>endpointReference</code>, then those reference
238 * The <code>endpointReference's</code> address MUST be used
247 * from the metadata from the <code>endpointReference</code>.
249 * the <code>endpointReference</code> metadata
252 * the <code>endpointReference</code> does have a WSDL, then the
253 * WSDL from the <code>endpointReference</code> MAY be used.
266 * metadata of the <code>endpointReference</code> or from the
270 * @param endpointReference The <code>EndpointReference</code>
285 * <LI>If the <code>endpointReference</cod
302 getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
461 createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) argument
592 createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DStub.java105 protected @Nullable WSEndpointReference endpointReference; field in class:Stub
179 this.endpointReference = epr;
340 if (endpointReference != null)
341 endpointReference.addReferenceParameters(packet.getMessage().getHeaders());
433 if (endpointReference != null) {
434 return endpointReference;
460 this.endpointReference = new WSEndpointReference(
463 return this.endpointReference;
H A DWSServiceDelegate.java391 public <T> Dispatch<T> createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) { argument
392 WSEndpointReference wsepr = new WSEndpointReference(endpointReference);
452 public Dispatch<Object> createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) { argument
453 WSEndpointReference wsepr = new WSEndpointReference(endpointReference);

Completed in 96 milliseconds