|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.commons.jxpath.WSDLUtil
public class WSDLUtil
WSDL文書関連のユーティリティを集めたクラス。
コンストラクタの概要 | |
---|---|
WSDLUtil()
|
メソッドの概要 | |
---|---|
static String |
getPortTypeName(InputStream body)
渡されたWSDLから、ポートタイプの名前を取得して返す。 |
static URL |
getServiceAddress(InputStream wsdl)
渡されたWSDLから、サービスの提供URLを取得して返す。 |
static String |
getServiceName(InputStream body)
渡されたWSDLから、サービスの名前を取得して返す。 |
static URI |
getTargetNamespace(InputStream body)
渡されたWSDLから、targetNamespaceの値を取得して返す。 |
static org.apache.commons.jxpath.JXPathContext |
newWSDLContext(InputStream wsdl,
String wsdlNSPrefix)
ストリームをWSDL文書とみなしてコンテキストを作成する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public WSDLUtil()
メソッドの詳細 |
---|
public static org.apache.commons.jxpath.JXPathContext newWSDLContext(InputStream wsdl, String wsdlNSPrefix) throws IOException, SAXException
wsdl
- WSDL文書を返すストリームwsdlNSPrefix
- WSDL名前空間URIのプレフィクス
IOException
- 入出力処理に失敗した
SAXException
- XML解析処理に失敗したpublic static String getPortTypeName(InputStream body) throws IOException, SAXException
body
- WSDL文書
IOException
- WSDL情報の読み込みに失敗した
SAXException
- WSDL情報の解析に失敗したpublic static URI getTargetNamespace(InputStream body) throws IOException, SAXException, URISyntaxException
body
- WSDL文書
IOException
- WSDL情報の読み込みに失敗した
SAXException
- WSDL情報の解析に失敗した
URISyntaxException
- 不正なURIが検出されたpublic static String getServiceName(InputStream body) throws IOException, SAXException
body
- WSDL文書
IOException
- WSDL情報の読み込みに失敗した
SAXException
- WSDL情報の解析に失敗したpublic static URL getServiceAddress(InputStream wsdl) throws IOException, MalformedURLException, SAXException
wsdl
- WSDL
IOException
- WSDL情報の読み込みに失敗した
MalformedURLException
- 取得したURLが不正
SAXException
- WSDL情報の解析に失敗した
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |