JBOSS fuse接口方法参数的可选标记

时间:2017-02-28 06:51:54

标签: jboss cxf jbossfuse javax

我有两个接口方法的参数 我有以下代码

package com.pk.testAtrifact.incident;

public interface ServiceCountry   {
     /**
     * Operation to country
     */

    OutCountry getCountry(Header header,InputCountry input);


}

当它出现在WSDL中时,就像这样

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
   <soapenv:Header/>
   <soapenv:Body>
      <mpos:getCountry>
         <!--Optional:-->
         <v1:RequestHeader>

            <!--Optional:-->

RequestHeader上有可选标签。我不想保持标题可选。我该怎么做

0 个答案:

没有答案