org.ow2.orchestra.cxf
Class OrchestraReflectionServiceFactoryBean

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceFactoryBean
      extended by org.apache.cxf.service.factory.ReflectionServiceFactoryBean
          extended by org.ow2.orchestra.cxf.OrchestraReflectionServiceFactoryBean

public class OrchestraReflectionServiceFactoryBean
extends org.apache.cxf.service.factory.ReflectionServiceFactoryBean

Author:
Guillaume Porcher

Field Summary
 
Fields inherited from class 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
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean
dataBindingSet
 
Constructor Summary
OrchestraReflectionServiceFactoryBean(QName portTypeQName, org.apache.cxf.service.Service cxfService)
           
 
Method Summary
 QName getInterfaceName()
           
protected  void initializeServiceModel()
           
 void setServiceClass(Class<?> serviceClass)
           
 
Methods inherited from class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
addFault, bindOperation, buildServiceFromClass, buildServiceFromWSDL, checkForElement, checkServiceClassAnnotations, create, createBareMessage, createDefaultDataBinding, createEndpoint, createEndpoints, createFaultForException, createInputWrappedMessageParts, createInterface, createInvoker, createMessageParts, createOperation, createOutputMessageName, createOutputWrappedMessageParts, createServiceInfo, createWrappedSchema, getAction, getAnonymousWrapperTypes, getBeanClass, getConfigurations, getEndpointInfo, getEndpointName, getEndpointName, getExecutor, getExtraClass, getFaultName, getFeatures, getHolderType, getIgnoredClasses, getIgnoredMethods, getInParameterName, getInPartName, getInputMessageName, getInterfaceInfo, 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, initializeWrappedSchema, initializeWSDLOperation, initializeWSDLOperations, 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, 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, initializeDataBindings, setBus, setDataBinding, setService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrchestraReflectionServiceFactoryBean

public OrchestraReflectionServiceFactoryBean(QName portTypeQName,
                                             org.apache.cxf.service.Service cxfService)
Parameters:
port -
cxfService -
Method Detail

getInterfaceName

public QName getInterfaceName()
Overrides:
getInterfaceName in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean

initializeServiceModel

protected void initializeServiceModel()
Overrides:
initializeServiceModel in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean

setServiceClass

public void setServiceClass(Class<?> serviceClass)
Overrides:
setServiceClass in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean


Copyright © 2011 OW2 Consortium. All Rights Reserved.