public class WSDLServiceFactoryBean
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 |
|---|
WSDLServiceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkServiceClassAnnotations(Class<?> sc) |
protected org.apache.cxf.service.invoker.Invoker |
createInvoker() |
protected void |
initializeWSDLOperations() |
addFault, bindOperation, buildServiceFromClass, buildServiceFromWSDL, checkForElement, create, createBareMessage, createDefaultDataBinding, createEndpoint, createEndpoints, createFaultForException, createInputWrappedMessageParts, createInterface, createMessageParts, createOperation, createOutputMessageName, createOutputWrappedMessageParts, createServiceInfo, createWrappedSchema, getAction, getAnonymousWrapperTypes, getBeanClass, getConfigurations, getEndpointInfo, getEndpointName, 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, getServiceName, getServiceNamespace, getServiceQName, getServiceQName, getStyle, getWrapped, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, getWsdlURL, hasOutMessage, hasWrappedMethods, initializeClassInfo, initializeDefaultInterceptors, initializeFaultInterceptors, initializeFaults, initializeParameter, initializeServiceConfigurations, initializeServiceModel, initializeWrappedSchema, initializeWSDLOperation, isAnonymousWrapperTypes, isAsync, isFromWsdl, isHeader, isHolder, isInParam, isMatchOperation, isOutParam, isPopulateFromClass, isQualifyWrapperSchema, isRPC, isValidMethod, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, processTypes, reset, setAnonymousWrapperTypes, setConfigurations, setEndpointName, setExecutor, setFeatures, setIgnoredClasses, setIgnoredMethods, setInvoker, setMethodDispatcher, setOldMethodDispatcherProperty, setPopulateFromClass, setProperties, setQualifyWrapperSchema, setSchemaLocations, setServiceClass, setServiceConfigurations, setServiceName, setServiceProperties, setServiceType, setValidate, setWrapped, setWsdlURL, setWsdlURL, updateBindingOperation, validateServiceModelprotected void initializeWSDLOperations()
initializeWSDLOperations in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanprotected void checkServiceClassAnnotations(Class<?> sc)
checkServiceClassAnnotations in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanprotected org.apache.cxf.service.invoker.Invoker createInvoker()
createInvoker in class org.apache.cxf.service.factory.ReflectionServiceFactoryBeanApache Camel