Searched defs:handler (Results 76 - 100 of 311) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DLocateRequestMessage_1_2.java93 public void callback(MessageHandler handler) argument
96 handler.handleInput(this);
/openjdk7/jdk/src/share/classes/java/beans/
H A DXMLDecoder.java68 private final DocumentHandler handler = new DocumentHandler(); field in class:XMLDecoder
104 * @param exceptionListener the exception handler for the stream;
119 * @param exceptionListener the exception handler for the stream, or
154 * @param el the exception handler for the parser,
155 * or {@code null} to use the default exception handler
165 this.handler.setClassLoader(cl);
166 this.handler.setOwner(this);
201 XMLDecoder.this.handler.parse(XMLDecoder.this.input);
205 this.array = this.handler.getObjects();
211 * Sets the exception handler fo
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousFileChannel.java75 * completion handler for an I/O operation initiated on a channel is guaranteed
77 * completion handler is run by a thread with the expected <em>identity</em>).
79 * itself a thread in the thread pool, then the completion handler may be invoked
391 * region of this channel's file. The {@code handler} parameter is a
392 * completion handler that is invoked when the lock is acquired (or the
393 * operation fails). The result passed to the completion handler is the
440 * @param handler
441 * The handler for consuming the result
458 CompletionHandler<FileLock,? super A> handler);
464 * region of this channel's file. The {@code handler} paramete
454 lock(long position, long size, boolean shared, A attachment, CompletionHandler<FileLock,? super A> handler) argument
486 lock(A attachment, CompletionHandler<FileLock,? super A> handler) argument
669 read(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
733 write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpServer.java46 * location of the application or service on this server. The mapping of a handler
49 * Any request for which no handler can be found is rejected with a 404 response.
57 * the appropriate HttpContext (and handler) is located by finding the context
192 * URI path to a exchange handler on this HttpServer. Once created, all requests
194 * the given handler object. The context is identified by the path, and
202 * @param handler the handler to invoke for incoming requests.
205 * @throws NullPointerException if either path, or handler are <code>null</code>
207 public abstract HttpContext createContext (String path, HttpHandler handler) ; argument
210 * Creates a HttpContext without initially specifying a handler
[all...]
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DDelegateHttpsURLConnection.java68 sun.net.www.protocol.http.Handler handler,
71 this(url, null, handler, httpsURLConnection);
75 sun.net.www.protocol.http.Handler handler,
78 super(url, p, handler);
67 DelegateHttpsURLConnection(URL url, sun.net.www.protocol.http.Handler handler, com.sun.net.ssl.HttpsURLConnection httpsURLConnection) argument
74 DelegateHttpsURLConnection(URL url, Proxy p, sun.net.www.protocol.http.Handler handler, com.sun.net.ssl.HttpsURLConnection httpsURLConnection) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp79 // return result handler
95 void SignatureHandlerLibrary::pd_set_handler(address handler) {} argument
139 // return result handler
H A DinterpreterRT_x86_64.cpp282 // return result handler
292 void SignatureHandlerLibrary::pd_set_handler(address handler) {} argument
492 // return result handler
/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp129 SignatureHandler *handler() const { function in class:SlowSignatureHandlerGenerator
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTextFieldUI.java43 protected AquaFocusHandler handler; field in class:AquaTextFieldUI
48 handler = new AquaFocusHandler();
50 c.addFocusListener(handler);
51 c.addPropertyChangeListener(handler);
62 c.removeFocusListener(handler);
63 c.removePropertyChangeListener(handler);
64 handler = null;
/openjdk7/jaxp/src/org/xml/sax/
H A DXMLReader.java60 * is complete, and readers must wait for an event-handler callback
271 * Allow an application to register a DTD event handler.
273 * <p>If the application does not register a DTD handler, all DTD
276 * <p>Applications may register a new or different handler in the
278 * handler immediately.</p>
280 * @param handler The DTD handler.
283 public void setDTDHandler (DTDHandler handler); argument
287 * Return the current DTD handler.
289 * @return The current DTD handler, o
310 setContentHandler(ContentHandler handler) argument
339 setErrorHandler(ErrorHandler handler) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DVersionChecker.java73 public VersionChecker( ContentHandler handler, ErrorHandler eh, EntityResolver er ) { argument
74 setContentHandler(handler);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DVersionChecker.java79 public VersionChecker( ContentHandler handler,ErrorHandler eh,EntityResolver er ) { argument
80 setContentHandler(handler);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DSubtreeCutter.java83 public void setContentHandler(ContentHandler handler) { argument
84 next = handler;
87 super.setContentHandler(handler);
102 // pruning completed. restore the user handler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java50 /** This handler will receive SAX events. */
51 private final TransformerHandler handler = JAXBContextImpl.createTransformerHandler(); field in class:DomLoader.State
53 /** {@link #handler} will produce this result. */
62 handler.setResult(result);
66 handler.setDocumentLocator(context.getLocator());
67 handler.startDocument();
83 handler.startPrefixMapping(prefixes[i],nsUri );
89 handler.endPrefixMapping( prefixes[i] );
107 s.handler.startElement(ea.uri, ea.local, ea.getQname(), ea.atts);
128 s.handler
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DFastInfosetReader.java139 "http://jvnet.org/fastinfoset/sax/properties/encoding-algorithm-content-handler";
147 "http://jvnet.org/fastinfoset/sax/properties/primitive-type-content-handler";
172 * Allow an application to register a lexical handler.
174 * <p>Applications may register a new or different handler in the
176 * handler immediately.</p>
178 * @param handler The lexical handler.
181 public void setLexicalHandler(LexicalHandler handler); argument
184 * Return the current lexical handler.
186 * @return The current lexical handler, o
202 setDeclHandler(DeclHandler handler) argument
223 setEncodingAlgorithmContentHandler(EncodingAlgorithmContentHandler handler) argument
244 setPrimitiveTypeContentHandler(PrimitiveTypeContentHandler handler) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DAsyncMethodHandler.java126 protected final Response<Object> doInvoke(Object proxy, Object[] args, AsyncHandler handler) { argument
129 AsyncResponseImpl<Object> ft = new AsyncResponseImpl<Object>(invoker,handler);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DClientLogicalHandlerTube.java26 package com.sun.xml.internal.ws.handler;
37 import javax.xml.ws.handler.LogicalHandler;
38 import javax.xml.ws.handler.MessageContext;
39 import javax.xml.ws.handler.Handler;
64 * first and then a LogicalHandlerTube is created with a handler to that
H A DClientMessageHandlerTube.java26 package com.sun.xml.internal.ws.handler;
30 import com.sun.xml.internal.ws.api.handler.MessageHandler;
45 import javax.xml.ws.handler.MessageContext;
46 import javax.xml.ws.handler.Handler;
H A DClientSOAPHandlerTube.java26 package com.sun.xml.internal.ws.handler;
40 import javax.xml.ws.handler.soap.SOAPHandler;
41 import javax.xml.ws.handler.MessageContext;
42 import javax.xml.ws.handler.Handler;
72 * first and then a SOAPHandlerTube is created with a handler to that
H A DMessageHandlerContextImpl.java26 package com.sun.xml.internal.ws.handler;
30 import com.sun.xml.internal.ws.api.handler.MessageHandlerContext;
H A DSOAPMessageContextImpl.java26 package com.sun.xml.internal.ws.handler;
39 import javax.xml.ws.handler.soap.SOAPMessageContext;
H A DServerLogicalHandlerTube.java26 package com.sun.xml.internal.ws.handler;
40 import javax.xml.ws.handler.LogicalHandler;
41 import javax.xml.ws.handler.MessageContext;
42 import javax.xml.ws.handler.Handler;
69 * first and then a LogicalHandlerTube is created with a handler to that
H A DServerMessageHandlerTube.java26 package com.sun.xml.internal.ws.handler;
29 import com.sun.xml.internal.ws.api.handler.MessageHandler;
43 import javax.xml.ws.handler.MessageContext;
44 import javax.xml.ws.handler.Handler;
H A DServerSOAPHandlerTube.java26 package com.sun.xml.internal.ws.handler;
40 import javax.xml.ws.handler.soap.SOAPHandler;
41 import javax.xml.ws.handler.MessageContext;
42 import javax.xml.ws.handler.Handler;
73 * first and then a SOAPHandlerTube is created with a handler to that
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyMapKey.java53 private PolicyMapKeyHandler handler; field in class:PolicyMapKey
55 PolicyMapKey(final QName service, final QName port, final QName operation, final PolicyMapKeyHandler handler) { argument
56 this(service, port, operation, null, handler);
59 PolicyMapKey(final QName service, final QName port, final QName operation, final QName faultMessage, final PolicyMapKeyHandler handler) { argument
60 if (handler == null) {
68 this.handler = handler;
76 this.handler = that.handler;
91 void setHandler(PolicyMapKeyHandler handler) { argument
[all...]

Completed in 2553 milliseconds

1234567891011>>