|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.livez.vodafone.VodafoneService
public final class VodafoneService
ボーダフォンサービス検証クラスです。
コンストラクタの概要 | |
---|---|
VodafoneService()
デフォルトコンストラクタです。 |
メソッドの概要 | |
---|---|
VodafoneGenerator |
getMobilePhoneGenerator(WebApplicationContext context)
ボーダフォン端末情報ジェネレータを返します。 |
VodafoneRequest |
getMobilePhoneRequest(HttpServletRequest request)
HTTP リクエスト情報を解析しボーダフォン端末リクエスト情報を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public VodafoneService()
メソッドの詳細 |
---|
public VodafoneRequest getMobilePhoneRequest(HttpServletRequest request) throws NullPointerException, IllegalRequestException
Service<VodafoneRequest,VodafoneGenerator>
内の getMobilePhoneRequest
request
- HTTP リクエスト情報
NullPointerException
- HTTPリクエスト情報が null
の場合
IllegalRequestException
- HTTPリクエスト情報が不正な場合public VodafoneGenerator getMobilePhoneGenerator(WebApplicationContext context)
Service<VodafoneRequest,VodafoneGenerator>
内の getMobilePhoneGenerator
context
- Spring Framework の WebApplicationContext
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |