クラス HttpDestinationDescriptor
java.lang.ObjectSE
org.springframework.ws.transport.http.HttpDestinationDescriptor
- 実装済みのインターフェース一覧:
WebServiceMessageSender.DestinationDescriptor
public final class HttpDestinationDescriptor
extends ObjectSE
implements WebServiceMessageSender.DestinationDescriptor
HTTP 宛先向けの
WebServiceMessageSender.DestinationDescriptor 実装。- 導入:
- 3.1.9
方法の概要
修飾子と型メソッド説明@Nullable InetAddressSEhostAddress(boolean allowDnsResolution) ホスト名をInetAddressSE に解決します。@Nullable StringSEhostName()URI のホスト名を小文字で返します。booleanURI ホストがプライベート(RFC 1918)範囲内の IPv4 アドレスリテラルであるかどうか。static HttpDestinationDescriptorof(URISE uri, WebServiceMessageSender.UriSource uriSource) 指定された URI と URI ソースからインスタンスを作成します。uri()URI を返します。URI の発信元を返します。
方法の詳細
of
指定された URI と URI ソースからインスタンスを作成します。- パラメーター:
uri- URIuriSource- URI ソース- 戻り値:
- 記述子
uri
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorURI を返します。- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuri - 戻り値:
- URI
uriSource
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorURI の発信元を返します。- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuriSource - 戻り値:
- URI のソース
hostName
hostAddress
ホスト名をInetAddressSE に解決します。- パラメーター:
allowDnsResolution- DNS 解決を許可するかどうか。false の場合、IP リテラルのみが考慮されます。- 戻り値:
- the address of the host or
nullif the host name is not resolvable
isSiteLocalIpv4Literal
public boolean isSiteLocalIpv4Literal()URI ホストがプライベート(RFC 1918)範囲内の IPv4 アドレスリテラルであるかどうか。- 戻り値:
trueif the host parses as an IPv4 literal andInetAddress.isSiteLocalAddress()istrue;falsefor host names, non-literal hosts, non-IPv4 literals, and public IPv4 literals