com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl
Class ModelService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl.ModelService

@WebServiceClient(name="modelService",
                  wsdlLocation="classpath:xml/ns/private/model/modelWrapper.wsdl",
                  targetNamespace="http://midpoint.evolveum.com/xml/ns/public/model/model-1.wsdl")
public class ModelService
extends Service

This class was generated by Apache CXF 2.4.3 2013-03-04T20:32:19.665+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 ModelPort
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
ModelService()
           
ModelService(URL wsdlLocation)
           
ModelService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 ModelPortType getModelPort()
           
 ModelPortType getModelPort(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

ModelPort

public static final QName ModelPort
Constructor Detail

ModelService

public ModelService(URL wsdlLocation)

ModelService

public ModelService(URL wsdlLocation,
                    QName serviceName)

ModelService

public ModelService()
Method Detail

getModelPort

@WebEndpoint(name="modelPort")
public ModelPortType getModelPort()
Returns:
returns ModelPortType

getModelPort

@WebEndpoint(name="modelPort")
public ModelPortType getModelPort(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 ModelPortType


Copyright © 2013 evolveum. All Rights Reserved.