Uses of Class
org.apache.openejb.server.axis.assembler.BindingStyle

Packages that use BindingStyle
org.apache.openejb.server.axis.assembler   
 

Uses of BindingStyle in org.apache.openejb.server.axis.assembler
 

Fields in org.apache.openejb.server.axis.assembler declared as BindingStyle
 BindingStyle JaxRpcOperationInfo.bindingStyle
           
 BindingStyle JaxRpcServiceInfo.defaultBindingStyle
           
 

Methods in org.apache.openejb.server.axis.assembler that return BindingStyle
static BindingStyle BindingStyle.getBindingStyle(String style, String use)
           
static BindingStyle BindingStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BindingStyle[] BindingStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.