com.evolveum.midpoint.xml.ns._private.fake.fake_1_wsdl
Class FakeService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by com.evolveum.midpoint.xml.ns._private.fake.fake_1_wsdl.FakeService

@WebServiceClient(name="fakeService",
                  wsdlLocation="file:/home/semancik/projects/evolveum/midpoint/tags/midpoint-2.1.1/infra/schema/src/main/resources/xml/ns/private/fake/fakeWrapper.wsdl",
                  targetNamespace="http://midpoint.evolveum.com/xml/ns/private/fake/fake-1.wsdl")
public class FakeService
extends Service

This class was generated by Apache CXF 2.4.3 2013-03-04T20:32:21.939+01:00 Generated source version: 2.4.3


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName FakePort
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
FakeService()
           
FakeService(URL wsdlLocation)
           
FakeService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 FakePortType getFakePort()
           
 FakePortType getFakePort(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 java.lang.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 QName SERVICE

FakePort

public static final QName FakePort
Constructor Detail

FakeService

public FakeService(URL wsdlLocation)

FakeService

public FakeService(URL wsdlLocation,
                   QName serviceName)

FakeService

public FakeService()
Method Detail

getFakePort

@WebEndpoint(name="fakePort")
public FakePortType getFakePort()
Returns:
returns FakePortType

getFakePort

@WebEndpoint(name="fakePort")
public FakePortType getFakePort(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 FakePortType


Copyright © 2013 evolveum. All Rights Reserved.