public class ProxyServiceConfiguration
extends org.apache.cxf.service.factory.DefaultServiceConfiguration
| Constructor and Description |
|---|
ProxyServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected List<QName> |
getAllServices(javax.wsdl.Definition definition)
This method returns a list of all the services defined in the definition.
|
QName |
getEndpointName()
Override to use port name from service definition in WSDL when we are doing
WSDL-first.
|
protected List<QName> |
getProbableServices(javax.wsdl.Definition definition)
This method returns the list of services that matches with the local part of
the service QName.
|
protected javax.wsdl.Service |
getServiceFromDefinition(javax.wsdl.Definition definition) |
void |
setSoapVersion(String soapVersion) |
createName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getServiceName, getServiceNamespace, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, hasOutMessage, isAsync, isHeader, isHolder, isInParam, isOperation, isOutParam, isWrapped, isWrapperPartNillablegetAction, getFaultMessageName, getMEP, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWsdlURL, isRPC, isWrapped, isWrapperPartQualified, setServiceFactory, setServiceNamespacepublic QName getEndpointName()
getEndpointName in class org.apache.cxf.service.factory.DefaultServiceConfigurationprotected javax.wsdl.Service getServiceFromDefinition(javax.wsdl.Definition definition)
protected List<QName> getAllServices(javax.wsdl.Definition definition)
protected List<QName> getProbableServices(javax.wsdl.Definition definition)
public void setSoapVersion(String soapVersion)
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.