Uses of Class
org.apache.servicemix.soap.bindings.http.model.Wsdl2HttpBinding.AuthenticationType

Packages that use Wsdl2HttpBinding.AuthenticationType
org.apache.servicemix.soap.bindings.http.impl   
org.apache.servicemix.soap.bindings.http.model   
 

Uses of Wsdl2HttpBinding.AuthenticationType in org.apache.servicemix.soap.bindings.http.impl
 

Methods in org.apache.servicemix.soap.bindings.http.impl that return Wsdl2HttpBinding.AuthenticationType
 Wsdl2HttpBinding.AuthenticationType Wsdl2HttpBindingImpl.getHttpAuthenticationType()
           
 

Methods in org.apache.servicemix.soap.bindings.http.impl with parameters of type Wsdl2HttpBinding.AuthenticationType
 void Wsdl2HttpBindingImpl.setHttpAuthenticationType(Wsdl2HttpBinding.AuthenticationType httpAuthenticationType)
           
 

Uses of Wsdl2HttpBinding.AuthenticationType in org.apache.servicemix.soap.bindings.http.model
 

Methods in org.apache.servicemix.soap.bindings.http.model that return Wsdl2HttpBinding.AuthenticationType
 Wsdl2HttpBinding.AuthenticationType Wsdl2HttpBinding.getHttpAuthenticationType()
           
static Wsdl2HttpBinding.AuthenticationType Wsdl2HttpBinding.AuthenticationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Wsdl2HttpBinding.AuthenticationType[] Wsdl2HttpBinding.AuthenticationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.