Apache CXF API

Uses of Class
org.apache.cxf.service.model.InterfaceInfo

Packages that use InterfaceInfo
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.javascript.service   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.support   
org.apache.cxf.service   
org.apache.cxf.service.model   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper   
org.apache.cxf.wsdl.service.factory   
org.apache.cxf.wsdl11   
 

Uses of InterfaceInfo in org.apache.cxf.binding.corba.interceptors
 

Methods in org.apache.cxf.binding.corba.interceptors with parameters of type InterfaceInfo
protected  NVList CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)
           
 

Uses of InterfaceInfo in org.apache.cxf.javascript.service
 

Methods in org.apache.cxf.javascript.service with parameters of type InterfaceInfo
 void ServiceJavascriptBuilder.begin(InterfaceInfo intf)
           
 void ServiceJavascriptBuilder.end(InterfaceInfo intf)
           
 

Uses of InterfaceInfo in org.apache.cxf.jaxws
 

Constructors in org.apache.cxf.jaxws with parameters of type InterfaceInfo
WrapperClassGenerator(JaxWsServiceFactoryBean fact, InterfaceInfo inf, boolean q)
           
 

Uses of InterfaceInfo in org.apache.cxf.jaxws.support
 

Methods in org.apache.cxf.jaxws.support with parameters of type InterfaceInfo
protected  OperationInfo JaxWsServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)
           
 QName JaxWsServiceConfiguration.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)
           
 QName JaxWsServiceConfiguration.getOperationName(InterfaceInfo intf, Method method)
           
protected  void JaxWsServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method method)
           
 

Uses of InterfaceInfo in org.apache.cxf.service
 

Methods in org.apache.cxf.service with parameters of type InterfaceInfo
 void ServiceModelVisitor.begin(InterfaceInfo intf)
           
 void ServiceModelVisitor.end(InterfaceInfo intf)
           
 

Uses of InterfaceInfo in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return InterfaceInfo
 InterfaceInfo ServiceInfo.createInterface(QName qn)
           
 InterfaceInfo BindingInfo.getInterface()
           
 InterfaceInfo EndpointInfo.getInterface()
           
 InterfaceInfo OperationInfo.getInterface()
           
 InterfaceInfo ServiceInfo.getInterface()
           
 

Methods in org.apache.cxf.service.model with parameters of type InterfaceInfo
 void ServiceInfo.setInterface(InterfaceInfo inf)
           
 

Uses of InterfaceInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with parameters of type InterfaceInfo
static JavaInterface PortTypeProcessor.getInterface(ToolContext context, ServiceInfo serviceInfo, InterfaceInfo interfaceInfo)
           
 

Uses of InterfaceInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper with parameters of type InterfaceInfo
 JavaInterface InterfaceMapper.map(InterfaceInfo interfaceInfo)
           
 

Uses of InterfaceInfo in org.apache.cxf.wsdl.service.factory
 

Methods in org.apache.cxf.wsdl.service.factory that return InterfaceInfo
protected  InterfaceInfo ReflectionServiceFactoryBean.createInterface(ServiceInfo serviceInfo)
           
protected  InterfaceInfo ReflectionServiceFactoryBean.getInterfaceInfo()
           
 

Methods in org.apache.cxf.wsdl.service.factory with parameters of type InterfaceInfo
protected  FaultInfo ReflectionServiceFactoryBean.addFault(InterfaceInfo service, OperationInfo op, Class<?> exClass)
           
protected  void ReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf, OperationInfo op, Method method)
           
protected  OperationInfo ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)
           
protected  ServiceInfo ReflectionServiceFactoryBean.createServiceInfo(InterfaceInfo intf)
           
 QName AbstractServiceConfiguration.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)
           
 QName DefaultServiceConfiguration.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)
           
protected  QName ReflectionServiceFactoryBean.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)
           
 QName AbstractServiceConfiguration.getOperationName(InterfaceInfo service, Method method)
          Creates a name for the operation from the method name.
 QName DefaultServiceConfiguration.getOperationName(InterfaceInfo service, Method method)
           
protected  QName ReflectionServiceFactoryBean.getOperationName(InterfaceInfo service, Method method)
          Creates a name for the operation from the method name.
 boolean ReflectionServiceFactoryBean.hasWrappedMethods(InterfaceInfo interfaceInfo)
           
protected  void ReflectionServiceFactoryBean.initializeFaults(InterfaceInfo service, OperationInfo op, Method method)
           
protected  void ReflectionServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method method)
           
 

Uses of InterfaceInfo in org.apache.cxf.wsdl11
 

Methods in org.apache.cxf.wsdl11 with parameters of type InterfaceInfo
protected  javax.wsdl.PortType ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, javax.wsdl.Definition def)
           
 


Apache CXF API

Apache CXF