org.apache.servicemix.soap.bindings.http.model
Interface Wsdl2HttpBinding

All Superinterfaces:
Binding<Wsdl2HttpOperation>, InterceptorProvider, Wsdl2Binding<Wsdl2HttpOperation>
All Known Implementing Classes:
Wsdl2HttpBindingImpl

public interface Wsdl2HttpBinding
extends Wsdl2Binding<Wsdl2HttpOperation>


Nested Class Summary
static class Wsdl2HttpBinding.AuthenticationType
           
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
InterceptorProvider.Phase
 
Method Summary
 String getHttpAuthenticationRealm()
           
 Wsdl2HttpBinding.AuthenticationType getHttpAuthenticationType()
           
 String getHttpMethodDefault()
           
 String getHttpQueryParameterSeparatorDefault()
           
 String getHttpTransferCodingDefault()
           
 String getHttpVersion()
           
 boolean isHttpCookies()
           
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Binding
createMessage, createMessage, getInterceptorChain, getLocation, getOperation, getOperations
 
Methods inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
getInterceptors
 

Method Detail

getHttpMethodDefault

String getHttpMethodDefault()

getHttpQueryParameterSeparatorDefault

String getHttpQueryParameterSeparatorDefault()

isHttpCookies

boolean isHttpCookies()

getHttpVersion

String getHttpVersion()

getHttpTransferCodingDefault

String getHttpTransferCodingDefault()

getHttpAuthenticationType

Wsdl2HttpBinding.AuthenticationType getHttpAuthenticationType()

getHttpAuthenticationRealm

String getHttpAuthenticationRealm()


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