I want the equivalent in java, please.
public function soapDeviceConfig(){
$this->soap_param['location'] = $this->url. 'deviceconfig';
$this->soap_param['uri'] = $this->uri. 'DeviceConfig:1';
return new SoapClient(null, $this->soap_param);
}