|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.service.factory.AbstractServiceFactoryBean
org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean
public class JaxWsServiceFactoryBean
Constructs a service model from JAX-WS service endpoint classes. Works with both @@WebServiceProvider and @@WebService annotated classes.
JaxWsServerFactoryBean| Field Summary | |
|---|---|
static String |
WS_FEATURES
|
| Fields inherited from class org.apache.cxf.wsdl.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 |
| Fields inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean |
|---|
dataBindingSet, schemaLocations |
| Constructor Summary | |
|---|---|
JaxWsServiceFactoryBean()
|
|
JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo)
|
|
| Method Summary | |
|---|---|
protected void |
bindOperation(org.apache.cxf.service.model.OperationInfo op,
Method method)
|
protected void |
buildServiceFromClass()
|
protected void |
checkServiceClassAnnotations(Class<?> sc)
|
org.apache.cxf.service.Service |
create()
|
org.apache.cxf.endpoint.Endpoint |
createEndpoint(org.apache.cxf.service.model.EndpointInfo ei)
|
protected org.apache.cxf.service.invoker.Invoker |
createInvoker()
|
protected org.apache.cxf.service.model.OperationInfo |
createOperation(org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.InterfaceInfo intf,
Method m)
|
protected Class<?> |
getBeanClass(Class<?> exClass)
|
protected Set<Class<?>> |
getExtraClass()
|
JaxWsImplementorInfo |
getJaxWsImplementorInfo()
|
protected Class<?> |
getProviderParameterType(Class<?> cls)
|
List<WebServiceFeature> |
getWsFeatures()
|
protected void |
initConfiguration(JaxWsImplementorInfo ii)
|
protected void |
initializeFaultInterceptors()
|
protected void |
initializeParameter(org.apache.cxf.service.model.MessagePartInfo part,
Class<?> rawClass,
Type type)
|
protected void |
initializeWSDLOperation(org.apache.cxf.service.model.InterfaceInfo intf,
org.apache.cxf.service.model.OperationInfo o,
Method method)
|
protected void |
initializeWSDLOperations()
|
protected void |
initializeWSDLOperationsForProvider()
|
void |
reset()
|
void |
setJaxWsConfiguration(JaxWsServiceConfiguration jaxWsConfiguration)
|
void |
setJaxWsImplementorInfo(JaxWsImplementorInfo jaxWsImplementorInfo)
|
void |
setServiceClass(Class<?> serviceClass)
|
void |
setWsFeatures(List<WebServiceFeature> swsFeatures)
|
| Methods inherited from class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean |
|---|
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, 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 |
| Methods inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean |
|---|
getBus, getDataBinding, getDataBinding, getService, getSessionState, initializeDataBindings, sendEvent, setBus, setDataBinding, setService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String WS_FEATURES
| Constructor Detail |
|---|
public JaxWsServiceFactoryBean()
public JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo)
| Method Detail |
|---|
public void reset()
reset in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanpublic org.apache.cxf.service.Service create()
create in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanpublic void setServiceClass(Class<?> serviceClass)
setServiceClass in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanprotected void checkServiceClassAnnotations(Class<?> sc)
checkServiceClassAnnotations in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanprotected void initializeFaultInterceptors()
initializeFaultInterceptors 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.wsdl.service.factory.ReflectionServiceFactoryBeanorg.apache.cxf.endpoint.EndpointException
protected void initializeWSDLOperation(org.apache.cxf.service.model.InterfaceInfo intf,
org.apache.cxf.service.model.OperationInfo o,
Method method)
initializeWSDLOperation in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean
protected void bindOperation(org.apache.cxf.service.model.OperationInfo op,
Method method)
bindOperation in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanprotected void initializeWSDLOperations()
initializeWSDLOperations in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanprotected void initializeWSDLOperationsForProvider()
protected Class<?> getProviderParameterType(Class<?> cls)
protected Class<?> getBeanClass(Class<?> exClass)
getBeanClass in class org.apache.cxf.wsdl.service.factory.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 org.apache.cxf.service.model.OperationInfo createOperation(org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.InterfaceInfo intf,
Method m)
createOperation in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanprotected Set<Class<?>> getExtraClass()
getExtraClass in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanprotected void buildServiceFromClass()
buildServiceFromClass in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean
protected void initializeParameter(org.apache.cxf.service.model.MessagePartInfo part,
Class<?> rawClass,
Type type)
initializeParameter in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBeanprotected org.apache.cxf.service.invoker.Invoker createInvoker()
createInvoker in class org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||