01: /*
02: * Created on September 2, 2005
03: */
04:
05: package com.sun.portal.wireless.admin;
06:
07: /**
08: *
09: * @author ashwin.mathew@sun.com
10: */
11: public class MobileFaxGetSetAttributeHandler extends
12: AbstractMobileGetSetAttributeHandler {
13:
14: /* (non-Javadoc)
15: * @see com.sun.portal.wireless.admin.AbstractMobileGetSetAttributeHandler#getComponentName()
16: */
17: public String getComponentName() {
18: return MobileAppAttributeHandler.SUN_MOBILE_APP_FAX_SERVICE;
19: }
20:
21: }
|