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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DEndpointReference.java132 * The parameter <code>serviceEndpointInterface</code> specifies
141 * annotations on the <code>serviceEndpointInterface</code>. For this method
153 * @param serviceEndpointInterface Service endpoint interface
169 * <code>serviceEndpointInterface</code>
178 public <T> T getPort(Class<T> serviceEndpointInterface, argument
180 return Provider.provider().getPort(this, serviceEndpointInterface,
H A DService.java92 * service endpoint. The <code>serviceEndpointInterface</code>
98 * @param serviceEndpointInterface Service endpoint interface
111 * <code>serviceEndpointInterface</code>
118 Class<T> serviceEndpointInterface) {
119 return delegate.getPort(portName, serviceEndpointInterface);
125 * service endpoint. The <code>serviceEndpointInterface</code>
131 * @param serviceEndpointInterface Service endpoint interface
147 * <code>serviceEndpointInterface</code>
159 Class<T> serviceEndpointInterface, WebServiceFeature... features) {
160 return delegate.getPort(portName, serviceEndpointInterface, feature
117 getPort(QName portName, Class<T> serviceEndpointInterface) argument
158 getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
187 getPort(Class<T> serviceEndpointInterface) argument
224 getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
302 getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/client/
H A DServiceInterceptor.java61 * @param serviceEndpointInterface
77 public List<WebServiceFeature> preCreateBinding(@NotNull WSPortInfo port, @Nullable Class<?> serviceEndpointInterface, @NotNull WSFeatureList defaultFeatures) { argument
87 * @param serviceEndpointInterface SEI of the endpoint
89 public void postCreateProxy(@NotNull WSBindingProvider bp,@NotNull Class<?> serviceEndpointInterface) { argument
116 public void postCreateProxy(@NotNull WSBindingProvider bp, @NotNull Class<?> serviceEndpointInterface) {
118 si.postCreateProxy(bp,serviceEndpointInterface);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DServiceDelegate.java60 * service endpoint. The <code>serviceEndpointInterface</code>
66 * @param serviceEndpointInterface Service endpoint interface
79 * <code>serviceEndpointInterface</code>
86 Class<T> serviceEndpointInterface);
91 * service endpoint. The <code>serviceEndpointInterface</code>
97 * @param serviceEndpointInterface Service endpoint interface
113 * <code>serviceEndpointInterface</code>
125 Class<T> serviceEndpointInterface, WebServiceFeature... features);
137 * The parameter <code>serviceEndpointInterface</code> specifies
160 * <code>port = service.getPort(portName, serviceEndpointInterface);</cod
85 getPort(QName portName, Class<T> serviceEndpointInterface) argument
124 getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
199 getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
226 getPort(Class<T> serviceEndpointInterface) argument
261 getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
[all...]
H A DProvider.java265 * The parameter <code>serviceEndpointInterface</code> specifies
274 * <code>serviceEndpointInterface</code> and the <code>EndpointReference</code>.
283 * @param serviceEndpointInterface Service endpoint interface
299 * <code>serviceEndpointInterface</code>
310 Class<T> serviceEndpointInterface,
309 getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java645 @NotNull Class<T> serviceEndpointInterface,
648 return jaxwsService.getPort(toSpec(),serviceEndpointInterface,features);
644 getPort(@otNull Service jaxwsService, @NotNull Class<T> serviceEndpointInterface, WebServiceFeature... features) argument

Completed in 236 milliseconds