Class CorbaBinding

All Implemented Interfaces:
Binding, InterceptorProvider

public class CorbaBinding extends AbstractBasicInterceptorProvider implements Binding
  • Constructor Details

    • CorbaBinding

      public CorbaBinding()
  • Method Details

    • setBindingInfo

      public void setBindingInfo(BindingInfo info)
    • getBindingInfo

      public BindingInfo getBindingInfo()
      Description copied from interface: Binding
      Get the BindingInfo for this binding.
      Specified by:
      getBindingInfo in interface Binding
      Returns:
      the BingdingInfo Object
    • createMessage

      public Message createMessage()
      Description copied from interface: Binding
      Create a Message for this Binding.
      Specified by:
      createMessage in interface Binding
      Returns:
      the Binding message
    • createMessage

      public Message createMessage(Message m)
      Description copied from interface: Binding
      Create a Message form the message.
      Specified by:
      createMessage in interface Binding
      Parameters:
      m - the message used for creating a binding message
      Returns:
      the Binding message
    • getFaultInInterceptors

      public List<Interceptor<? extends Message>> getFaultInInterceptors()
    • getFaultOutInterceptors

      public List<Interceptor<? extends Message>> getFaultOutInterceptors()