/**
* Implement message processing by walking over RPCElements of the
* envelope body, invoking the appropriate methods on the service object.
*
* @author Doug Davis (dug@us.ibm.com)
*/
public class MyRPCProvider extends JavaProvider {
protected static Log log =
LogFactory.getLog(MyRPCProvider.class.getName());
…………
…………
…………
}