Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mjh.dom.* (1)com.mjh.switchrmi.* (75)com.mjh.util.* (3)

Package Samples:

com.mjh.switchrmi
com.mjh.switchrmi.protocol.raw
com.mjh.switchrmi.protocol.xmlrpc
com.mjh.switchrmi.script
com.mjh.switchrmi.transport.smtp
com.mjh.dom
com.mjh.switchrmi.jndi
com.mjh.switchrmi.protocol.html
com.mjh.switchrmi.protocol.xmlrpc.validator
com.mjh.switchrmi.transport.http
com.mjh.switchrmi.transport.smtp.james
com.mjh.switchrmi.transport.test
com.mjh.util

Classes:

BeanMap: BeanMap provides an adaptor for Java Beans to allow them to be treated as a java.util.Map. BeanMap is pretty good at coercing string values into the appropriate primitive type for a bean setter method argument. For example: MyBean myBean = new MyBean(); BeanMap myMap = new BeamMap(myBean); myMap.put("totalCount", "100"); Number value = (Number)myMap.get("totalCount"); The above code will call the setTotalCount() method on myBean with the string value of "100" coerced to the required integer argument. Then call the getTotalCount() method on myBean and convert the int return value to the Java primitive ...
RmiClient: RmiClient provides the client-side interface to connect to remote objects served by any of the remote method invocation transports.
IScopeTest: A test interface, used ot confirm that the applicaiton/session/request scoping of published objects is working.
IScopeTestImpl: A test interface, used ot confirm that the applicaiton/session/request scoping of published objects is working.
DomUtil
IntegrationTests
GenericReferenceable
ObjectReferenceable
RmiClientInvocationHandler
RmiContext
RmiContextImpl
RmiException
RmiHandler
RmiHeaders
RmiInvocationHandler
RmiInvocationHandlerBase
RmiNullTransport
RmiProtocol
RmiRemoteException
RmiRequest
RmiRequestImpl
RmiResponse
RmiResponseImpl
RmiScope

Home | Contact Us | Privacy Policy | Terms of Service