/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/ |
H A D | LogicalHandler.java | 26 package javax.xml.ws.handler;
|
H A D | HandlerResolver.java | 26 package javax.xml.ws.handler; 30 * by an application to get control over the handler chain 47 * Gets the handler chain for the specified port.
|
H A D | LogicalMessageContext.java | 26 package javax.xml.ws.handler;
|
H A D | Handler.java | 26 package javax.xml.ws.handler; 29 import javax.xml.ws.handler.MessageContext; 39 * of inbound and outbound messages. Refer to the description of the handler 43 * @return An indication of whether handler processing should continue for 52 * handler processing and generate a fault. 59 * processing. Refer to the description of the handler 63 * @return An indication of whether handler fault processing should continue 72 * handler fault processing and dispatch the fault. 74 * handler fault processing and dispatch the fault. 81 * the description of the handler [all...] |
H A D | PortInfo.java | 26 package javax.xml.ws.handler; 33 * the port it is being asked to create a handler chain for.
|
/openjdk7/jdk/src/windows/classes/java/lang/ |
H A D | Terminator.java | 42 private static SignalHandler handler = null; field in class:Terminator 49 if (handler != null) return; 55 handler = sh;
|
/openjdk7/jdk/src/solaris/classes/java/lang/ |
H A D | Terminator.java | 42 private static SignalHandler handler = null; field in class:Terminator 49 if (handler != null) return; 55 handler = sh;
|
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/soap/ |
H A D | SOAPHandler.java | 26 package javax.xml.ws.handler.soap; 29 import javax.xml.ws.handler.Handler; 34 * to obtain access to the headers that may be processed by the handler. 45 * handler instance. <code>QName</code> is the qualified
|
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/ |
H A D | InvokeHandler.java | 62 * @param handler The <code>ResponseHandler</code> which the servant uses 70 ResponseHandler handler) 69 _invoke(String method, InputStream input, ResponseHandler handler) argument
|
/openjdk7/jdk/src/share/classes/java/nio/channels/ |
H A D | AsynchronousByteChannel.java | 61 * handler} parameter is a completion handler that is invoked when the read 63 * handler is the number of bytes read or {@code -1} if no bytes could be 94 * @param handler 95 * The completion handler 108 CompletionHandler<Integer,? super A> handler); 118 * of specifying a completion handler, this method returns a {@code Future} 141 * handler} parameter is a completion handler that is invoked when the write 143 * handler i 106 read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler) argument 183 write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler) argument [all...] |
H A D | AsynchronousServerSocketChannel.java | 241 * connection made to this channel's socket. The {@code handler} parameter is 242 * a completion handler that is invoked when a connection is accepted (or 243 * the operation fails). The result passed to the completion handler is 254 * handler is not invoked directly by the initiating thread when a new 268 * @param handler 269 * The handler for consuming the result 279 CompletionHandler<AsynchronousSocketChannel,? super A> handler); 287 * except that instead of specifying a completion handler, this method 278 accept(A attachment, CompletionHandler<AsynchronousSocketChannel,? super A> handler) argument
|
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/ |
H A D | DoubleClickAction.java | 35 private DoubleClickHandler handler; field in class:DoubleClickAction 37 public DoubleClickAction(DoubleClickHandler handler) { argument 38 this.handler = handler; 44 handler.handleDoubleClick(widget, event);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/ |
H A D | FragmentContentHandler.java | 45 public FragmentContentHandler(ContentHandler handler) { argument 47 setContentHandler(handler);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/handler/ |
H A D | MessageHandler.java | 26 package com.sun.xml.internal.ws.api.handler; 28 import javax.xml.ws.handler.Handler; 36 * to obtain access to the headers that may be processed by the handler. 50 * handler instance. <code>QName</code> is the qualified
|
/openjdk7/jdk/src/share/classes/sun/misc/ |
H A D | NativeSignalHandler.java | 28 /* A package-private class implementing a signal handler in native code. */ 32 private final long handler; field in class:NativeSignalHandler 35 return handler; 38 NativeSignalHandler(long handler) { argument 39 this.handler = handler; 43 handle0(sig.getNumber(), handler); 46 private static native void handle0(int number, long handler); argument
|
/openjdk7/jdk/src/share/native/sun/misc/ |
H A D | Signal.c | 50 Java_sun_misc_Signal_handle0(JNIEnv *env, jclass cls, jint sig, jlong handler) argument 52 return ptr_to_jlong(JVM_RegisterSignal(sig, jlong_to_ptr(handler)));
|
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/ |
H A D | Dispatch.java | 78 * via the passed in <code>handler</code>. 86 * @param handler The handler object that will receive the 96 public Future<?> invokeAsync(T msg, AsyncHandler<T> handler); argument
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/ |
H A D | XSDNotationTraverser.java | 52 XSDNotationTraverser (XSDHandler handler, argument 54 super(handler, gAttrCheck);
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/ |
H A D | XInclude11TextReader.java | 45 * @param handler The XIncludeHandler to use. 48 public XInclude11TextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize) argument 50 super(source, handler, bufferSize);
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/ |
H A D | XMLDTDContentModelSource.java | 69 * to the registered DTD content model handler. These events could be 84 /** Sets the DTD content model handler. */ 85 public void setDTDContentModelHandler(XMLDTDContentModelHandler handler); argument 87 /** Returns the DTD content model handler. */
|
H A D | XMLDTDSource.java | 28 * DTD handler. These events could be produced by parsing an XML 43 /** Sets the DTD handler. */ 44 public void setDTDHandler(XMLDTDHandler handler); argument 46 /** Returns the DTD handler. */
|
H A D | XMLDocumentSource.java | 28 * document handler. These events could be produced by parsing an XML 43 /** Sets the document handler. */ 44 public void setDocumentHandler(XMLDocumentHandler handler); argument 46 /** Returns the document handler */
|
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/ |
H A D | FuncNormalizeSpace.java | 68 ContentHandler handler) 78 dtm.dispatchCharactersEvents(node, handler, true); 84 obj.dispatchCharactersEvents(handler); 67 executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler) argument
|
/openjdk7/jaxp/src/javax/xml/transform/sax/ |
H A D | SAXResult.java | 57 * @param handler Must be a non-null ContentHandler reference. 59 public SAXResult(ContentHandler handler) { argument 60 setHandler(handler); 66 * @param handler Must be a non-null ContentHandler reference. 68 public void setHandler(ContentHandler handler) { argument 69 this.handler = handler; 78 return handler; 85 * lexical handler is not set, an attempt should be made by the 89 * @param handler 92 setLexicalHandler(LexicalHandler handler) argument 132 private ContentHandler handler; field in class:SAXResult [all...] |
/openjdk7/jdk/src/share/classes/java/security/ |
H A D | AuthProvider.java | 62 * handler to this method, the provider uses the handler set in the 64 * If no handler was set in that method, the provider queries the 66 * for the fully qualified class name of a default handler implementation. 76 * @param handler the <code>CallbackHandler</code> used by 87 public abstract void login(Subject subject, CallbackHandler handler) argument 105 * <p> The provider uses this handler if one is not passed to the 106 * <code>login</code> method. The provider also uses this handler 108 * In either case if a handler is not set via this method, 111 * for the fully qualified class name of a default handler implementatio 125 setCallbackHandler(CallbackHandler handler) argument [all...] |