Java 2 Platform, Micro Edition Content Handler API v1.0.1

Uses of Class
javax.microedition.content.ContentHandlerException

Uses of ContentHandlerException in javax.microedition.content
 

Methods in javax.microedition.content that throw ContentHandlerException
 java.lang.String Invocation.findType()
          Finds the type of the content in this Invocation.
static ContentHandlerServer Registry.getServer(java.lang.String classname)
          Gets the content handler server registered for the content handler.
 ContentHandlerServer Registry.register(java.lang.String classname, java.lang.String[] types, java.lang.String[] suffixes, java.lang.String[] actions, ActionNameMap[] actionnames, java.lang.String ID, java.lang.String[] accessAllowed)
          Registers the application class using content type(s), suffix(es), and action(s), action name(s), access restrictions and content handler ID.
 ContentHandler[] Registry.findHandler(Invocation invocation)
          Gets the registered content handlers that could be used for this Invocation.
 boolean Registry.invoke(Invocation invocation, Invocation previous)
          Checks the Invocation and uses the ID, type, URL, and action, if present, to find a matching ContentHandler and queues this request to it.
 boolean Registry.invoke(Invocation invocation)
          Checks the Invocation and uses the ID, type, URL, and action, if present, to find a matching ContentHandler and queues this request to it.
 boolean Registry.reinvoke(Invocation invocation)
          Reinvokes the Invocation and uses the ID, type, URL, and action to find a matching ContentHandler and re-queues this request to it.
 


Maintenance Release
September 17, 2009

Submit a comment or suggestion on this specification. This specification is protected under the JSPA version 2.6.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright © 2006-2009 Sun Microsystems, Inc. 4150 Network Circle, California, 95054, U.S.A.
All Rights Reserved. Use is subject to license terms.