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

Quick Search    Search Deep

jreceiver.common.rpc.xmlrpc
Class MimesImpl  view MimesImpl download MimesImpl.java

java.lang.Object
  extended byjreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl
      extended byjreceiver.common.rpc.xmlrpc.MimesImpl
All Implemented Interfaces:
jreceiver.common.rpc.Mimes, jreceiver.common.rpc.RpcBase

public class MimesImpl
extends XmlRpcBaseImpl
implements jreceiver.common.rpc.Mimes

Mime-definition queries and updates via XML-RPC

Version:
$Revision: 1.6 $ $Date: 2002/09/24 18:40:56 $

Field Summary
 
Fields inherited from class jreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl
log
 
Fields inherited from interface jreceiver.common.rpc.Mimes
GET_RECS, HANDLER_NAME
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Constructor Summary
MimesImpl(java.net.URL remote_host, jreceiver.common.rec.security.User user)
          ctor for this implementation
 
Method Summary
 java.util.Vector getRecs()
          Obtain the canonical list of supported mime-types
 
Methods inherited from class jreceiver.common.rpc.xmlrpc.XmlRpcBaseImpl
detect, execute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MimesImpl

public MimesImpl(java.net.URL remote_host,
                 jreceiver.common.rec.security.User user)
          throws jreceiver.common.rpc.RpcException
ctor for this implementation

Method Detail

getRecs

public java.util.Vector getRecs()
                         throws jreceiver.common.rpc.RpcException
Obtain the canonical list of supported mime-types

Specified by:
getRecs in interface jreceiver.common.rpc.Mimes