blob: 3e236a7a6c5882ca0ff1bd758ebea655ac3be6fa [file] [log] [blame]
package com.android.hotspot2.osu;
import com.android.hotspot2.omadm.OMAException;
import com.android.hotspot2.omadm.XMLNode;
public interface ResponseFactory {
public OSUResponse buildResponse(XMLNode root) throws OMAException;
}