91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 16.7MB
    文件類型: .zip
    金幣: 2
    下載: 2 次
    發布日期: 2023-07-04
  • 語言: Java
  • 標簽: JAX-WS??jaxws??webService??

資源簡介

解決參考網上使用myeclipse10開發JAX-WS webService項目報找不到類的異常, 解壓文件后把lib下的jar全放到lib目錄下即可。這是jaxws-ri-2.2.8版本。

資源截圖

代碼片段和文件信息

/*
?*?DO?NOT?ALTER?OR?REMOVE?COPYRIGHT?NOTICES?OR?THIS?HEADER.
?*
?*?Copyright?(c)?1997-2012?Oracle?and/or?its?affiliates.?All?rights?reserved.
?*
?*?The?contents?of?this?file?are?subject?to?the?terms?of?either?the?GNU
?*?General?Public?License?Version?2?only?(“GPL“)?or?the?Common?Development
?*?and?Distribution?License(“CDDL“)?(collectively?the?“License“).??You
?*?may?not?use?this?file?except?in?compliance?with?the?License.??You?can
?*?obtain?a?copy?of?the?License?at
?*?http://glassfish.java.net/public/CDDL+GPL_1_1.html
?*?or?packager/legal/LICENSE.txt.??See?the?License?for?the?specific
?*?language?governing?permissions?and?limitations?under?the?License.
?*
?*?When?distributing?the?software?include?this?License?Header?Notice?in?each
?*?file?and?include?the?License?file?at?packager/legal/LICENSE.txt.
?*
?*?GPL?Classpath?Exception:
?*?Oracle?designates?this?particular?file?as?subject?to?the?“Classpath“
?*?exception?as?provided?by?Oracle?in?the?GPL?Version?2?section?of?the?License
?*?file?that?accompanied?this?code.
?*
?*?Modifications:
?*?If?applicable?add?the?following?below?the?License?Header?with?the?fields
?*?enclosed?by?brackets?[]?replaced?by?your?own?identifying?information:
?*?“Portions?Copyright?[year]?[name?of?copyright?owner]“
?*
?*?Contributor(s):
?*?If?you?wish?your?version?of?this?file?to?be?governed?by?only?the?CDDL?or
?*?only?the?GPL?Version?2?indicate?your?decision?by?adding?“[Contributor]
?*?elects?to?include?this?software?in?this?distribution?under?the?[CDDL?or?GPL
?*?Version?2]?license.“??If?you?don‘t?indicate?a?single?choice?of?license?a
?*?recipient?has?the?option?to?distribute?your?version?of?this?file?under
?*?either?the?CDDL?the?GPL?Version?2?or?to?extend?the?choice?of?license?to
?*?its?licensees?as?provided?above.??However?if?you?add?GPL?Version?2?code
?*?and?therefore?elected?the?GPL?Version?2?license?then?the?option?applies
?*?only?if?the?new?code?is?made?subject?to?such?option?by?the?copyright
?*?holder.
?*/

package?annotations.client;

public?class?AddNumbersClient?{
????public?static?void?main(String[]?args)?{
????????try?{
????????????AddNumbers?port?=?new?AddNumbersImplService().getAddNumbersImplPort();
????????????int?number1?=?10;
????????????int?number2?=?20;

????????????System.out.printf(“Invoking?addNumbers(%d?%d)\n“?number1?number2);
????????????int?result?=?port.add(number1?number2);
????????????System.out.printf(“The?result?of?adding?%d?and?%d?is?%d.\n\n“?number1?number2?result);

????????????number1?=?-10;
????????????System.out.printf(“Invoking?addNumbers(%d?%d)\n“?number1?number2);
????????????result?=?port.add(number1?number2);
????????????System.out.printf(“The?result?of?adding?%d?and?%d?is?%d.\n“?number1?number2?result);

????????}?catch?(AddNumbersException_Exception?ex)?{
????????????????System.out.printf(“Caught?AddNumbersException_Exception:?%s\n“?ex.getFaultInfo().getFaultInfo());
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-04-29?18:51??jaxws-ri\
?????目錄???????????0??2013-04-29?18:51??jaxws-ri\lib\
?????文件???????26119??2013-04-29?16:54??jaxws-ri\lib\javax.annotation-api.jar
?????文件???????68177??2013-04-29?16:55??jaxws-ri\lib\resolver.jar
?????文件?????2445445??2013-04-29?17:46??jaxws-ri\lib\jaxws-rt.jar
?????文件??????100146??2013-04-29?16:54??jaxws-ri\lib\jaxb-api.jar
?????文件???????49100??2013-04-29?16:54??jaxws-ri\lib\jaxws-api.jar
?????文件???????40812??2013-04-29?16:54??jaxws-ri\lib\javax.xml.soap-api.jar
?????文件????????7989??2013-04-29?16:54??jaxws-ri\lib\jsr181-api.jar
?????文件??????221747??2013-04-29?16:55??jaxws-ri\lib\jaxb-core.jar
?????文件??????919968??2013-04-29?16:55??jaxws-ri\lib\jaxb-impl.jar
?????文件??????293863??2013-04-29?16:55??jaxws-ri\lib\FastInfoset.jar
?????文件??????158494??2013-04-29?16:55??jaxws-ri\lib\policy.jar
?????文件???????21820??2013-04-29?16:55??jaxws-ri\lib\gmbal-api-only.jar
?????文件???????44724??2013-04-29?16:55??jaxws-ri\lib\management-api.jar
?????文件???????16655??2013-04-29?16:55??jaxws-ri\lib\stax-ex.jar
?????文件???????64332??2013-04-29?16:55??jaxws-ri\lib\streambuffer.jar
?????文件???????59175??2013-04-29?16:55??jaxws-ri\lib\mimepull.jar
?????文件???????36383??2013-04-29?16:57??jaxws-ri\lib\ha-api.jar
?????文件??????427999??2013-04-29?17:42??jaxws-ri\lib\saaj-impl.jar
?????文件??????478935??2013-04-29?16:55??jaxws-ri\lib\woodstox-core-asl.jar
?????文件??????182112??2013-04-29?16:55??jaxws-ri\lib\stax2-api.jar
?????文件??????841559??2013-04-29?18:05??jaxws-ri\lib\jaxws-tools.jar
?????文件??????114094??2013-04-29?16:58??jaxws-ri\lib\jaxb-jxc.jar
?????文件?????1930174??2013-04-29?16:58??jaxws-ri\lib\jaxb-xjc.jar
?????目錄???????????0??2013-04-29?18:51??jaxws-ri\docs\
?????文件???????20558??2013-04-29?18:50??jaxws-ri\docs\ch07.html
?????文件????????8500??2013-04-29?18:50??jaxws-ri\docs\ch06.html
?????文件????????8920??2013-04-29?18:50??jaxws-ri\docs\ch05.html
?????文件???????75117??2013-04-29?18:50??jaxws-ri\docs\ch04.html
?????文件??????484368??2013-04-29?18:50??jaxws-ri\docs\ch03.html
............此處省略709個文件信息

評論

共有 條評論