package at.gv.egiz.moazs.client; import at.gv.zustellung.app2mzs.xsd.DeliveryResponseType; import org.springframework.stereotype.Component; @Component public class MzsClient { public void sendNotification(DeliveryResponseType responseType) { throw new UnsupportedOperationException("Not implemented."); } }