jp.sourceforge.livez.vodafone
クラス VodafoneService

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

public final class VodafoneService
extends Object
implements Service<VodafoneRequest,VodafoneGenerator>

ボーダフォンサービス検証クラスです。

作成者:
杉澤 浩二

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

コンストラクタの詳細

VodafoneService

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

メソッドの詳細

getMobilePhoneRequest

public VodafoneRequest getMobilePhoneRequest(HttpServletRequest request)
                                      throws NullPointerException,
                                             IllegalRequestException
HTTP リクエスト情報を解析しボーダフォン端末リクエスト情報を返します。

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

getMobilePhoneGenerator

public VodafoneGenerator getMobilePhoneGenerator(WebApplicationContext context)
ボーダフォン端末情報ジェネレータを返します。

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


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