org.mule.module.cxf
Class HolderServiceService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.mule.module.cxf.HolderServiceService

@WebServiceClient(name="HolderServiceService",
                  wsdlLocation="/Users/evangelinamartinezruizmoreno/echoHolder.wsdl",
                  targetNamespace="http://cxf.module.mule.org/")
public class HolderServiceService
extends Service

This class was generated by Apache CXF 2.5.1 2012-01-18T22:08:37.809-03:00 Generated source version: 2.5.1


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName HolderServicePort
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
HolderServiceService()
           
HolderServiceService(URL wsdlLocation)
           
HolderServiceService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 HolderService getHolderServicePort()
           
 HolderService getHolderServicePort(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

HolderServicePort

public static final QName HolderServicePort
Constructor Detail

HolderServiceService

public HolderServiceService(URL wsdlLocation)

HolderServiceService

public HolderServiceService(URL wsdlLocation,
                            QName serviceName)

HolderServiceService

public HolderServiceService()
Method Detail

getHolderServicePort

@WebEndpoint(name="HolderServicePort")
public HolderService getHolderServicePort()
Returns:
returns HolderService

getHolderServicePort

@WebEndpoint(name="HolderServicePort")
public HolderService getHolderServicePort(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 HolderService


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.