Uses of Class
org.apache.cxf.service.model.OperationInfo
-
-
Uses of OperationInfo in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding with parameters of type OperationInfo Modifier and Type Method Description QNameAegisDatabinding. 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 OperationInfo Modifier and Type Method Description static 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 OperationInfo Modifier and Type Method Description protected 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 OperationInfo Modifier and Type Method Description StringSoapBindingConfiguration. getSoapAction(OperationInfo op)StringSoapBindingConfiguration. getStyle(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.binding.soap.model
Methods in org.apache.cxf.binding.soap.model that return OperationInfo Modifier and Type Method Description OperationInfoSoapBindingInfo. getOperationByAction(String action)Methods in org.apache.cxf.binding.soap.model with parameters of type OperationInfo Modifier and Type Method Description StringSoapBindingInfo. getSoapAction(OperationInfo operation)Get the soap action for an operation.StringSoapBindingInfo. getStyle(OperationInfo operation) -
Uses of OperationInfo in org.apache.cxf.feature.validation
Methods in org.apache.cxf.feature.validation with parameters of type OperationInfo Modifier and Type Method Description SchemaValidation.SchemaValidationTypeDefaultSchemaValidationTypeProvider. getSchemaValidationType(OperationInfo info)SchemaValidation.SchemaValidationTypeSchemaValidationTypeProvider. getSchemaValidationType(OperationInfo info) -
Uses of OperationInfo in org.apache.cxf.interceptor
Method parameters in org.apache.cxf.interceptor with type arguments of type OperationInfo Modifier and Type Method Description protected 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 OperationInfo Modifier and Type Method Description protected OperationInfoOperationInfoAuthorizingInterceptor. getTargetOperationInfo(Message message) -
Uses of OperationInfo in org.apache.cxf.javascript.service
Methods in org.apache.cxf.javascript.service with parameters of type OperationInfo Modifier and Type Method Description voidServiceJavascriptBuilder. 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 OperationInfo Modifier and Type Method Description voidJAXWSMethodDispatcher. 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 Modifier and Type Method Description StringJaxWsSoapBindingConfiguration. getStyle(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support that return OperationInfo Modifier and Type Method Description protected OperationInfoJaxWsServiceFactoryBean. createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)Methods in org.apache.cxf.jaxws.support with parameters of type OperationInfo Modifier and Type Method Description protected voidJaxWsServiceFactoryBean. bindOperation(OperationInfo op, Method method)StringJaxWsServiceConfiguration. getAction(OperationInfo op, Method method)StringJaxWsServiceConfiguration. getFaultMessageName(OperationInfo op, Class<?> exClass, Class<?> beanClass)QNameJaxWsServiceConfiguration. getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)QNameJaxWsServiceConfiguration. getInParameterName(OperationInfo op, Method method, int paramNumber)QNameJaxWsServiceConfiguration. getInPartName(OperationInfo op, Method method, int paramNumber)QNameJaxWsServiceConfiguration. getOutParameterName(OperationInfo op, Method method, int paramNumber)QNameJaxWsServiceConfiguration. getOutPartName(OperationInfo op, Method method, int paramNumber)QNameJaxWsServiceConfiguration. getRequestWrapperName(OperationInfo op, Method method)StringJaxWsServiceConfiguration. getRequestWrapperPartName(OperationInfo op, Method method)QNameJaxWsServiceConfiguration. getResponseWrapperName(OperationInfo op, Method method)StringJaxWsServiceConfiguration. 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 OperationInfo Modifier and Type Method Description voidServiceModelVisitor. 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 OperationInfo Modifier and Type Method Description voidSimpleMethodDispatcher. bind(OperationInfo o, Method... methods)MethodSimpleMethodDispatcher. getPrimaryMethod(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.service.invoker
Methods in org.apache.cxf.service.invoker with parameters of type OperationInfo Modifier and Type Method Description voidMethodDispatcher. bind(OperationInfo o, Method... methods) -
Uses of OperationInfo in org.apache.cxf.service.model
Subclasses of OperationInfo in org.apache.cxf.service.model Modifier and Type Class Description classUnwrappedOperationInfoFields in org.apache.cxf.service.model declared as OperationInfo Modifier and Type Field Description protected OperationInfoBindingOperationInfo. opInfoMethods in org.apache.cxf.service.model that return OperationInfo Modifier and Type Method Description OperationInfoInterfaceInfo. addOperation(QName oname)Adds an operation to this service.OperationInfoAbstractMessageContainer. getOperation()Returns the operation of this container.OperationInfoInterfaceInfo. getOperation(QName oname)Returns the operation info with the given name, if found.OperationInfoBindingOperationInfo. getOperationInfo()OperationInfoOperationInfo. getUnwrappedOperation()OperationInfoUnwrappedOperationInfo. getWrappedOperation()Methods in org.apache.cxf.service.model that return types with arguments of type OperationInfo Modifier and Type Method Description Collection<OperationInfo>InterfaceInfo. getOperations()Returns all operations for this service.Methods in org.apache.cxf.service.model with parameters of type OperationInfo Modifier and Type Method Description BindingOperationInfoBindingInfo. getOperation(OperationInfo oi)static List<String>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 OperationInfo Constructor Description BindingOperationInfo(BindingInfo bi, OperationInfo opinfo)FaultInfo(QName fname, QName mname, OperationInfo info)MessageInfo(OperationInfo op, MessageInfo.Type type, QName nm)UnwrappedOperationInfo(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws that return OperationInfo Modifier and Type Method Description OperationInfoWrapper. getOperationInfo()Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws with parameters of type OperationInfo Modifier and Type Method Description voidRequestWrapper. 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 OperationInfo Modifier and Type Method Description voidOperationProcessor. 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 Constructor Description WSActionAnnotator(OperationInfo op) -
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 Modifier and Type Method Description JavaMethodMethodMapper. map(OperationInfo operation) -
Uses of OperationInfo in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return OperationInfo Modifier and Type Method Description protected OperationInfoReflectionServiceFactoryBean. createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)Methods in org.apache.cxf.wsdl.service.factory with parameters of type OperationInfo Modifier and Type Method Description protected 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)StringAbstractServiceConfiguration. getAction(OperationInfo op, Method method)StringMethodNameSoapActionServiceConfiguration. getAction(OperationInfo op, Method method)protected StringReflectionServiceFactoryBean. getAction(OperationInfo op, Method method)StringAbstractServiceConfiguration. getFaultMessageName(OperationInfo op, Class<?> exClass, Class<?> beanClass)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. getInParameterName(OperationInfo op, Method method, int paramNumber)QNameDefaultServiceConfiguration. getInParameterName(OperationInfo op, Method method, int paramNumber)protected QNameReflectionServiceFactoryBean. getInParameterName(OperationInfo op, Method method, int paramNumber)QNameAbstractServiceConfiguration. getInPartName(OperationInfo op, Method method, int paramNumber)QNameDefaultServiceConfiguration. getInPartName(OperationInfo op, Method method, int paramNumber)protected QNameReflectionServiceFactoryBean. getInPartName(OperationInfo op, Method method, int paramNumber)QNameAbstractServiceConfiguration. getInputMessageName(OperationInfo op, Method method)QNameDefaultServiceConfiguration. getInputMessageName(OperationInfo op, Method method)protected QNameReflectionServiceFactoryBean. getInputMessageName(OperationInfo op, Method method)QNameAbstractServiceConfiguration. getOutParameterName(OperationInfo op, Method method, int paramNumber)QNameDefaultServiceConfiguration. getOutParameterName(OperationInfo op, Method method, int paramNumber)protected QNameReflectionServiceFactoryBean. getOutParameterName(OperationInfo op, Method method, int paramNumber)QNameAbstractServiceConfiguration. getOutPartName(OperationInfo op, Method method, int paramNumber)QNameDefaultServiceConfiguration. getOutPartName(OperationInfo op, Method method, int paramNumber)protected QNameReflectionServiceFactoryBean. getOutPartName(OperationInfo op, Method method, int paramNumber)QNameAbstractServiceConfiguration. getOutputMessageName(OperationInfo op, Method method)QNameDefaultServiceConfiguration. getOutputMessageName(OperationInfo op, Method method)QNameAbstractServiceConfiguration. getRequestWrapperName(OperationInfo op, Method method)StringAbstractServiceConfiguration. getRequestWrapperPartName(OperationInfo op, Method method)QNameAbstractServiceConfiguration. getResponseWrapperName(OperationInfo op, Method method)StringAbstractServiceConfiguration. 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 OperationInfo Modifier and Type Method Description static 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 OperationInfo Modifier and Type Method Description protected voidServiceWSDLBuilder. buildPortTypeOperation(javax.wsdl.PortType portType, Collection<OperationInfo> operationInfos, javax.wsdl.Definition def)
-