org.fosstrak.capturingapp.wsdl
Class CapturingAppService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.fosstrak.capturingapp.wsdl.CapturingAppService

@WebServiceClient(name="CapturingAppService",
                  wsdlLocation="file:/C:/accada/capturingapp/target/checkout/src/main/resources/wsdl/captureApp.wsdl",
                  targetNamespace="urn:wsdl:capturingapp:fosstrak:org")
public class CapturingAppService
extends javax.xml.ws.Service

This class was generated by Apache CXF 2.0.9 Tue Aug 18 00:55:17 CEST 2009 Generated source version: 2.0.9


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 CaptureAppServicePort
           
static javax.xml.namespace.QName SERVICE
           
static java.net.URL WSDL_LOCATION
           
 
Constructor Summary
CapturingAppService()
           
CapturingAppService(java.net.URL wsdlLocation)
           
CapturingAppService(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 CaptureAppPortType getCaptureAppServicePort()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_LOCATION

public static final java.net.URL WSDL_LOCATION

SERVICE

public static final javax.xml.namespace.QName SERVICE

CaptureAppServicePort

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

CapturingAppService

public CapturingAppService(java.net.URL wsdlLocation)

CapturingAppService

public CapturingAppService(java.net.URL wsdlLocation,
                           javax.xml.namespace.QName serviceName)

CapturingAppService

public CapturingAppService()
Method Detail

getCaptureAppServicePort

@WebEndpoint(name="CaptureAppServicePort")
public CaptureAppPortType getCaptureAppServicePort()
Returns:
returns CaptureAppServicePort


Copyright © 2009. All Rights Reserved.