クラスの使用
org.springframework.ws.soap.SoapHeaderException
SoapHeaderException を使用するパッケージ
パッケージ
説明
Spring Web Services フレームワークの SOAP 機能を提供します。
Spring-WSSOAP メッセージインフラストラクチャの Java 用添付 API(SAAJ)サポートを備えた SOAP。
SOAP 1.1 に固有のインターフェースが含まれています。
SOAP 1.2 に固有のインターフェースが含まれています。
org.springframework.ws.soap 内の SoapHeaderException 使用
SoapHeaderException をスローする org.springframework.ws.soap のメソッド修飾子と型メソッド説明SoapHeader.addHeaderElement
(QNameSE name) 指定された修飾名を持つ新しいSoapHeaderElement
をこのヘッダーに追加します。SoapHeader.examineAllHeaderElements()
このヘッダー内のすべてのSoapHeaderElement
に対してIterator
を返します。SoapHeader.examineHeaderElements
(QNameSE name) このヘッダーに指定された修飾名を持つすべてのSoapHeaderElement
に対してIterator
を返します。SoapHeader.examineMustUnderstandHeaderElements
(StringSE actorOrRole) 指定された俳優またはロールを持ち、値がtrue
に等しいMustUnderstand
属性を持つすべてのSoapHeaderElement
に対してIterator
を返します。SoapHeaderElement.getActorOrRole()
このヘッダー要素のアクターまたはロールを返します。SoapEnvelope.getHeader()
SoapHeader
を返します。boolean
SoapHeaderElement.getMustUnderstand()
このヘッダー要素のmustUnderstand
属性が設定されているかどうかを示します。SoapHeaderElement.getResult()
ヘッダー要素の内容への書き込みを可能にするResult
を返します。SoapMessage.getSoapHeader()
このSoapMessage
に関連付けられたSoapHeader
を返します。void
SoapHeader.removeHeaderElement
(QNameSE name) 指定された修飾名を持つSoapHeaderElement
をこのヘッダーから削除します。void
SoapHeaderElement.setActorOrRole
(StringSE actorOrRole) このヘッダー要素のアクターまたはロールを設定します。void
SoapHeaderElement.setMustUnderstand
(boolean mustUnderstand) このヘッダー要素のmustUnderstand
属性を設定します。org.springframework.ws.soap.saaj 内の SoapHeaderException 使用
org.springframework.ws.soap.soap11 内の SoapHeaderException 使用
SoapHeaderException をスローする org.springframework.ws.soap.soap11 のメソッド修飾子と型メソッド説明Soap11Header.examineHeaderElementsToProcess
(StringSE[] actors) 指定されたアクターに対して処理する必要があるすべてのheader elements
に対してIterator
を返します。org.springframework.ws.soap.soap12 内の SoapHeaderException 使用
SoapHeaderException をスローする org.springframework.ws.soap.soap12 のメソッド修飾子と型メソッド説明Soap12Header.examineHeaderElementsToProcess
(StringSE[] roles, boolean isUltimateReceiver) 指定されたロールに対して処理する必要があるすべてのheader elements
に対してIterator
を返します。