| Modifier and Type | Method and Description | 
|---|---|
| SchemaValidation.SchemaValidationType | SchemaValidationTypeProvider. getSchemaValidationType(OperationInfo info) | 
| SchemaValidation.SchemaValidationType | DefaultSchemaValidationTypeProvider. getSchemaValidationType(OperationInfo info) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected OperationInfo | OperationInfoAuthorizingInterceptor. getTargetOperationInfo(Message message) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceModelVisitor. begin(OperationInfo op) | 
| void | ServiceModelVisitor. end(OperationInfo op) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SimpleMethodDispatcher. bind(OperationInfo o,
    Method... methods) | 
| Method | SimpleMethodDispatcher. getPrimaryMethod(OperationInfo op) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MethodDispatcher. bind(OperationInfo o,
    Method... methods) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UnwrappedOperationInfo | 
| Modifier and Type | Field and Description | 
|---|---|
| protected OperationInfo | BindingOperationInfo. opInfo | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<OperationInfo> | InterfaceInfo. getOperations()Returns all operations for this service. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Constructor and Description | 
|---|
| 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