Uses of Class
org.apache.cxf.service.model.OperationInfo
Packages that use OperationInfo
Package
Description
-
Uses of OperationInfo in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding with parameters of type OperationInfoModifier and TypeMethodDescriptionAegisDatabinding.getSuggestedName(Service s, TypeMapping tm, OperationInfo op, int param) -
Uses of OperationInfo in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc with parameters of type OperationInfoModifier and TypeMethodDescriptionstatic booleanColocUtil.isAssignableOperationInfo(OperationInfo oi, Class<?> cls) static booleanColocUtil.isCompatibleOperationInfo(OperationInfo oi1, OperationInfo oi2) static booleanColocUtil.isSameOperationInfo(OperationInfo oi1, OperationInfo oi2) -
Uses of OperationInfo in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type OperationInfoModifier and TypeMethodDescriptionprotected FaultInfoCorbaStreamFaultInInterceptor.getFaultInfo(OperationInfo opInfo, QName faultName) protected MessagePartInfoCorbaStreamFaultOutInterceptor.getFaultMessagePartInfo(OperationInfo opInfo, QName faultName) protected voidCorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) protected voidCorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) -
Uses of OperationInfo in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap with parameters of type OperationInfoModifier and TypeMethodDescriptionSoapBindingConfiguration.getSoapAction(OperationInfo op) SoapBindingConfiguration.getStyle(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.binding.soap.model
Methods in org.apache.cxf.binding.soap.model that return OperationInfoMethods in org.apache.cxf.binding.soap.model with parameters of type OperationInfoModifier and TypeMethodDescriptionSoapBindingInfo.getSoapAction(OperationInfo operation) Get the soap action for an operation.SoapBindingInfo.getStyle(OperationInfo operation) -
Uses of OperationInfo in org.apache.cxf.feature.validation
Methods in org.apache.cxf.feature.validation with parameters of type OperationInfoModifier and TypeMethodDescriptionDefaultSchemaValidationTypeProvider.getSchemaValidationType(OperationInfo info) SchemaValidationTypeProvider.getSchemaValidationType(OperationInfo info) -
Uses of OperationInfo in org.apache.cxf.interceptor
Method parameters in org.apache.cxf.interceptor with type arguments of type OperationInfoModifier and TypeMethodDescriptionprotected MessagePartInfoAbstractInDatabindingInterceptor.findMessagePart(Exchange exchange, Collection<OperationInfo> operations, QName name, boolean client, int index, Message message) Find the next possible message part in the message. -
Uses of OperationInfo in org.apache.cxf.interceptor.security
Methods in org.apache.cxf.interceptor.security that return OperationInfoModifier and TypeMethodDescriptionprotected OperationInfoOperationInfoAuthorizingInterceptor.getTargetOperationInfo(Message message) -
Uses of OperationInfo in org.apache.cxf.javascript.service
Methods in org.apache.cxf.javascript.service with parameters of type OperationInfoModifier and TypeMethodDescriptionvoidServiceJavascriptBuilder.begin(OperationInfo op) voidServiceJavascriptBuilder.end(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws with parameters of type OperationInfoModifier and TypeMethodDescriptionvoidJAXWSMethodDispatcher.bind(OperationInfo o, Method... methods) voidJAXWSProviderMethodDispatcher.bind(OperationInfo o, Method... methods) -
Uses of OperationInfo in org.apache.cxf.jaxws.binding.soap
Methods in org.apache.cxf.jaxws.binding.soap with parameters of type OperationInfo -
Uses of OperationInfo in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support that return OperationInfoModifier and TypeMethodDescriptionprotected OperationInfoJaxWsServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m) Methods in org.apache.cxf.jaxws.support with parameters of type OperationInfoModifier and TypeMethodDescriptionprotected voidJaxWsServiceFactoryBean.bindOperation(OperationInfo op, Method method) JaxWsServiceConfiguration.getAction(OperationInfo op, Method method) JaxWsServiceConfiguration.getFaultMessageName(OperationInfo op, Class<?> exClass, Class<?> beanClass) JaxWsServiceConfiguration.getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) JaxWsServiceConfiguration.getInParameterName(OperationInfo op, Method method, int paramNumber) JaxWsServiceConfiguration.getInPartName(OperationInfo op, Method method, int paramNumber) JaxWsServiceConfiguration.getOutParameterName(OperationInfo op, Method method, int paramNumber) JaxWsServiceConfiguration.getOutPartName(OperationInfo op, Method method, int paramNumber) JaxWsServiceConfiguration.getRequestWrapperName(OperationInfo op, Method method) JaxWsServiceConfiguration.getRequestWrapperPartName(OperationInfo op, Method method) JaxWsServiceConfiguration.getResponseWrapperName(OperationInfo op, Method method) JaxWsServiceConfiguration.getResponseWrapperPartName(OperationInfo op, Method method) protected voidJaxWsServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method method) -
Uses of OperationInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type OperationInfoModifier and TypeMethodDescriptionvoidServiceModelVisitor.begin(OperationInfo op) voidServiceModelVisitor.end(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory with parameters of type OperationInfoModifier and TypeMethodDescriptionvoidSimpleMethodDispatcher.bind(OperationInfo o, Method... methods) SimpleMethodDispatcher.getPrimaryMethod(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.service.invoker
Methods in org.apache.cxf.service.invoker with parameters of type OperationInfo -
Uses of OperationInfo in org.apache.cxf.service.model
Subclasses of OperationInfo in org.apache.cxf.service.modelFields in org.apache.cxf.service.model declared as OperationInfoMethods in org.apache.cxf.service.model that return OperationInfoModifier and TypeMethodDescriptionInterfaceInfo.addOperation(QName oname) Adds an operation to this service.AbstractMessageContainer.getOperation()Returns the operation of this container.InterfaceInfo.getOperation(QName oname) Returns the operation info with the given name, if found.BindingOperationInfo.getOperationInfo()OperationInfo.getUnwrappedOperation()UnwrappedOperationInfo.getWrappedOperation()Methods in org.apache.cxf.service.model that return types with arguments of type OperationInfoModifier and TypeMethodDescriptionInterfaceInfo.getOperations()Returns all operations for this service.Methods in org.apache.cxf.service.model with parameters of type OperationInfoModifier and TypeMethodDescriptionBindingInfo.getOperation(OperationInfo oi) ServiceModelUtil.getOperationInputPartNames(OperationInfo operation) voidInterfaceInfo.removeOperation(OperationInfo operation) Removes an operation from this service.voidOperationInfo.setUnwrappedOperation(OperationInfo op) Constructors in org.apache.cxf.service.model with parameters of type OperationInfoModifierConstructorDescriptionBindingOperationInfo(BindingInfo bi, OperationInfo opinfo) FaultInfo(QName fname, QName mname, OperationInfo info) MessageInfo(OperationInfo op, MessageInfo.Type type, QName nm) -
Uses of OperationInfo in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws that return OperationInfoMethods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws with parameters of type OperationInfoModifier and TypeMethodDescriptionvoidRequestWrapper.setOperationInfo(OperationInfo op) voidResponseWrapper.setOperationInfo(OperationInfo op) voidWrapper.setOperationInfo(OperationInfo op) -
Uses of OperationInfo 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 OperationInfoModifier and TypeMethodDescriptionvoidOperationProcessor.process(JavaInterface intf, OperationInfo operation) -
Uses of OperationInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator
Constructors in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator with parameters of type OperationInfo -
Uses of OperationInfo 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 OperationInfo -
Uses of OperationInfo in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return OperationInfoModifier and TypeMethodDescriptionprotected OperationInfoReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m) Methods in org.apache.cxf.wsdl.service.factory with parameters of type OperationInfoModifier and TypeMethodDescriptionprotected FaultInfoReflectionServiceFactoryBean.addFault(InterfaceInfo service, OperationInfo op, Class<?> exClass) protected voidReflectionServiceFactoryBean.bindOperation(OperationInfo op, Method m) protected voidReflectionServiceFactoryBean.createBareMessage(ServiceInfo serviceInfo, OperationInfo opInfo, boolean isOut) protected voidReflectionServiceFactoryBean.createInputWrappedMessageParts(OperationInfo op, Method method, MessageInfo inMsg) protected voidReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf, OperationInfo op, Method method) protected QNameReflectionServiceFactoryBean.createOutputMessageName(OperationInfo op, Method method) protected voidReflectionServiceFactoryBean.createOutputWrappedMessageParts(OperationInfo op, Method method, MessageInfo outMsg) AbstractServiceConfiguration.getAction(OperationInfo op, Method method) MethodNameSoapActionServiceConfiguration.getAction(OperationInfo op, Method method) protected StringReflectionServiceFactoryBean.getAction(OperationInfo op, Method method) AbstractServiceConfiguration.getFaultMessageName(OperationInfo op, Class<?> exClass, Class<?> beanClass) 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.getInParameterName(OperationInfo op, Method method, int paramNumber) DefaultServiceConfiguration.getInParameterName(OperationInfo op, Method method, int paramNumber) protected QNameReflectionServiceFactoryBean.getInParameterName(OperationInfo op, Method method, int paramNumber) AbstractServiceConfiguration.getInPartName(OperationInfo op, Method method, int paramNumber) DefaultServiceConfiguration.getInPartName(OperationInfo op, Method method, int paramNumber) protected QNameReflectionServiceFactoryBean.getInPartName(OperationInfo op, Method method, int paramNumber) AbstractServiceConfiguration.getInputMessageName(OperationInfo op, Method method) DefaultServiceConfiguration.getInputMessageName(OperationInfo op, Method method) protected QNameReflectionServiceFactoryBean.getInputMessageName(OperationInfo op, Method method) AbstractServiceConfiguration.getOutParameterName(OperationInfo op, Method method, int paramNumber) DefaultServiceConfiguration.getOutParameterName(OperationInfo op, Method method, int paramNumber) protected QNameReflectionServiceFactoryBean.getOutParameterName(OperationInfo op, Method method, int paramNumber) AbstractServiceConfiguration.getOutPartName(OperationInfo op, Method method, int paramNumber) DefaultServiceConfiguration.getOutPartName(OperationInfo op, Method method, int paramNumber) protected QNameReflectionServiceFactoryBean.getOutPartName(OperationInfo op, Method method, int paramNumber) AbstractServiceConfiguration.getOutputMessageName(OperationInfo op, Method method) DefaultServiceConfiguration.getOutputMessageName(OperationInfo op, Method method) AbstractServiceConfiguration.getRequestWrapperName(OperationInfo op, Method method) AbstractServiceConfiguration.getRequestWrapperPartName(OperationInfo op, Method method) AbstractServiceConfiguration.getResponseWrapperName(OperationInfo op, Method method) AbstractServiceConfiguration.getResponseWrapperPartName(OperationInfo op, Method method) protected booleanReflectionServiceFactoryBean.initializeClassInfo(OperationInfo o, Method method, List<String> paramOrder) set the holder generic type info into message part infoprotected voidReflectionServiceFactoryBean.initializeFaults(InterfaceInfo service, OperationInfo op, Method method) protected voidReflectionServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf, OperationInfo o, Method method) -
Uses of OperationInfo in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 with parameters of type OperationInfoModifier and TypeMethodDescriptionstatic voidWSDLServiceBuilder.checkForWrapped(OperationInfo opInfo, boolean relaxed) static voidWSDLServiceBuilder.checkForWrapped(OperationInfo opInfo, boolean allowRefs, boolean relaxed) static voidWSDLServiceBuilder.checkForWrapped(OperationInfo opInfo, boolean allowRefs, boolean relaxed, Level logLevel) Method parameters in org.apache.cxf.wsdl11 with type arguments of type OperationInfoModifier and TypeMethodDescriptionprotected voidServiceWSDLBuilder.buildPortTypeOperation(javax.wsdl.PortType portType, Collection<OperationInfo> operationInfos, javax.wsdl.Definition def)