Uses of Class
org.apache.cxf.service.model.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
Modifier and TypeMethodDescriptionDefaultSchemaValidationTypeProvider.getSchemaValidationType
(OperationInfo info) SchemaValidationTypeProvider.getSchemaValidationType
(OperationInfo info) -
Uses of OperationInfo in org.apache.cxf.interceptor
Modifier 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
Modifier and TypeMethodDescriptionprotected OperationInfo
OperationInfoAuthorizingInterceptor.getTargetOperationInfo
(Message message) -
Uses of OperationInfo in org.apache.cxf.service
Modifier and TypeMethodDescriptionvoid
ServiceModelVisitor.begin
(OperationInfo op) void
ServiceModelVisitor.end
(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.service.factory
Modifier and TypeMethodDescriptionvoid
SimpleMethodDispatcher.bind
(OperationInfo o, Method... methods) SimpleMethodDispatcher.getPrimaryMethod
(OperationInfo op) -
Uses of OperationInfo in org.apache.cxf.service.invoker
-
Uses of OperationInfo in org.apache.cxf.service.model
Modifier 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()
Modifier and TypeMethodDescriptionInterfaceInfo.getOperations()
Returns all operations for this service.Modifier 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) ModifierConstructorDescriptionBindingOperationInfo
(BindingInfo bi, OperationInfo opinfo) FaultInfo
(QName fname, QName mname, OperationInfo info) MessageInfo
(OperationInfo op, MessageInfo.Type type, QName nm)