public class WSDLSoapServiceFactoryBean
extends org.apache.cxf.service.factory.ReflectionServiceFactoryBean
ELEMENT_NAME, ENDPOINT_CLASS, EXTRA_CLASS, FORCE_TYPES, GENERIC_TYPE, HEADER, HOLDER, METHOD, METHOD_ANNOTATIONS, METHOD_PARAM_ANNOTATIONS, MODE_INOUT, MODE_OUT, PARAM_ANNOTATION, parameterizedTypes, RAW_CLASS, schemaLocationMapping, serviceClass, serviceType, WRAPPERGEN_NEEDED, wsdlURL| Constructor and Description |
|---|
WSDLSoapServiceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkServiceClassAnnotations(Class<?> sc) |
org.apache.cxf.service.Service |
create() |
QName |
getEndpointName() |
String |
getServiceName() |
QName |
getServiceQName() |
void |
setEndpointName(QName name) |
void |
setServiceName(QName name) |
addFault, bindOperation, buildServiceFromClass, buildServiceFromWSDL, checkForElement, createBareMessage, createDefaultDataBinding, createEndpoint, createEndpoints, createFaultForException, createInputWrappedMessageParts, createInterface, createInvoker, createMessageParts, createOperation, createOutputMessageName, createOutputWrappedMessageParts, createServiceInfo, createWrappedSchema, getAction, getAnonymousWrapperTypes, getBeanClass, getConfigurations, getEndpointInfo, getEndpointName, getExecutor, getExtraClass, getFaultName, getFeatures, getHolderType, getIgnoredClasses, getIgnoredMethods, getInParameterName, getInPartName, getInputMessageName, getInterfaceInfo, getInterfaceName, getInvoker, getMethodDispatcher, getOperationName, getOutParameterName, getOutPartName, getProperties, getQualifyWrapperSchema, getRequestWrapper, getRequestWrapperClassName, getResponseWrapper, getResponseWrapperClassName, getServiceClass, getServiceConfigurations, getServiceNamespace, getServiceQName, getStyle, getWrapped, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, getWsdlURL, hasOutMessage, hasWrappedMethods, initializeClassInfo, initializeDefaultInterceptors, initializeFaultInterceptors, initializeFaults, initializeParameter, initializeServiceConfigurations, initializeServiceModel, initializeWrappedSchema, initializeWSDLOperation, initializeWSDLOperations, isAnonymousWrapperTypes, isAsync, isFromWsdl, isHeader, isHolder, isInParam, isMatchOperation, isOutParam, isPopulateFromClass, isQualifyWrapperSchema, isRPC, isValidMethod, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, processTypes, reset, setAnonymousWrapperTypes, setConfigurations, setExecutor, setFeatures, setIgnoredClasses, setIgnoredMethods, setInvoker, setMethodDispatcher, setOldMethodDispatcherProperty, setPopulateFromClass, setProperties, setQualifyWrapperSchema, setSchemaLocations, setServiceClass, setServiceConfigurations, setServiceProperties, setServiceType, setValidate, setWrapped, setWsdlURL, setWsdlURL, updateBindingOperation, validateServiceModelpublic org.apache.cxf.service.Service create()
create in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanprotected void checkServiceClassAnnotations(Class<?> sc)
checkServiceClassAnnotations in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanpublic void setServiceName(QName name)
setServiceName in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanpublic String getServiceName()
getServiceName in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanpublic QName getServiceQName()
getServiceQName in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanpublic QName getEndpointName()
getEndpointName in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanpublic void setEndpointName(QName name)
setEndpointName in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanApache Camel