public class JaxWsServiceFactoryBean extends ReflectionServiceFactoryBean
JaxWsServerFactoryBean| Modifier and Type | Field and Description |
|---|---|
static String |
WS_FEATURES |
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, wsdlURLdataBindingSet, schemaLocations| Constructor and Description |
|---|
JaxWsServiceFactoryBean() |
JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo) |
addFault, buildServiceFromWSDL, 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, isInOutParam, 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, validateServiceModelgetBus, getDataBinding, getDataBinding, getService, getSessionState, initializeDataBindings, sendEvent, setBus, setDataBinding, setServicepublic static final String WS_FEATURES
public JaxWsServiceFactoryBean()
public JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo)
public void reset()
reset in class ReflectionServiceFactoryBeanpublic Service create()
create in class ReflectionServiceFactoryBeanpublic void setServiceClass(Class<?> serviceClass)
setServiceClass in class ReflectionServiceFactoryBeanprotected void checkServiceClassAnnotations(Class<?> sc)
checkServiceClassAnnotations in class ReflectionServiceFactoryBeanprotected void initializeFaultInterceptors()
initializeFaultInterceptors in class ReflectionServiceFactoryBeanpublic Endpoint createEndpoint(EndpointInfo ei) throws EndpointException
createEndpoint in class ReflectionServiceFactoryBeanEndpointExceptionprotected void initializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method method)
initializeWSDLOperation in class ReflectionServiceFactoryBeanprotected void bindOperation(OperationInfo op, Method method)
bindOperation in class ReflectionServiceFactoryBeanprotected void initializeWSDLOperations()
initializeWSDLOperations in class ReflectionServiceFactoryBeanprotected void initializeWSDLOperationsForProvider()
protected Class<?> getBeanClass(Class<?> exClass)
getBeanClass in class ReflectionServiceFactoryBeanpublic void setJaxWsConfiguration(JaxWsServiceConfiguration jaxWsConfiguration)
public JaxWsImplementorInfo getJaxWsImplementorInfo()
public void setJaxWsImplementorInfo(JaxWsImplementorInfo jaxWsImplementorInfo)
protected final void initConfiguration(JaxWsImplementorInfo ii)
public List<WebServiceFeature> getWsFeatures()
public void setWsFeatures(List<WebServiceFeature> swsFeatures)
protected OperationInfo createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)
createOperation in class ReflectionServiceFactoryBeanprotected Set<Class<?>> getExtraClass()
getExtraClass in class ReflectionServiceFactoryBeanprotected void buildServiceFromClass()
buildServiceFromClass in class ReflectionServiceFactoryBeanprotected void initializeParameter(MessagePartInfo part, Class<?> rawClass, Type type)
initializeParameter in class ReflectionServiceFactoryBeanprotected Invoker createInvoker()
createInvoker in class ReflectionServiceFactoryBeanApache CXF