Searched refs:handler (Results 226 - 250 of 489) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DJAXPParser.java65 public void parse( InputSource source, ContentHandler handler, argument
74 reader.setContentHandler(handler);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DMarshaller.java201 * event handler. If the client application has not registered an event handler
203 * a default event handler which will terminate the marshal operation after
458 * @param handler
459 * XML will be sent to this handler as SAX2 events.
472 public void marshal( Object jaxbElement, org.xml.sax.ContentHandler handler )
616 * Allow an application to register a validation event handler.
618 * The validation event handler will be called by the JAXB Provider if any
621 * handler before invoking one of the marshal methods, then validation
622 * events will be handled by the default event handler whic
[all...]
H A DBinder.java354 * to revert back to the default default event handler.
356 * @param handler the validation event handler
358 * event handler
360 public abstract void setEventHandler( ValidationEventHandler handler ) throws JAXBException;
363 * Return the current event handler or the default event handler if one
366 * @return the current ValidationEventHandler or the default event handler
369 * current event handler
/openjdk7/jdk/test/com/sun/jdi/
H A DDoubleAgentTest.java54 IOHandler handler = new IOHandler(in);
55 Thread thr = new Thread(handler);
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest14.java79 Handler handler = new Handler();
82 HttpContext ctx = server.createContext ("/test", handler);
H A DTest2.java47 Handler handler = new Handler();
50 HttpContext ctx = server.createContext ("/test", handler);
H A DTest8a.java53 Handler handler = new Handler();
56 HttpContext ctx = server.createContext ("/test", handler);
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6361557.java71 Handler handler = new Handler();
74 HttpContext ctx = server.createContext ("/test", handler);
H A DB6393710.java67 Handler handler = new Handler();
70 HttpContext ctx = server.createContext ("/test", handler);
97 throw new RuntimeException ("server handler did not receive the request");
H A DB6529200.java44 Handler handler = new Handler();
47 HttpContext ctx = server.createContext ("/test", handler);
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DMBeanServerMXBeanUnsupportedTest.java86 final InvocationHandler handler =
95 handler);
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DSocketInheritance.java47 IOHandler handler = new IOHandler(in);
48 Thread thr = new Thread(handler);
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DMBSFPreStartPostStartTest.java53 final InvocationHandler handler = new MBSFInvocationHandler();
61 handler);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DBasicLongCredentials.java55 Handler handler = new Handler();
56 HttpContext ctx = server.createContext("/test", handler);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStreamValidatorHelper.java68 /** Property identifier: error handler. */
102 private ValidatorHandlerImpl handler = null; field in class:StreamValidatorHelper
125 handler = new ValidatorHandlerImpl(fComponentManager);
126 handler.setContentHandler(identityTransformerHandler);
140 // If settings have changed on the component manager, refresh the error handler and entity resolver.
148 fSchemaValidator.setDocumentHandler(handler);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLSAXHandler.java42 * wrapped SAX handler. There is optimization done knowing that the ultimate
440 * SAX handler's startElement() method has been gathered.
489 * @param handler the wrapped SAX content handler
492 public ToHTMLSAXHandler(ContentHandler handler, String encoding) argument
494 super(handler,encoding);
498 * @param handler the wrapped SAX content handler
499 * @param lex the wrapped lexical handler
503 ContentHandler handler,
502 ToHTMLSAXHandler( ContentHandler handler, LexicalHandler lex, String encoding) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessage.java93 void callback(MessageHandler handler) throws IOException; argument
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousServerSocketChannel.java241 * 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/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 DHttpsURLConnectionOldImpl.java51 * Ideally, this class should subclass and inherit the http handler
55 * handler.
73 // HttpsURLConnectionImpl(URL u, Handler handler) throws IOException {
74 HttpsURLConnectionOldImpl(URL u, Handler handler) throws IOException { argument
75 this(u, null, handler);
79 // HttpsURLConnectionImpl(URL u, Handler handler) throws IOException {
80 HttpsURLConnectionOldImpl(URL u, Proxy p, Handler handler) throws IOException { argument
82 delegate = new DelegateHttpsURLConnection(url, p, handler, this);
138 * Implements the HTTP protocol handler's "connect" method,
/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp129 SignatureHandler *handler() const { function in class:SlowSignatureHandlerGenerator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSBinding.java37 import javax.xml.ws.handler.Handler;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DServerTubeAssemblerContext.java40 import com.sun.xml.internal.ws.handler.HandlerTube;
41 import com.sun.xml.internal.ws.handler.ServerLogicalHandlerTube;
42 import com.sun.xml.internal.ws.handler.ServerMessageHandlerTube;
43 import com.sun.xml.internal.ws.handler.ServerSOAPHandlerTube;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodVisitor.java138 * starts an exception handler block. The visited types must describe the
330 * @param dflt beginning of the default handler block.
331 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
332 * the beginning of the handler block for the <tt>min + i</tt> key.
339 * @param dflt beginning of the default handler block.
341 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
342 * the beginning of the handler block for the <tt>keys[i]</tt> key.
361 * @param start beginning of the exception handler's scope (inclusive).
362 * @param end end of the exception handler's scope (exclusive).
363 * @param handler beginnin
371 visitTryCatchBlock(Label start, Label end, Label handler, String type) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java52 * Ideally, this class should subclass and inherit the http handler
56 * handler.
77 HttpsURLConnectionImpl(URL u, Handler handler) throws IOException { argument
78 // HttpsURLConnectionOldImpl(URL u, Handler handler) throws IOException {
79 this(u, null, handler);
83 HttpsURLConnectionImpl(URL u, Proxy p, Handler handler) throws IOException { argument
84 // HttpsURLConnectionOldImpl(URL u, Proxy p, Handler handler) throws IOException {
86 delegate = new DelegateHttpsURLConnection(url, p, handler, this);
149 * Implements the HTTP protocol handler's "connect" method,

Completed in 89 milliseconds

1234567891011>>