source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/SubscriptionDteEjb/src/java/gov/hhs/fha/nhinc/subscription/dte/UnsubscribeHelper.java@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 534 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package gov.hhs.fha.nhinc.subscription.dte;
6
7/**
8 *
9 * @author rayj
10 */
11public class UnsubscribeHelper {
12
13 public static org.oasis_open.docs.wsn.b_2.Unsubscribe createBaseUnsubscribe() {
14 return new org.oasis_open.docs.wsn.b_2.Unsubscribe();
15 }
16
17 public static org.oasis_open.docs.wsn.b_2.UnsubscribeResponse createUnsubscribeResponse() {
18 return new org.oasis_open.docs.wsn.b_2.UnsubscribeResponse();
19 }
20}
Note: See TracBrowser for help on using the repository browser.