Lines Matching refs:serviceEndpointInterface

92      * 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, features);
166 * <code>serviceEndpointInterface</code> specifies the service
173 * @param serviceEndpointInterface Service endpoint interface.
183 * <code>serviceEndpointInterface</code>
187 public <T> T getPort(Class<T> serviceEndpointInterface) {
188 return delegate.getPort(serviceEndpointInterface);
194 * <code>serviceEndpointInterface</code> specifies the service
201 * @param serviceEndpointInterface Service endpoint interface.
214 * <code>serviceEndpointInterface</code>
224 public <T> T getPort(Class<T> serviceEndpointInterface,
226 return delegate.getPort(serviceEndpointInterface, features);
240 * The parameter <code>serviceEndpointInterface</code> specifies
263 * <code>port = service.getPort(portName, serviceEndpointInterface);</code>
267 * <code>serviceEndpointInterface</code> and the WSDL
273 * @param serviceEndpointInterface Service endpoint interface.
294 * <code>serviceEndpointInterface</code>
303 Class<T> serviceEndpointInterface, WebServiceFeature... features) {
304 return delegate.getPort(endpointReference, serviceEndpointInterface, features);