/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gov.hhs.fha.nhinc.subscription.dte; /** * * @author rayj */ public class UnsubscribeHelper { public static org.oasis_open.docs.wsn.b_2.Unsubscribe createBaseUnsubscribe() { return new org.oasis_open.docs.wsn.b_2.Unsubscribe(); } public static org.oasis_open.docs.wsn.b_2.UnsubscribeResponse createUnsubscribeResponse() { return new org.oasis_open.docs.wsn.b_2.UnsubscribeResponse(); } }