Searched refs:Invoker (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/
H A DEndpointCreationAttributes.java28 import com.sun.xml.internal.ws.api.server.Invoker;
42 private final Invoker invoker;
50 * @param invoker The original Invoker instance.
55 final Invoker invoker,
74 * Return the original Invoker instance.
76 * @return The original Invoker instance.
78 public Invoker getInvoker() {
/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DClassUnloadTest.java69 Invoker i1 = new Invoker(urls, "Foo", "doSomething");
85 Invoker i2 = new Invoker(urls, "Foo", "doSomething");
96 static class Invoker { class in class:ClassUnloadTest
101 public Invoker(URL urls[], String cn, String mn, Class ... params) method in class:ClassUnloadTest.Invoker
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/
H A DWsGen.java38 * CLI entry point. Use {@link Invoker} to
42 System.exit(Invoker.invoke("com.sun.tools.internal.ws.wscompile.WsgenTool", args));
H A DWsImport.java38 * CLI entry point. Use {@link Invoker} to
42 System.exit(Invoker.invoke("com.sun.tools.internal.ws.wscompile.WsimportTool", args));
H A DInvoker.java57 public final class Invoker { class
71 ClassLoader cl = Invoker.class.getClassLoader();
287 noSystemProxies = Boolean.getBoolean(Invoker.class.getName()+".noSystemProxies");
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolderManager.java107 protected ShellFolder.Invoker createInvoker() {
111 private static class DirectInvoker implements ShellFolder.Invoker {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DInvoker.java34 * Invoker hides the detail of calling into application endpoint
35 * implementation. Container hands over an implementation of Invoker
37 * for a web service invocation. Finally, Invoker does the actual
44 * @see Provider#createEndpoint(String, Class, Invoker, WebServiceFeature...)
49 public abstract class Invoker { class
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DProviderInvokerTube.java31 import com.sun.xml.internal.ws.api.server.Invoker;
46 /*package*/ ProviderInvokerTube(Invoker invoker, ProviderArgumentsBuilder<T> argsBuilder) {
52 create(Class<T> implType, WSBinding binding, Invoker invoker) {
H A DSyncProviderInvokerTube.java33 import com.sun.xml.internal.ws.api.server.Invoker;
49 public SyncProviderInvokerTube(Invoker invoker, ProviderArgumentsBuilder<T> argsBuilder) {
H A DAsyncProviderInvokerTube.java36 import com.sun.xml.internal.ws.api.server.Invoker;
53 public AsyncProviderInvokerTube(Invoker invoker, ProviderArgumentsBuilder<T> argsBuilder) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DInvokerTube.java54 private final Invoker invoker;
57 protected InvokerTube(Invoker invoker) {
87 * Returns the {@link Invoker} object that serves the request.
89 public final @NotNull Invoker getInvoker(Packet request) {
128 * {@link Invoker} filter that sets and restores the current packet.
130 private final Invoker wrapper = new Invoker() {
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java263 Invoker.invoke(result);
271 Invoker.invokeUnchecked(result);
273 Invoker.invoke(result);
288 Invoker.invoke(result);
310 Invoker.invoke(this, handler, attachment, null, exc);
326 Invoker.invokeOnThreadInThreadPool(this, lockTask);
475 Invoker.invoke(result);
491 Invoker.invokeUnchecked(result);
493 Invoker.invoke(result);
512 Invoker
[all...]
H A DWindowsAsynchronousSocketChannelImpl.java255 Invoker.invoke(result);
282 Invoker.invokeUnchecked(result);
284 Invoker.invoke(result);
299 Invoker.invoke(result);
312 Invoker.invoke(this, handler, attachment, null, exc);
349 Invoker.invoke(this, handler, attachment, null, bindException);
363 Invoker.invokeOnThreadInThreadPool(this, task);
528 Invoker.invoke(result);
558 Invoker.invokeUnchecked(result);
560 Invoker
[all...]
H A DWindowsAsynchronousServerSocketChannelImpl.java225 Invoker.invokeIndirectly(result);
272 Invoker.invokeIndirectly(result);
286 Invoker.invokeIndirectly(result);
298 Invoker.invokeIndirectly(this, handler, attachment, null, exc);
325 Invoker.invokeIndirectly(this, handler, attachment, null, ioe);
348 Invoker.invokeOnThreadInThreadPool(this, task);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java278 Invoker.invokeUnchecked(handler, att, null, e);
280 Invoker.invokeIndirectly(this, handler, att, null, e);
296 Invoker.invoke(this, handler, attachment, null, e);
363 Invoker.invoke(this, handler, attachment, null, e);
430 Invoker.invokeUnchecked(handler, att, result, exc);
432 Invoker.invokeIndirectly(this, handler, att, result, exc);
461 Invoker.invokeIndirectly(ch, handler, att, null, exc);
483 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = null;
490 myGroupAndInvokeCount = Invoker.getGroupAndInvokeCount();
491 invokeDirect = Invoker
[all...]
H A DSolarisEventPort.java152 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
153 Invoker.getGroupAndInvokeCount();
H A DUnixAsynchronousServerSocketChannelImpl.java118 Invoker.invokeIndirectly(this, handler, att, null, x);
193 Invoker.invoke(this, handler, att, child, exc);
257 Invoker.invoke(this, handler, att, null, e);
330 Invoker.invokeIndirectly(this, handler, att, child, exc);
H A DEPollPort.java249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
250 Invoker.getGroupAndInvokeCount();
H A DKQueuePort.java257 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
258 Invoker.getGroupAndInvokeCount();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSimpleAsynchronousFileChannelImpl.java191 Invoker.invokeIndirectly(handler, attachment, null, exc, executor);
226 Invoker.invokeUnchecked(handler, attachment, fli, exc);
306 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor);
336 Invoker.invokeUnchecked(handler, attachment, n, exc);
360 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor);
390 Invoker.invokeUnchecked(handler, attachment, n, exc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DSEIInvokerTube.java34 import com.sun.xml.internal.ws.api.server.Invoker;
66 public SEIInvokerTube(AbstractSEIModelImpl model,Invoker invoker, WSBinding binding) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DInvoker.java49 public abstract class Invoker { class
54 * This is an opportunity for {@link Invoker}
H A DWSEndpoint.java428 * <li>{@link Invoker} that always serves <tt>implementationObject</tt> will be used.
488 @Nullable Invoker invoker,
521 @Nullable Invoker invoker,
535 * {@link #create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)}
545 @Nullable Invoker invoker,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java105 private final Invoker invoker;
116 javax.xml.ws.spi.Invoker invoker,
122 Invoker invoker, WebServiceFeature ... features) {
376 private static class InvokerImpl extends Invoker {
377 private javax.xml.ws.spi.Invoker spiInvoker;
379 InvokerImpl(javax.xml.ws.spi.Invoker spiInvoker) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DOptions.java29 import com.sun.tools.internal.ws.Invoker;
135 if (Invoker.checkIfLoading22API()) {
138 else if (Invoker.checkIfLoading21API()) {

Completed in 138 milliseconds

12