クラスの使用
org.springframework.ws.server.EndpointInvocationChain
EndpointInvocationChain を使用するパッケージ
パッケージ
説明
サーバー側の Spring-WS サポート用のクラスが含まれています。
その他のエンドポイント
EndpointMapping
実装を提供します。EndpointMappings
の形式で、サーバー側の WS-Addressing サポートが含まれています。SOAP 固有のサーバー側 Spring-WS サポート用のクラスが含まれています。
SOAP の目的でその他のエンドポイント
EndpointMapping
実装を提供します。org.springframework.ws.server 内の EndpointInvocationChain 使用
修飾子と型メソッド説明EndpointMapping.getEndpoint
(MessageContext messageContext) このメッセージコンテキストのエンドポイントとインターセプターを返します。protected EndpointInvocationChain
MessageDispatcher.getEndpoint
(MessageContext messageContext) このリクエストのエンドポイントを返します。型 EndpointInvocationChain のパラメーターを持つ org.springframework.ws.server のメソッド修飾子と型メソッド説明protected boolean
MessageDispatcher.handleRequest
(EndpointInvocationChain mappedEndpoint, MessageContext messageContext) 指定された呼び出しチェーンおよびメッセージコンテキストの前処理のコールバック。org.springframework.ws.server.endpoint.mapping 内の EndpointInvocationChain 使用
修飾子と型メソッド説明protected EndpointInvocationChain
AbstractEndpointMapping.createEndpointInvocationChain
(MessageContext messageContext, ObjectSE endpoint, EndpointInterceptor[] interceptors) 指定されたメッセージコンテキスト、エンドポイント、インターセプターに基づいて、新しいEndpointInvocationChain
を作成します。final EndpointInvocationChain
AbstractEndpointMapping.getEndpoint
(MessageContext messageContext) 指定されたメッセージコンテキストのエンドポイントを検索し、特定のエンドポイントが見つからない場合はデフォルトのエンドポイントにフォールバックします。org.springframework.ws.soap.addressing.server 内の EndpointInvocationChain 使用
修飾子と型メソッド説明final EndpointInvocationChain
AbstractAddressingEndpointMapping.getEndpoint
(MessageContext messageContext) org.springframework.ws.soap.server 内の EndpointInvocationChain 使用
型 EndpointInvocationChain のパラメーターを持つ org.springframework.ws.soap.server のメソッド修飾子と型メソッド説明protected boolean
SoapMessageDispatcher.handleRequest
(EndpointInvocationChain mappedEndpoint, MessageContext messageContext) エンドポイントによって満たされるアクターまたはロールを対象とするヘッダーを処理します。org.springframework.ws.soap.server.endpoint.mapping 内の EndpointInvocationChain 使用
修飾子と型メソッド説明protected final EndpointInvocationChain
SoapActionAnnotationMethodEndpointMapping.createEndpointInvocationChain
(MessageContext messageContext, ObjectSE endpoint, EndpointInterceptor[] interceptors) 指定されたエンドポイント、設定されたインターセプター、アクター / ロールに基づいて、新しいSoapEndpointInvocationChain
を作成します。protected final EndpointInvocationChain
SoapActionEndpointMapping.createEndpointInvocationChain
(MessageContext messageContext, ObjectSE endpoint, EndpointInterceptor[] interceptors) 指定されたエンドポイント、設定されたインターセプター、アクター / ロールに基づいて、新しいSoapEndpointInvocationChain
を作成します。DelegatingSoapEndpointMapping.getEndpoint
(MessageContext messageContext) デリゲートエンドポイント、デリゲートインターセプター、セットアクター / ロールに基づいて新しいSoapEndpointInvocationChain
を作成します。