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="file:/home/mamut/workspace/midpoint/tags/midpoint-1.9/infra/schema/src/main/resources/xml/ns/private/model/modelWrapper.wsdl",
                  targetNamespace="http://midpoint.evolveum.com/xml/ns/public/model/model-1.wsdl")
public class ModelService
extends javax.xml.ws.Service

This class was generated by Apache CXF 2.4.3 2011-10-21T11:42:52.108+02:00 Generated source version: 2.4.3


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 ModelPort
           
static javax.xml.namespace.QName SERVICE
           
static java.net.URL WSDL_LOCATION
           
 
Constructor Summary
ModelService()
           
ModelService(java.net.URL wsdlLocation)
           
ModelService(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 ModelPortType getModelPort()
           
 ModelPortType getModelPort(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 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

ModelPort

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

ModelService

public ModelService(java.net.URL wsdlLocation)

ModelService

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

ModelService

public ModelService()
Method Detail

getModelPort

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

getModelPort

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


Copyright © 2011 evolveum. All Rights Reserved.