代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/358236/2998967
java phonepricesoapbindingskeleton.java
/**
* PhonePriceSoapBindingSkeleton.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.webservice;
public class PhonePriceSoapBindin
www.eeworm.com/read/358236/2998977
java phonepricesoapbindingstub.java
/**
* PhonePriceSoapBindingStub.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.webservice;
public class PhonePriceSoapBindingStu
www.eeworm.com/read/358236/2998983
java phonepriceservicelocator.java
/**
* PhonePriceServiceLocator.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.webservice;
public class PhonePriceServiceLocator
www.eeworm.com/read/358236/2998987
java phonepricesoapbindingskeleton.java
/**
* PhonePriceSoapBindingSkeleton.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.webservice;
public class PhonePriceSoapBindin
www.eeworm.com/read/131451/5928753
java~1~ simplesessionbean.java~1~
package webservice4;
import javax.ejb.*;
public class Enterprise1Bean implements SessionBean {
SessionContext sessionContext;
public void ejbCreate() throws CreateException {
/**@todo Compl
www.eeworm.com/read/131451/5928792
java~1~ simplesessionbean.java~1~
package webservice4;
import javax.ejb.*;
public class Enterprise1Bean implements SessionBean {
SessionContext sessionContext;
public void ejbCreate() throws CreateException {
/**@todo Compl
www.eeworm.com/read/129751/5970629
java elementnumberscreen.java
package webservice.midlet;
import javax.microedition.lcdui.*;
import javax.microedition.io.*;
import java.io.*;
public class ElementNumberScreen extends Form
implements Comman
www.eeworm.com/read/124873/14531579
asmx datatype2.asmx
using System;
using System.Web.Services;
public enum Mode
{
On = 1,
Off = 2
}
public class Order
{
public int OrderID;
www.eeworm.com/read/209302/4981055
java enrollment.java
package com.ibm.ta.webservice;
import java.io.Serializable;
public class Enrollment implements Serializable {
private long studentID;
private long courseID;
public Enrollment() {
th
www.eeworm.com/read/201516/5058515
asmx timeout.asmx
Imports System.Threading
Imports System.Web.Services
Public Class Timeout
Public Function Add(a As Integer, b As Integer) As Int