Class GeoIPService
- java.lang.Object
- 
- javax.xml.ws.Service
- 
- jadex.webservice.examples.ws.geoip.gen.GeoIPService
 
 
- 
 @WebServiceClient(name="GeoIPService", targetNamespace="http://www.webservicex.net/", wsdlLocation="http://www.webservicex.net/geoipservice.asmx?WSDL") public class GeoIPService extends javax.xml.ws.ServiceThis class was generated by the JAX-WS RI. JAX-WS RI 2.1.6 in JDK 6 Generated source version: 2.1
- 
- 
Constructor SummaryConstructors Constructor Description GeoIPService()GeoIPService(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoIPServiceSoapgetGeoIPServiceSoap()GeoIPServiceSoapgetGeoIPServiceSoap(javax.xml.ws.WebServiceFeature... features)- 
Methods inherited from class javax.xml.ws.ServiceaddPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
- 
 
- 
- 
- 
Method Detail- 
getGeoIPServiceSoap@WebEndpoint(name="GeoIPServiceSoap") public GeoIPServiceSoap getGeoIPServiceSoap() - Returns:
- returns GeoIPServiceSoap
 
 - 
getGeoIPServiceSoap@WebEndpoint(name="GeoIPServiceSoap") public GeoIPServiceSoap getGeoIPServiceSoap(javax.xml.ws.WebServiceFeature... features) - Parameters:
- features- A list of- WebServiceFeatureto configure on the proxy. Supported features not in the- featuresparameter will have their default values.
- Returns:
- returns GeoIPServiceSoap
 
 
- 
 
-