public class WSDLServiceFactoryBean
extends org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean
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() |
WSDLServiceFactoryBean(Class<?> serviceClass) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildServiceFromWSDL(String url) |
protected void |
checkServiceClassAnnotations(Class<?> sc) |
org.apache.cxf.endpoint.Endpoint |
createEndpoint(org.apache.cxf.service.model.EndpointInfo ei) |
protected org.apache.cxf.service.invoker.Invoker |
createInvoker() |
protected javax.wsdl.Definition |
getDefinition(String url) |
protected void |
initializeWSDLOperations() |
void |
setServiceClass(Class<?> serviceClass) |
bindOperation, buildServiceFromClass, create, createOperation, getBeanClass, getExtraClass, getJaxWsImplementorInfo, getProviderParameterType, getWsFeatures, initConfiguration, initializeFaultInterceptors, initializeParameter, initializeWSDLOperation, initializeWSDLOperationsForProvider, reset, setJaxWsConfiguration, setJaxWsImplementorInfo, setWsFeatures
addFault, checkForElement, createBareMessage, createDefaultDataBinding, createEndpoints, createFaultForException, createInputWrappedMessageParts, createInterface, createMessageParts, createOutputMessageName, createOutputWrappedMessageParts, createServiceInfo, createWrappedSchema, getAction, getAnonymousWrapperTypes, getConfigurations, getEndpointInfo, getEndpointName, getEndpointName, getExecutor, 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, initializeFaults, initializeServiceConfigurations, initializeServiceModel, initializeWrappedSchema, isAnonymousWrapperTypes, isAsync, isFromWsdl, isHeader, isHolder, isInParam, isMatchOperation, isOutParam, isPopulateFromClass, isQualifyWrapperSchema, isRPC, isValidMethod, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, processTypes, setAnonymousWrapperTypes, setConfigurations, setEndpointName, setExecutor, setFeatures, setIgnoredClasses, setIgnoredMethods, setInvoker, setMethodDispatcher, setPopulateFromClass, setProperties, setQualifyWrapperSchema, setSchemaLocations, setServiceConfigurations, setServiceName, setServiceProperties, setServiceType, setValidate, setWrapped, setWsdlURL, setWsdlURL, updateBindingOperation, validateServiceModel
public WSDLServiceFactoryBean()
public WSDLServiceFactoryBean(Class<?> serviceClass)
public void setServiceClass(Class<?> serviceClass)
setServiceClass
in class org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean
protected javax.wsdl.Definition getDefinition(String url)
protected void buildServiceFromWSDL(String url)
buildServiceFromWSDL
in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean
public org.apache.cxf.endpoint.Endpoint createEndpoint(org.apache.cxf.service.model.EndpointInfo ei) throws org.apache.cxf.endpoint.EndpointException
createEndpoint
in class org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean
org.apache.cxf.endpoint.EndpointException
protected void initializeWSDLOperations()
initializeWSDLOperations
in class org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean
protected void checkServiceClassAnnotations(Class<?> sc)
checkServiceClassAnnotations
in class org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean
protected org.apache.cxf.service.invoker.Invoker createInvoker()
createInvoker
in class org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean
Apache Camel