com.hyper9.simdk.stubs
Class VimServiceClient

java.lang.Object
  extended by javax.xml.ws.Service
      extended by com.hyper9.simdk.stubs.VimServiceClient

@WebServiceClient(name="VimService",
                  targetNamespace="urn:internalvim25")
public class VimServiceClient
extends Service


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Constructor Summary
VimServiceClient()
           
VimServiceClient(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 VimService getVimPort()
           
 VimService getVimPort(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
 

Constructor Detail

VimServiceClient

public VimServiceClient(URL wsdlLocation,
                        QName serviceName)

VimServiceClient

public VimServiceClient()
Method Detail

getVimPort

@WebEndpoint(name="VimPort")
public VimService getVimPort()
Returns:
returns VimService

getVimPort

@WebEndpoint(name="VimPort")
public VimService getVimPort(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 VimService


Copyright © 2009-2010 Hyper9. All Rights Reserved.