インターフェースの使用
org.springframework.ws.context.MessageContext
MessageContext を使用するパッケージ
パッケージ
説明
Spring-WS クライアント側サポートのコアパッケージ。
ClientInterceptor
インターフェースを提供し、インターセプターを検証します。MessageContext
インターフェースとその実装が含まれています。 サーバー側の Spring-WS サポート用のクラスが含まれています。
標準のエンドポイントと
EndpointAdapter
の実装を提供します。 その他の
EndpointAdapter
実装を提供します。MethodArgumentResolver
と MethodReturnValueHandler
の抽象化、およびそれらのさまざまな実装を提供します。MethodArgumentResolver
および MethodReturnValueHandler
インターフェースの JAXB2 ベースの実装を提供します。 その他のエンドポイント
EndpointInterceptor
実装を提供します。 その他のエンドポイント
EndpointMapping
実装を提供します。JAXB2 ベースの
EndpointMapping
実装を提供します。EndpointMappings
の形式で、サーバー側の WS-Addressing サポートが含まれています。WS-Security 実装クラスを提供します。
Spring-WS 内で Apache WSS4J 2.0 WS-Security 実装を使用するためのクラスが含まれています。
SOAP 固有のサーバー側 Spring-WS サポート用のクラスが含まれています。
SOAP の
EndpointAdapter
、EndpointMapping
、EndpointExceptionResolver
実装を提供します。SOAP の目的でその他のエンドポイント
EndpointInterceptor
実装を提供します。SOAP の目的でその他のエンドポイント
EndpointMapping
実装を提供します。TransportRequest および TransportResponse インターフェースが含まれています。
org.springframework.ws.client.core 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.client.core のメソッド修飾子と型メソッド説明protected <T> T
WebServiceTemplate.doSendAndReceive
(MessageContext messageContext, WebServiceConnection connection, WebServiceMessageCallback requestCallback, WebServiceMessageExtractor<T> responseExtractor) MessageContext
を送受信します。protected ObjectSE
WebServiceTemplate.handleFault
(WebServiceConnection connection, MessageContext messageContext) 指定されたレスポンスメッセージの障害を処理します。org.springframework.ws.client.support.interceptor 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.client.support.interceptor のメソッド修飾子と型メソッド説明void
AbstractValidatingInterceptor.afterCompletion
(MessageContext messageContext, ExceptionSE ex) デフォルトでは何もしません。void
ClientInterceptor.afterCompletion
(MessageContext messageContext, ExceptionSE ex) リクエストとレスポンス (障害) 処理完了後のコールバック。void
ClientInterceptorAdapter.afterCompletion
(MessageContext messageContext, ExceptionSE ex) デフォルトでは何もしません。boolean
AbstractValidatingInterceptor.handleFault
(MessageContext messageContext) デフォルトでは何もしません。boolean
ClientInterceptor.handleFault
(MessageContext messageContext) 受信レスポンス障害を処理します。boolean
ClientInterceptorAdapter.handleFault
(MessageContext messageContext) boolean
AbstractValidatingInterceptor.handleRequest
(MessageContext messageContext) 指定されたメッセージコンテキストでリクエストメッセージを検証します。boolean
ClientInterceptor.handleRequest
(MessageContext messageContext) 発信リクエストメッセージを処理します。boolean
ClientInterceptorAdapter.handleRequest
(MessageContext messageContext) protected boolean
AbstractValidatingInterceptor.handleRequestValidationErrors
(MessageContext messageContext, SAXParseExceptionSE[] errors) リクエストメッセージに検証エラーが含まれている場合に呼び出されるテンプレートメソッド。boolean
AbstractValidatingInterceptor.handleResponse
(MessageContext messageContext) 指定されたメッセージコンテキストでレスポンスメッセージを検証します。boolean
ClientInterceptor.handleResponse
(MessageContext messageContext) 受信レスポンスメッセージを処理します。boolean
ClientInterceptorAdapter.handleResponse
(MessageContext messageContext) protected boolean
AbstractValidatingInterceptor.handleResponseValidationErrors
(MessageContext messageContext, SAXParseExceptionSE[] errors) レスポンスメッセージに検証エラーが含まれている場合に呼び出されるテンプレートメソッド。org.springframework.ws.context 内の MessageContext 使用
MessageContext を実装している org.springframework.ws.context のクラスorg.springframework.ws.server 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.server のメソッド修飾子と型メソッド説明void
EndpointInterceptor.afterCompletion
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) リクエストとレスポンス (障害) 処理完了後のコールバック。protected final void
MessageDispatcher.dispatch
(MessageContext messageContext) 構成に従って、指定された MessageContext でリクエストをディスパッチします。EndpointMapping.getEndpoint
(MessageContext messageContext) このメッセージコンテキストのエンドポイントとインターセプターを返します。protected EndpointInvocationChain
MessageDispatcher.getEndpoint
(MessageContext messageContext) このリクエストのエンドポイントを返します。boolean
EndpointInterceptor.handleFault
(MessageContext messageContext, ObjectSE endpoint) 発信レスポンス障害を処理します。boolean
EndpointInterceptor.handleRequest
(MessageContext messageContext, ObjectSE endpoint) 受信リクエストメッセージを処理します。protected boolean
MessageDispatcher.handleRequest
(EndpointInvocationChain mappedEndpoint, MessageContext messageContext) 指定された呼び出しチェーンおよびメッセージコンテキストの前処理のコールバック。boolean
EndpointInterceptor.handleResponse
(MessageContext messageContext, ObjectSE endpoint) 発信レスポンスメッセージを処理します。void
EndpointAdapter.invoke
(MessageContext messageContext, ObjectSE endpoint) 指定されたendpoint
を使用してリクエストを処理します。protected void
MessageDispatcher.processEndpointException
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) 登録されたEndpointExceptionResolvers
を介してエラーSOAPMessage
レスポンスを判別します。void
MessageDispatcher.receive
(MessageContext messageContext) boolean
EndpointExceptionResolver.resolveException
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) エンドポイントの実行中にスローされた特定の例外を解決してみてください。boolean
SmartEndpointInterceptor.shouldIntercept
(MessageContext messageContext, ObjectSE endpoint) このインターセプターが特定のメッセージコンテキストをインターセプトする必要があるかどうかを示します。org.springframework.ws.server.endpoint 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.server.endpoint のメソッド修飾子と型メソッド説明void
AbstractLoggingInterceptor.afterCompletion
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) デフォルトでは何もしませんprotected StringSE
AbstractEndpointExceptionResolver.buildLogMessage
(ExceptionSE ex, MessageContext messageContext) 指定されたメッセージコンテキストの処理中に発生した、指定された例外のログメッセージを作成します。boolean
AbstractLoggingInterceptor.handleFault
(MessageContext messageContext, ObjectSE endpoint) デフォルトでは何もしません。boolean
AbstractLoggingInterceptor.handleRequest
(MessageContext messageContext, ObjectSE endpoint) リクエストメッセージのペイロードをログに記録します。boolean
AbstractLoggingInterceptor.handleResponse
(MessageContext messageContext, ObjectSE endpoint) レスポンスメッセージのペイロードをログに記録します。final void
AbstractMarshallingPayloadEndpoint.invoke
(MessageContext messageContext) 使用すべきではありません。final void
AbstractStaxEventPayloadEndpoint.invoke
(MessageContext messageContext) 使用すべきではありません。final void
AbstractStaxStreamPayloadEndpoint.invoke
(MessageContext messageContext) 使用すべきではありません。void
MessageEndpoint.invoke
(MessageContext messageContext) 操作を呼び出します。protected void
AbstractEndpointExceptionResolver.logException
(ExceptionSE ex, MessageContext messageContext) "warnLogCategory"
プロパティを介して警告ログが有効になっている場合、警告レベルで特定の例外をログに記録します。protected void
AbstractMarshallingPayloadEndpoint.onMarshalResponse
(MessageContext messageContext, ObjectSE requestObject, ObjectSE responseObject) 使用すべきではありません。マーシャリングに関する後処理のコールバック。protected boolean
AbstractMarshallingPayloadEndpoint.onUnmarshalRequest
(MessageContext messageContext, ObjectSE requestObject) 使用すべきではありません。マーシャリング解除に関する後処理のコールバック。protected boolean
AbstractValidatingMarshallingPayloadEndpoint.onUnmarshalRequest
(MessageContext messageContext, ObjectSE requestObject) 使用すべきではありません。protected abstract boolean
AbstractValidatingMarshallingPayloadEndpoint.onValidationErrors
(MessageContext messageContext, ObjectSE requestObject, org.springframework.validation.Errors errors) 使用すべきではありません。後処理検証エラーのコールバック。final boolean
AbstractEndpointExceptionResolver.resolveException
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) 指定されたendpoint
がmapped endpoints
のセットに含まれているかどうかをチェックするデフォルトの実装。protected abstract boolean
AbstractEndpointExceptionResolver.resolveExceptionInternal
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) org.springframework.ws.server.endpoint.adapter 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.server.endpoint.adapter のメソッド修飾子と型メソッド説明protected ObjectSE[]
DefaultMethodEndpointAdapter.getMethodArguments
(MessageContext messageContext, MethodEndpoint methodEndpoint) 指定されたメソッドエンドポイントの引数配列を返します。protected void
DefaultMethodEndpointAdapter.handleMethodReturnValue
(MessageContext messageContext, ObjectSE returnValue, MethodEndpoint methodEndpoint) 指定されたメソッドエンドポイントの戻り値を処理します。final void
AbstractMethodEndpointAdapter.invoke
(MessageContext messageContext, ObjectSE endpoint) void
MessageEndpointAdapter.invoke
(MessageContext messageContext, ObjectSE endpoint) void
PayloadEndpointAdapter.invoke
(MessageContext messageContext, ObjectSE endpoint) protected abstract void
AbstractMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) 指定されたメソッドエンドポイントを使用してリクエストを処理します。protected final void
DefaultMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) protected void
MarshallingMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) 使用すべきではありません。protected void
MessageMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) 使用すべきではありません。protected void
PayloadMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) 使用すべきではありません。protected void
XPathParamAnnotationMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) 使用すべきではありません。org.springframework.ws.server.endpoint.adapter.method 内の MessageContext 使用
修飾子と型メソッド説明MessageContextMethodArgumentResolver.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) 型 MessageContext のパラメーターを持つ org.springframework.ws.server.endpoint.adapter.method のメソッド修飾子と型メソッド説明final void
AbstractPayloadSourceMethodProcessor.handleReturnValue
(MessageContext messageContext, org.springframework.core.MethodParameter returnType, ObjectSE returnValue) void
MarshallingPayloadMethodProcessor.handleReturnValue
(MessageContext messageContext, org.springframework.core.MethodParameter returnType, ObjectSE returnValue) void
MethodReturnValueHandler.handleReturnValue
(MessageContext messageContext, org.springframework.core.MethodParameter returnType, ObjectSE returnValue) 指定された戻り値を処理します。final ObjectSE
AbstractPayloadSourceMethodProcessor.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) MarshallingPayloadMethodProcessor.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) MessageContextMethodArgumentResolver.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) MethodArgumentResolver.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) 指定されたパラメーターをメソッド引数に解決します。StaxPayloadMethodArgumentResolver.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) XPathParamMethodArgumentResolver.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) org.springframework.ws.server.endpoint.adapter.method.jaxb 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.server.endpoint.adapter.method.jaxb のメソッド修飾子と型メソッド説明final void
AbstractJaxb2PayloadMethodProcessor.handleReturnValue
(MessageContext messageContext, org.springframework.core.MethodParameter returnType, ObjectSE returnValue) protected abstract void
AbstractJaxb2PayloadMethodProcessor.handleReturnValueInternal
(MessageContext messageContext, org.springframework.core.MethodParameter returnType, ObjectSE returnValue) protected void
JaxbElementPayloadMethodProcessor.handleReturnValueInternal
(MessageContext messageContext, org.springframework.core.MethodParameter returnType, ObjectSE returnValue) protected void
XmlRootElementPayloadMethodProcessor.handleReturnValueInternal
(MessageContext messageContext, org.springframework.core.MethodParameter returnType, ObjectSE returnValue) protected final void
AbstractJaxb2PayloadMethodProcessor.marshalToResponsePayload
(MessageContext messageContext, ClassSE<?> clazz, ObjectSE jaxbElement) 指定されたjaxbElement
を、指定されたメッセージコンテキストのレスポンスペイロードにマーシャルします。jakarta.xml.bind.JAXBElement<?>
JaxbElementPayloadMethodProcessor.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) XmlRootElementPayloadMethodProcessor.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) protected final <T> jakarta.xml.bind.JAXBElement<T>
AbstractJaxb2PayloadMethodProcessor.unmarshalElementFromRequestPayload
(MessageContext messageContext, ClassSE<T> clazz) 指定されたメッセージコンテキストのリクエストペイロードをJAXBElement
として非整列化します。protected final ObjectSE
AbstractJaxb2PayloadMethodProcessor.unmarshalFromRequestPayload
(MessageContext messageContext, ClassSE<?> clazz) 指定されたメッセージコンテキストのリクエストペイロードをアンマーシャリングします。org.springframework.ws.server.endpoint.interceptor 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.server.endpoint.interceptor のメソッド修飾子と型メソッド説明void
AbstractValidatingInterceptor.afterCompletion
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) デフォルトでは何もしません。void
DelegatingSmartEndpointInterceptor.afterCompletion
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) void
EndpointInterceptorAdapter.afterCompletion
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) デフォルトでは何もしません。void
PayloadTransformingInterceptor.afterCompletion
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) デフォルトでは何もしません。boolean
AbstractValidatingInterceptor.handleFault
(MessageContext messageContext, ObjectSE endpoint) デフォルトでは何もしません。boolean
DelegatingSmartEndpointInterceptor.handleFault
(MessageContext messageContext, ObjectSE endpoint) boolean
EndpointInterceptorAdapter.handleFault
(MessageContext messageContext, ObjectSE endpoint) true
を返します。boolean
PayloadTransformingInterceptor.handleFault
(MessageContext messageContext, ObjectSE endpoint) デフォルトでは何もしません。boolean
AbstractValidatingInterceptor.handleRequest
(MessageContext messageContext, ObjectSE endpoint) 指定されたメッセージコンテキストでリクエストメッセージを検証します。boolean
DelegatingSmartEndpointInterceptor.handleRequest
(MessageContext messageContext, ObjectSE endpoint) boolean
EndpointInterceptorAdapter.handleRequest
(MessageContext messageContext, ObjectSE endpoint) true
を返します。boolean
PayloadTransformingInterceptor.handleRequest
(MessageContext messageContext, ObjectSE endpoint) 提供されたスタイルシートを使用して、指定されたメッセージコンテキストでリクエストメッセージを変換します。protected boolean
AbstractValidatingInterceptor.handleRequestValidationErrors
(MessageContext messageContext, SAXParseExceptionSE[] errors) リクエストメッセージに検証エラーが含まれている場合に呼び出されるテンプレートメソッド。boolean
AbstractValidatingInterceptor.handleResponse
(MessageContext messageContext, ObjectSE endpoint) 指定されたメッセージコンテキストでレスポンスメッセージを検証します。boolean
DelegatingSmartEndpointInterceptor.handleResponse
(MessageContext messageContext, ObjectSE endpoint) boolean
EndpointInterceptorAdapter.handleResponse
(MessageContext messageContext, ObjectSE endpoint) true
を返します。boolean
PayloadTransformingInterceptor.handleResponse
(MessageContext messageContext, ObjectSE endpoint) スタイルシートを使用して、指定されたメッセージコンテキストでレスポンスメッセージを変換します。protected boolean
AbstractValidatingInterceptor.handleResponseValidationErrors
(MessageContext messageContext, SAXParseExceptionSE[] errors) レスポンスメッセージに検証エラーが含まれている場合に呼び出されるテンプレートメソッド。boolean
DelegatingSmartEndpointInterceptor.shouldIntercept
(MessageContext messageContext, ObjectSE endpoint) このインターセプターが特定のメッセージコンテキストをインターセプトする必要があるかどうかを示します。org.springframework.ws.server.endpoint.mapping 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.server.endpoint.mapping のメソッド修飾子と型メソッド説明protected EndpointInvocationChain
AbstractEndpointMapping.createEndpointInvocationChain
(MessageContext messageContext, ObjectSE endpoint, EndpointInterceptor[] interceptors) 指定されたメッセージコンテキスト、エンドポイント、インターセプターに基づいて、新しいEndpointInvocationChain
を作成します。final EndpointInvocationChain
AbstractEndpointMapping.getEndpoint
(MessageContext messageContext) 指定されたメッセージコンテキストのエンドポイントを検索し、特定のエンドポイントが見つからない場合はデフォルトのエンドポイントにフォールバックします。protected abstract ObjectSE
AbstractEndpointMapping.getEndpointInternal
(MessageContext messageContext) 指定されたリクエストのエンドポイントを検索し、特定のリクエストが見つからない場合はnull
を返します。protected final ObjectSE
AbstractMapBasedEndpointMapping.getEndpointInternal
(MessageContext messageContext) 指定されたメッセージのエンドポイントを検索します。protected ObjectSE
AbstractMethodEndpointMapping.getEndpointInternal
(MessageContext messageContext) 指定されたメッセージのエンドポイントを検索します。protected abstract StringSE
AbstractMapBasedEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) 指定されたメッセージコンテキストのエンドポイントキーを返します。protected abstract T
AbstractMethodEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) 指定されたメッセージコンテキストのエンドポイントキーを返します。protected final StringSE
AbstractQNameEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) protected QNameSE
PayloadRootAnnotationMethodEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) protected StringSE
SimpleMethodEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) リクエストのペイロードルート要素のローカル部分を返します。protected StringSE
UriEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) protected StringSE
XPathPayloadEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) protected abstract QNameSE
AbstractQNameEndpointMapping.resolveQName
(MessageContext messageContext) 指定された SOAP メッセージから修飾名を解決するテンプレートメソッド。protected QNameSE
PayloadRootQNameEndpointMapping.resolveQName
(MessageContext messageContext) org.springframework.ws.server.endpoint.mapping.jaxb 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.server.endpoint.mapping.jaxb のメソッド修飾子と型メソッド説明protected QNameSE
XmlRootElementEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) org.springframework.ws.soap.addressing.server 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.addressing.server のメソッド修飾子と型メソッド説明final EndpointInvocationChain
AbstractAddressingEndpointMapping.getEndpoint
(MessageContext messageContext) org.springframework.ws.soap.security 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.security のメソッド修飾子と型メソッド説明void
AbstractWsSecurityInterceptor.afterCompletion
(MessageContext messageContext, ExceptionSE ex) void
AbstractWsSecurityInterceptor.afterCompletion
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) boolean
AbstractWsSecurityInterceptor.handleFault
(MessageContext messageContext) true
を返します。boolean
AbstractWsSecurityInterceptor.handleFault
(MessageContext messageContext, ObjectSE endpoint) true
を返します。protected boolean
AbstractWsSecurityInterceptor.handleFaultException
(WsSecurityFaultException ex, MessageContext messageContext) 障害例外を処理します。デフォルトの実装は、指定された例外をログに記録し、指定された例外のプロパティを使用して SOAP 障害を作成し、false
を返します。final boolean
AbstractWsSecurityInterceptor.handleRequest
(MessageContext messageContext) クライアント側の送信リクエストを保護します。final boolean
AbstractWsSecurityInterceptor.handleRequest
(MessageContext messageContext, ObjectSE endpoint) サーバー側の受信リクエストを検証します。final boolean
AbstractWsSecurityInterceptor.handleResponse
(MessageContext messageContext) クライアント側の受信レスポンスを検証します。final boolean
AbstractWsSecurityInterceptor.handleResponse
(MessageContext messageContext, ObjectSE endpoint) サーバー側の発信レスポンスを保護します。protected boolean
AbstractWsSecurityInterceptor.handleSecurementException
(WsSecuritySecurementException ex, MessageContext messageContext) 保護の例外を処理します。protected boolean
AbstractWsSecurityInterceptor.handleValidationException
(WsSecurityValidationException ex, MessageContext messageContext) 無効な SOAP メッセージを処理します。protected abstract void
AbstractWsSecurityInterceptor.secureMessage
(SoapMessage soapMessage, MessageContext messageContext) 抽象テンプレートメソッド。protected abstract void
AbstractWsSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext) 抽象テンプレートメソッド。org.springframework.ws.soap.security.wss4j2 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.security.wss4j2 のメソッド修飾子と型メソッド説明protected org.apache.wss4j.dom.handler.RequestData
Wss4jSecurityInterceptor.initializeRequestData
(MessageContext messageContext) 指定されたメッセージコンテキストのリクエストデータを作成して初期化します。protected org.apache.wss4j.dom.handler.RequestData
Wss4jSecurityInterceptor.initializeValidationRequestData
(MessageContext messageContext) 指定されたメッセージコンテキストのリクエストデータを作成して初期化します。protected void
Wss4jSecurityInterceptor.secureMessage
(SoapMessage soapMessage, MessageContext messageContext) protected void
Wss4jSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext) org.springframework.ws.soap.server 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.server のメソッド修飾子と型メソッド説明protected boolean
SoapMessageDispatcher.handleRequest
(EndpointInvocationChain mappedEndpoint, MessageContext messageContext) エンドポイントによって満たされるアクターまたはロールを対象とするヘッダーを処理します。org.springframework.ws.soap.server.endpoint 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.server.endpoint のメソッド修飾子と型メソッド説明protected void
SimpleSoapExceptionResolver.customizeFault
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex, SoapFault fault) サブクラスが指定されたSoapFault
をカスタマイズする機会を与えるための空のテンプレートメソッド。protected final boolean
AbstractFaultCreatingValidatingMarshallingPayloadEndpoint.onValidationErrors
(MessageContext messageContext, ObjectSE requestObject, org.springframework.validation.Errors errors) 使用すべきではありません。この実装は、すべてのエラーをログに記録し、false
を返し、client or sender
SoapFault
を作成し、addValidationErrorDetail
プロパティがtrue
の場合、すべてのエラーを含むSoapFaultDetail
を追加します。protected final boolean
AbstractSoapFaultDefinitionExceptionResolver.resolveExceptionInternal
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) protected final boolean
SimpleSoapExceptionResolver.resolveExceptionInternal
(MessageContext messageContext, ObjectSE endpoint, ExceptionSE ex) org.springframework.ws.soap.server.endpoint.adapter.method 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.server.endpoint.adapter.method のメソッド修飾子と型メソッド説明SoapHeaderElementMethodArgumentResolver.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) SoapMethodArgumentResolver.resolveArgument
(MessageContext messageContext, org.springframework.core.MethodParameter parameter) org.springframework.ws.soap.server.endpoint.interceptor 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.server.endpoint.interceptor のメソッド修飾子と型メソッド説明boolean
SoapEnvelopeLoggingInterceptor.handleFault
(MessageContext messageContext, ObjectSE endpoint) protected boolean
AbstractFaultCreatingValidatingInterceptor.handleRequestValidationErrors
(MessageContext messageContext, SAXParseExceptionSE[] errors) リクエストメッセージに検証エラーが含まれている場合に呼び出されるテンプレートメソッド。org.springframework.ws.soap.server.endpoint.mapping 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.soap.server.endpoint.mapping のメソッド修飾子と型メソッド説明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
を作成します。protected StringSE
SoapActionAnnotationMethodEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) protected StringSE
SoapActionEndpointMapping.getLookupKeyForMessage
(MessageContext messageContext) org.springframework.ws.transport 内の MessageContext 使用
型 MessageContext のパラメーターを持つ org.springframework.ws.transport のメソッド修飾子と型メソッド説明void
WebServiceMessageReceiver.receive
(MessageContext messageContext) 指定されたメッセージコンテキストを受信します。