org.apache.cxf.binding.jbi
Class JBIConstants

java.lang.Object
  extended by org.apache.cxf.binding.jbi.JBIConstants

public final class JBIConstants
extends Object


Field Summary
static QName JBI_WRAPPER_MESSAGE
           
static QName JBI_WRAPPER_PART
           
static String NS_JBI_BINDING
           
static String NS_JBI_WRAPPER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_JBI_BINDING

public static final String NS_JBI_BINDING
See Also:
Constant Field Values

NS_JBI_WRAPPER

public static final String NS_JBI_WRAPPER
See Also:
Constant Field Values

JBI_WRAPPER_MESSAGE

public static final QName JBI_WRAPPER_MESSAGE

JBI_WRAPPER_PART

public static final QName JBI_WRAPPER_PART


Apache CXF