You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2005/04/01 09:22:25 UTC

[Ws Wiki] Update of "ja/axis/MsgSignatures" by ToshiyukiKimura

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by ToshiyukiKimura:
http://wiki.apache.org/ws/ja/axis/MsgSignatures

The comment on the change is:
Axis Wiki in Japanese

New page:
##language:ja

'''質問: メッセージスタイルのサービスメソッドで許されているのはどのメソッドシグネチャですか?'''

回答: {{{MsgProvider}}}では以下のメソッド署名が許されています。

{{{
    org.apache.axis.message.SOAPBodyElement[] method(org.apache.axis.message.SOAPBodyElement[])
    org.w3c.dom.Element[] method(org.w3c.dom.Element[])
    void method(org.apache.axis.message.SOAPEnvelope reqest, org.apache.axis.message.SOAPEnvelope response)
}}}
詳細については http://marc.theaimsgroup.com/?l=axis-dev&m=103290034002923&w=2 をご覧下さい。