Java Reference
In-Depth Information
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.4-b01
* Generated source version: 2.2
*
*/
@WebServiceClient(name = "TempVerterImplService",
targetNamespace
=
"ht-
tp://tv.tutortutor.ca/",
wsdlLocation = "http://localhost:9901/
TempVerter?wsdl")
public class TempVerterImplService extends Service
{
private
final
static
URL
TEMPVERTERIMPLSERVICE_WSDL_LOCATION;
private
final
static
WebServiceException
TEMPVERTERIMPLSERVICE_EXCEPTION;
private final static QName TEMPVERTERIMPLSERVICE_QNAME =
new QName("http://tv.tutortutor.ca/", "TempVerterIm-
plService");
static
{
URL url = null;
WebServiceException e = null;
try
{
url = new URL("http://localhost:9901/TempVert-
er?wsdl");
}
Search WWH ::




Custom Search