jp.sourceforge.livez.brew
クラス BrewService

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

public final class BrewService
extends Object
implements Service<BrewRequest,BrewGenerator>

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

作成者:
杉澤 浩二

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

コンストラクタの詳細

BrewService

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

メソッドの詳細

getMobilePhoneRequest

public BrewRequest getMobilePhoneRequest(HttpServletRequest request)
                                  throws IllegalRequestException
HTTP リクエスト情報を解析しiモード端末リクエスト情報を返します。

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

getMobilePhoneGenerator

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

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


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