Uses of Class
org.apache.cxf.service.model.InterfaceInfo
Packages that use InterfaceInfo
Package
Description
-
Uses of InterfaceInfo in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type InterfaceInfoModifier and TypeMethodDescriptionprotected org.omg.CORBA.NVListCorbaStreamInInterceptor.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 InterfaceInfoModifier and TypeMethodDescriptionvoidServiceJavascriptBuilder.begin(InterfaceInfo intf) voidServiceJavascriptBuilder.end(InterfaceInfo intf) -
Uses of InterfaceInfo in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws with parameters of type InterfaceInfoModifier and TypeMethodDescriptionWrapperClassGenerator.generate(JaxWsServiceFactoryBean factory, InterfaceInfo interfaceInfo, boolean qualified) -
Uses of InterfaceInfo in org.apache.cxf.jaxws.spi
Methods in org.apache.cxf.jaxws.spi with parameters of type InterfaceInfoModifier and TypeMethodDescriptionWrapperClassCreator.generate(JaxWsServiceFactoryBean fact, InterfaceInfo inf, boolean q) WrapperClassCreatorProxyService.generate(JaxWsServiceFactoryBean fact, InterfaceInfo inf, boolean q) WrapperClassLoader.generate(JaxWsServiceFactoryBean factory, InterfaceInfo interfaceInfo, boolean q) -
Uses of InterfaceInfo in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support with parameters of type InterfaceInfoModifier and TypeMethodDescriptionprotected OperationInfoJaxWsServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m) JaxWsServiceConfiguration.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) JaxWsServiceConfiguration.getOperationName(InterfaceInfo intf, Method method) protected voidJaxWsServiceFactoryBean.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 InterfaceInfoModifier and TypeMethodDescriptionvoidServiceModelVisitor.begin(InterfaceInfo intf) voidServiceModelVisitor.end(InterfaceInfo intf) -
Uses of InterfaceInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return InterfaceInfoModifier and TypeMethodDescriptionServiceInfo.createInterface(QName qn) BindingInfo.getInterface()EndpointInfo.getInterface()OperationInfo.getInterface()ServiceInfo.getInterface()Methods in org.apache.cxf.service.model with parameters of type InterfaceInfo -
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 InterfaceInfoModifier and TypeMethodDescriptionstatic JavaInterfacePortTypeProcessor.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 -
Uses of InterfaceInfo in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return InterfaceInfoModifier and TypeMethodDescriptionprotected InterfaceInfoReflectionServiceFactoryBean.createInterface(ServiceInfo serviceInfo) protected InterfaceInfoReflectionServiceFactoryBean.getInterfaceInfo()Methods in org.apache.cxf.wsdl.service.factory with parameters of type InterfaceInfoModifier and TypeMethodDescriptionprotected FaultInfoReflectionServiceFactoryBean.addFault(InterfaceInfo service, OperationInfo op, Class<?> exClass) protected voidReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf, OperationInfo op, Method method) protected OperationInfoReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m) protected ServiceInfoReflectionServiceFactoryBean.createServiceInfo(InterfaceInfo intf) AbstractServiceConfiguration.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) DefaultServiceConfiguration.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) protected QNameReflectionServiceFactoryBean.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) AbstractServiceConfiguration.getOperationName(InterfaceInfo service, Method method) Creates a name for the operation from the method name.DefaultServiceConfiguration.getOperationName(InterfaceInfo service, Method method) protected QNameReflectionServiceFactoryBean.getOperationName(InterfaceInfo service, Method method) Creates a name for the operation from the method name.booleanReflectionServiceFactoryBean.hasWrappedMethods(InterfaceInfo interfaceInfo) protected voidReflectionServiceFactoryBean.initializeFaults(InterfaceInfo service, OperationInfo op, Method method) protected voidReflectionServiceFactoryBean.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 InterfaceInfoModifier and TypeMethodDescriptionprotected javax.wsdl.PortTypeServiceWSDLBuilder.buildPortType(InterfaceInfo intf, javax.wsdl.Definition def)