jp.sourceforge.livez.ezweb
クラス EZwebService

java.lang.Object
  上位を拡張 jp.sourceforge.livez.ezweb.EZwebService
すべての実装されたインタフェース:
Service<EZwebRequest,EZwebGenerator>

public final class EZwebService
extends Object
implements Service<EZwebRequest,EZwebGenerator>

EZweb サービス検証クラスです。

作成者:
杉澤 浩二

コンストラクタの概要
EZwebService()
          デフォルトコンストラクタです。
 
メソッドの概要
 EZwebGenerator getMobilePhoneGenerator(WebApplicationContext context)
          EZweb 端末情報ジェネレータを返します。
 EZwebRequest getMobilePhoneRequest(HttpServletRequest request)
          HTTP リクエスト情報を解析し EZweb 端末リクエスト情報を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EZwebService

public EZwebService()
デフォルトコンストラクタです。

メソッドの詳細

getMobilePhoneRequest

public EZwebRequest getMobilePhoneRequest(HttpServletRequest request)
                                   throws NullPointerException,
                                          IllegalRequestException
HTTP リクエスト情報を解析し EZweb 端末リクエスト情報を返します。

定義:
インタフェース Service<EZwebRequest,EZwebGenerator> 内の getMobilePhoneRequest
パラメータ:
request - HTTP リクエスト情報
戻り値:
EZweb 端末リクエスト情報
例外:
NullPointerException - HTTPリクエスト情報が null の場合
IllegalRequestException - HTTPリクエスト情報が不正な場合

getMobilePhoneGenerator

public EZwebGenerator getMobilePhoneGenerator(WebApplicationContext context)
EZweb 端末情報ジェネレータを返します。

定義:
インタフェース Service<EZwebRequest,EZwebGenerator> 内の getMobilePhoneGenerator
パラメータ:
context - Spring Framework の WebApplicationContext
戻り値:
EZweb 端末情報ジェネレータ


Copyright © 2005-2006 Kouji Sugisawa. All rights reserved.