package com.nailabs.abac.test; public interface XMLizable { /** Convert this operation into an XML compatible format */ public String toXML(); }