Uses of Class
org.apache.cxf.service.model.OperationInfo
Packages that use OperationInfo
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
This package and its sub packages contain classes relating to services and the CXF
service model
-
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 MessagePartInfo
AbstractInDatabindingInterceptor.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 OperationInfo
OperationInfoAuthorizingInterceptor.getTargetOperationInfo
(Message message) -
Uses of OperationInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type OperationInfoModifier and TypeMethodDescriptionvoid
ServiceModelVisitor.begin
(OperationInfo op) void
ServiceModelVisitor.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 TypeMethodDescriptionvoid
SimpleMethodDispatcher.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) void
InterfaceInfo.removeOperation
(OperationInfo operation) Removes an operation from this service.void
OperationInfo.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)