eu.keep.emulatorarchive
Class EmulatorArchiveService

Object
  extended by javax.xml.ws.Service
      extended by EmulatorArchiveService

@WebServiceClient(name="EmulatorArchiveService",
                  wsdlLocation="file:./resources/emulatorarchive.wsdl",
                  targetNamespace="http://emulatorarchive.keep.eu")
public class EmulatorArchiveService
extends javax.xml.ws.Service

This class was generated by Apache CXF 2.2.7 Tue Feb 28 13:31:34 CET 2012 Generated source version: 2.2.7


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
javax.xml.ws.Service.Mode
 
Field Summary
static javax.xml.namespace.QName EmulatorArchivePort
           
static javax.xml.namespace.QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
EmulatorArchiveService()
           
EmulatorArchiveService(URL wsdlLocation)
           
EmulatorArchiveService(URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 EmulatorArchivePortType getEmulatorArchivePort()
           
 EmulatorArchivePortType getEmulatorArchivePort(javax.xml.ws.WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_LOCATION

public static final URL WSDL_LOCATION

SERVICE

public static final javax.xml.namespace.QName SERVICE

EmulatorArchivePort

public static final javax.xml.namespace.QName EmulatorArchivePort
Constructor Detail

EmulatorArchiveService

public EmulatorArchiveService(URL wsdlLocation)

EmulatorArchiveService

public EmulatorArchiveService(URL wsdlLocation,
                              javax.xml.namespace.QName serviceName)

EmulatorArchiveService

public EmulatorArchiveService()
Method Detail

getEmulatorArchivePort

@WebEndpoint(name="EmulatorArchivePort")
public EmulatorArchivePortType getEmulatorArchivePort()
Returns:
returns EmulatorArchivePortType

getEmulatorArchivePort

@WebEndpoint(name="EmulatorArchivePort")
public EmulatorArchivePortType getEmulatorArchivePort(javax.xml.ws.WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns EmulatorArchivePortType