60616263646566
* @param pClient A fully configured XML-RPC client, which is * used internally to perform XML-RPC calls. * @see TypeConverterFactoryImpl */ public ClientFactory(XmlRpcClient pClient) { this(pClient, new TypeConverterFactoryImpl()); }
949596979899100
} } } protected TypeConverterFactory getTypeConverterFactory() { return new TypeConverterFactoryImpl(); }
68697071727374
}; } } protected TypeConverterFactory getTypeConverterFactory() { return new TypeConverterFactoryImpl(); }
81828384858687
providers = initProviders(getHandlerMapping()); } } protected TypeConverterFactory getTypeConverterFactory() { return new TypeConverterFactoryImpl(); }
65666768697071
* @param pClient A fully configured XML-RPC client, which is * used internally to perform XML-RPC calls. * @see TypeConverterFactoryImpl */ public AnnotationClientFactory(XmlRpcClient pClient) { this(pClient, new TypeConverterFactoryImpl()); }
91929394959697
57585960616263
55565758596061