Apache CXF API

org.apache.cxf.binding.corba
Class CorbaBinding

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.binding.corba.CorbaBinding
All Implemented Interfaces:
Binding, InterceptorProvider

public class CorbaBinding
extends AbstractBasicInterceptorProvider
implements Binding


Constructor Summary
CorbaBinding()
           
 
Method Summary
 Message createMessage()
          Create a Message for this Binding.
 Message createMessage(Message m)
          Create a Message form the messge.
 BindingInfo getBindingInfo()
          Get the BindingInfor
 java.util.List<Interceptor> getFaultInInterceptors()
           
 java.util.List<Interceptor> getFaultOutInterceptors()
           
 java.util.List<Interceptor> getInInterceptors()
          Returns the list of interceptors attached to the incoming interceptor chain of the object.
 java.util.List<Interceptor> getOutInterceptors()
          Returns the list of interceptors attached to the outgoing interceptor chain of the object.
 void setBindingInfo(BindingInfo info)
           
 
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getOutFaultInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getOutFaultInterceptors
 

Constructor Detail

CorbaBinding

public CorbaBinding()
Method Detail

setBindingInfo

public void setBindingInfo(BindingInfo info)

getBindingInfo

public BindingInfo getBindingInfo()
Description copied from interface: Binding
Get the BindingInfor

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 messge.

Specified by:
createMessage in interface Binding
Parameters:
m - the message used for creating a binding message
Returns:
the Binding message

getFaultInInterceptors

public java.util.List<Interceptor> getFaultInInterceptors()

getFaultOutInterceptors

public java.util.List<Interceptor> getFaultOutInterceptors()

getInInterceptors

public java.util.List<Interceptor> getInInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the incoming interceptor chain of the object.

Specified by:
getInInterceptors in interface InterceptorProvider
Overrides:
getInInterceptors in class AbstractBasicInterceptorProvider
Returns:
List incoming interceptor chain

getOutInterceptors

public java.util.List<Interceptor> getOutInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the outgoing interceptor chain of the object.

Specified by:
getOutInterceptors in interface InterceptorProvider
Overrides:
getOutInterceptors in class AbstractBasicInterceptorProvider
Returns:
List outgoing interceptor chain

Apache CXF API

Apache CXF