|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationInfo | |
|---|---|
| org.apache.cxf.feature.validation | |
| org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
| org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
| org.apache.cxf.service.invoker | |
| org.apache.cxf.service.model | |
| Uses of OperationInfo in org.apache.cxf.feature.validation |
|---|
| Methods in org.apache.cxf.feature.validation with parameters of type OperationInfo | |
|---|---|
SchemaValidation.SchemaValidationType |
SchemaValidationTypeProvider.getSchemaValidationType(OperationInfo info)
|
SchemaValidation.SchemaValidationType |
DefaultSchemaValidationTypeProvider.getSchemaValidationType(OperationInfo info)
|
| Uses of OperationInfo in org.apache.cxf.interceptor |
|---|
| Methods in org.apache.cxf.interceptor with parameters of type OperationInfo | |
|---|---|
protected Map<String,String> |
URIMappingInterceptor.keepInOrder(Map<String,String> params,
OperationInfo operation,
List<String> order)
|
protected void |
AbstractInDatabindingInterceptor.setOperationSchemaValidation(OperationInfo opInfo,
Message message)
Where an operation level validation type has been set, copy it to the message, so it can be interrogated by all downstream interceptors. |
| Method parameters in org.apache.cxf.interceptor with type arguments of type OperationInfo | |
|---|---|
protected 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.service |
|---|
| Methods in org.apache.cxf.service with parameters of type OperationInfo | |
|---|---|
void |
ServiceModelVisitor.begin(OperationInfo op)
|
void |
ServiceModelVisitor.end(OperationInfo op)
|
| Uses of OperationInfo in org.apache.cxf.service.invoker |
|---|
| Methods in org.apache.cxf.service.invoker with parameters of type OperationInfo | |
|---|---|
void |
MethodDispatcher.bind(OperationInfo o,
Method... methods)
|
| Uses of OperationInfo in org.apache.cxf.service.model |
|---|
| Subclasses of OperationInfo in org.apache.cxf.service.model | |
|---|---|
class |
UnwrappedOperationInfo
|
| Fields in org.apache.cxf.service.model declared as OperationInfo | |
|---|---|
protected OperationInfo |
BindingOperationInfo.opInfo
|
| Methods in org.apache.cxf.service.model that return OperationInfo | |
|---|---|
OperationInfo |
InterfaceInfo.addOperation(QName oname)
Adds an operation to this service. |
OperationInfo |
AbstractMessageContainer.getOperation()
Returns the operation of this container. |
OperationInfo |
InterfaceInfo.getOperation(QName oname)
Returns the operation info with the given name, if found. |
OperationInfo |
BindingOperationInfo.getOperationInfo()
|
OperationInfo |
OperationInfo.getUnwrappedOperation()
|
OperationInfo |
UnwrappedOperationInfo.getWrappedOperation()
|
| Methods in org.apache.cxf.service.model that return types with arguments of type OperationInfo | |
|---|---|
Collection<OperationInfo> |
InterfaceInfo.getOperations()
Returns all operations for this service. |
| Methods in org.apache.cxf.service.model with parameters of type OperationInfo | |
|---|---|
BindingOperationInfo |
BindingInfo.getOperation(OperationInfo oi)
|
static List<String> |
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 OperationInfo | |
|---|---|
BindingOperationInfo(BindingInfo bi,
OperationInfo opinfo)
|
|
FaultInfo(QName fname,
QName mname,
OperationInfo info)
|
|
MessageInfo(OperationInfo op,
MessageInfo.Type type,
QName nm)
|
|
UnwrappedOperationInfo(OperationInfo op)
|
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||