クラス
jp.sourceforge.livez.IllegalRequestException の使用

IllegalRequestException を使用しているパッケージ
jp.sourceforge.livez 携帯端末情報用のインターフェースやクラス、列挙型などを提供します。 
jp.sourceforge.livez.brew BREW 端末情報に関連するインターフェースやクラスを提供します。 
jp.sourceforge.livez.ezweb EZweb 端末情報に関連するインターフェースやクラスを提供します。 
jp.sourceforge.livez.imode iモード端末情報に関連するインターフェースやクラス、列挙型を提供します。 
jp.sourceforge.livez.vodafone ボーダフォン端末情報に関連するインターフェースやクラス、列挙型を提供します。 
 

jp.sourceforge.livez での IllegalRequestException の使用
 

jp.sourceforge.livez での IllegalRequestException のサブクラス
 class IllegalUserAgentException
          この例外は、携帯端末のHTTPユーザーエージェントの形式が不正な場合にスローされます。
 class IllegalUserIdException
          この例外は、ユーザーIDの形式が不正な場合にスローされます。
 class UserAgentNotFoundException
          この例外は、HTTP ユーザエージェントが見つからない場合にスローされます。
 

IllegalRequestException をスローする jp.sourceforge.livez のメソッド
abstract  M MobilePhoneGenerator.create(HttpServletRequest request)
          HTTPリクエスト情報から携帯端末情報を生成して返します。
 R Service.getMobilePhoneRequest(HttpServletRequest request)
          HTTP リクエスト情報を解析し携帯端末リクエスト情報を返します。
 

jp.sourceforge.livez.brew での IllegalRequestException の使用
 

IllegalRequestException をスローする jp.sourceforge.livez.brew のメソッド
 Brew BrewGenerator.create(HttpServletRequest request)
          HTTP リクエスト情報からBREW端末情報を生成して返します。
 BrewRequest BrewService.getMobilePhoneRequest(HttpServletRequest request)
          HTTP リクエスト情報を解析しiモード端末リクエスト情報を返します。
 

jp.sourceforge.livez.ezweb での IllegalRequestException の使用
 

IllegalRequestException をスローする jp.sourceforge.livez.ezweb のメソッド
 EZweb EZwebGenerator.create(HttpServletRequest request)
          HTTP リクエスト情報から EZweb 端末情報を生成して返します。
 EZwebRequest EZwebService.getMobilePhoneRequest(HttpServletRequest request)
          HTTP リクエスト情報を解析し EZweb 端末リクエスト情報を返します。
 

jp.sourceforge.livez.imode での IllegalRequestException の使用
 

IllegalRequestException をスローする jp.sourceforge.livez.imode のメソッド
 Imode ImodeGenerator.create(HttpServletRequest request)
          HTTP リクエスト情報からiモード端末情報を生成して返します。
 ImodeRequest ImodeService.getMobilePhoneRequest(HttpServletRequest request)
          HTTP リクエスト情報を解析しiモード端末リクエスト情報を返します。
 

jp.sourceforge.livez.vodafone での IllegalRequestException の使用
 

IllegalRequestException をスローする jp.sourceforge.livez.vodafone のメソッド
 Vodafone VodafoneGenerator.create(HttpServletRequest request)
          HTTP リクエスト情報からボーダフォン端末情報を生成して返します。
 VodafoneRequest VodafoneService.getMobilePhoneRequest(HttpServletRequest request)
          HTTP リクエスト情報を解析しボーダフォン端末リクエスト情報を返します。
 



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