| Modifier and Type | Method and Description | 
|---|---|
| Object[] | Client. invoke(BindingOperationInfo oi,
      Object... params)Invokes an operation synchronously | 
| Object[] | ClientImpl. invoke(BindingOperationInfo oi,
      Object... params) | 
| Object[] | ClientImpl. invoke(BindingOperationInfo oi,
      Object[] params,
      Exchange exchange) | 
| Object[] | Client. invoke(BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context)Invokes an operation synchronously | 
| Object[] | ClientImpl. invoke(BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context) | 
| Object[] | Client. invoke(BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context,
      Exchange exchange)Invokes an operation synchronously | 
| Object[] | Retryable. invoke(BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context,
      Exchange exchange) | 
| Object[] | ClientImpl. invoke(BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context,
      Exchange exchange) | 
| void | Client. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object... params)Invokes an operation asynchronously | 
| void | ClientImpl. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object... params) | 
| void | Client. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object[] params,
      Exchange exchange)Invokes an operation asynchronously | 
| void | ClientImpl. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object[] params,
      Exchange exchange) | 
| void | Client. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context)Invokes an operation asynchronously | 
| void | ClientImpl. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context) | 
| void | Client. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context,
      Exchange exchange)Invokes an operation asynchronously | 
| void | ClientImpl. invoke(ClientCallback callback,
      BindingOperationInfo oi,
      Object[] params,
      Map<String,Object> context,
      Exchange exchange) | 
| protected Object[] | ClientImpl. processResult(Message message,
             Exchange exchange,
             BindingOperationInfo oi,
             Map<String,Object> resContext) | 
| protected void | ClientImpl. setExchangeProperties(Exchange exchange,
                     Endpoint endpoint,
                     BindingOperationInfo boi) | 
| protected void | ClientImpl. setOutMessageProperties(Message message,
                       BindingOperationInfo boi) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BindingOperationInfo | AbstractInDatabindingInterceptor. getBindingOperationInfo(Exchange exchange,
                       QName name,
                       boolean client)Returns a BindingOperationInfo if the operation is indentified as
 a wrapped method,  return null if it is not a wrapped method
 (i.e., it is a bare method) | 
| Modifier and Type | Method and Description | 
|---|---|
| FaultInfo | FaultOutInterceptor. getFaultForClass(BindingOperationInfo op,
                Class<?> class1)Find the correct Fault part for a particular exception. | 
| protected MessageInfo | AbstractInDatabindingInterceptor. getMessageInfo(Message message,
              BindingOperationInfo operation) | 
| protected MessageInfo | AbstractInDatabindingInterceptor. getMessageInfo(Message message,
              BindingOperationInfo operation,
              boolean requestor) | 
| protected MessageInfo | AbstractInDatabindingInterceptor. setMessage(Message message,
          BindingOperationInfo operation,
          boolean requestor,
          ServiceInfo si,
          MessageInfo msgInfo) | 
| protected void | AbstractOutDatabindingInterceptor. writeParts(Message message,
          Exchange exchange,
          BindingOperationInfo operation,
          MessageContentsList objs,
          List<MessagePartInfo> parts) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingOperationInfo | ExchangeImpl. getBindingOperationInfo() | 
| BindingOperationInfo | Exchange. getBindingOperationInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingOperationInfo | SimpleMethodDispatcher. getBindingOperation(Method method,
                   Endpoint endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| Method | SimpleMethodDispatcher. getMethod(BindingOperationInfo op) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingOperationInfo | MethodDispatcher. getBindingOperation(Method m,
                   Endpoint endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| Method | MethodDispatcher. getMethod(BindingOperationInfo op) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingOperationInfo | BindingInfo. buildOperation(QName opName,
              String inName,
              String outName) | 
| BindingOperationInfo | BindingMessageInfo. getBindingOperation() | 
| BindingOperationInfo | BindingFaultInfo. getBindingOperation() | 
| static BindingOperationInfo | ServiceModelUtil. getOperation(Exchange exchange,
            QName opName) | 
| static BindingOperationInfo | ServiceModelUtil. getOperation(Exchange exchange,
            String opName) | 
| BindingOperationInfo | BindingInfo. getOperation(OperationInfo oi) | 
| BindingOperationInfo | BindingInfo. getOperation(QName oname)Returns the operation info with the given name, if found. | 
| static BindingOperationInfo | ServiceModelUtil. getOperationForWrapperElement(Exchange exchange,
                             QName opName,
                             boolean output) | 
| BindingOperationInfo | BindingOperationInfo. getUnwrappedOperation() | 
| BindingOperationInfo | BindingOperationInfo. getWrappedOperation() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<BindingOperationInfo> | BindingInfo. getOperations()Returns all operations for this service. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BindingInfo. addOperation(BindingOperationInfo operation)Adds an operation to this service. | 
| void | BindingInfo. removeOperation(BindingOperationInfo operation)Removes an operation from this service. | 
| void | BindingOperationInfo. setUnwrappedOperation(BindingOperationInfo op) | 
| Constructor and Description | 
|---|
| BindingFaultInfo(FaultInfo f,
                BindingOperationInfo info) | 
| BindingMessageInfo(MessageInfo m,
                  BindingOperationInfo boi) | 
Apache CXF