Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 29 → Rev 30

/sbm4mylyn/trunk/src/net/brutex/sbm/wsclient/Aewebservices71.java
0,0 → 1,77
 
/*
*
*/
 
package net.brutex.sbm.wsclient;
 
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;
 
/**
* This class was generated by Apache CXF 2.2.8
* Sun May 30 10:35:30 CEST 2010
* Generated source version: 2.2.8
*
*/
 
 
@WebServiceClient(name = "aewebservices71",
wsdlLocation = "file:aewebservices71.wsdl",
targetNamespace = "http://localhost:80/gsoap/aewebservices71.wsdl")
public class Aewebservices71 extends Service {
 
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("http://localhost:80/gsoap/aewebservices71.wsdl", "aewebservices71");
public final static QName Aewebservices71 = new QName("http://localhost:80/gsoap/aewebservices71.wsdl", "aewebservices71");
static {
URL url = null;
try {
url = new URL("file:aewebservices71.wsdl");
} catch (MalformedURLException e) {
System.err.println("Can not initialize the default wsdl from file:aewebservices71.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
}
 
public Aewebservices71(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
 
public Aewebservices71(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
 
public Aewebservices71() {
super(WSDL_LOCATION, SERVICE);
}
 
/**
*
* @return
* returns Aewebservices71PortType
*/
@WebEndpoint(name = "aewebservices71")
public Aewebservices71PortType getAewebservices71() {
return super.getPort(Aewebservices71, Aewebservices71PortType.class);
}
 
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
* @return
* returns Aewebservices71PortType
*/
@WebEndpoint(name = "aewebservices71")
public Aewebservices71PortType getAewebservices71(WebServiceFeature... features) {
return super.getPort(Aewebservices71, Aewebservices71PortType.class, features);
}
 
}
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property