Uses of Class
org.apache.cxf.service.model.InterfaceInfo
-
-
Uses of InterfaceInfo in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type InterfaceInfo Modifier and Type Method Description protected 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 InterfaceInfo Modifier and Type Method Description voidServiceJavascriptBuilder. 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 InterfaceInfo Modifier and Type Method Description Set<Class<?>>WrapperClassGenerator. 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 InterfaceInfo Modifier and Type Method Description Set<Class<?>>WrapperClassCreator. generate(JaxWsServiceFactoryBean fact, InterfaceInfo inf, boolean q)Set<Class<?>>WrapperClassCreatorProxyService. generate(JaxWsServiceFactoryBean fact, InterfaceInfo inf, boolean q)Set<Class<?>>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 InterfaceInfo Modifier and Type Method Description protected OperationInfoJaxWsServiceFactoryBean. createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)QNameJaxWsServiceConfiguration. getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)QNameJaxWsServiceConfiguration. 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 InterfaceInfo Modifier and Type Method Description voidServiceModelVisitor. 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 InterfaceInfo Modifier and Type Method Description InterfaceInfoServiceInfo. createInterface(QName qn)InterfaceInfoBindingInfo. getInterface()InterfaceInfoEndpointInfo. getInterface()InterfaceInfoOperationInfo. getInterface()InterfaceInfoServiceInfo. getInterface()Methods in org.apache.cxf.service.model with parameters of type InterfaceInfo Modifier and Type Method Description voidServiceInfo. 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 Modifier and Type Method Description static 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 Modifier and Type Method Description JavaInterfaceInterfaceMapper. map(InterfaceInfo interfaceInfo) -
Uses of InterfaceInfo in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return InterfaceInfo Modifier and Type Method Description protected InterfaceInfoReflectionServiceFactoryBean. createInterface(ServiceInfo serviceInfo)protected InterfaceInfoReflectionServiceFactoryBean. getInterfaceInfo()Methods in org.apache.cxf.wsdl.service.factory with parameters of type InterfaceInfo Modifier and Type Method Description protected 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)QNameAbstractServiceConfiguration. getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)QNameDefaultServiceConfiguration. getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)protected QNameReflectionServiceFactoryBean. getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)QNameAbstractServiceConfiguration. getOperationName(InterfaceInfo service, Method method)Creates a name for the operation from the method name.QNameDefaultServiceConfiguration. 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 InterfaceInfo Modifier and Type Method Description protected javax.wsdl.PortTypeServiceWSDLBuilder. buildPortType(InterfaceInfo intf, javax.wsdl.Definition def)
-