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
 java.lang.String getHttpAuthenticationRealm()
           
 Wsdl2HttpBinding.AuthenticationType getHttpAuthenticationType()
           
 java.lang.String getHttpMethodDefault()
           
 java.lang.String getHttpQueryParameterSeparatorDefault()
           
 java.lang.String getHttpTransferCodingDefault()
           
 java.lang.String getHttpVersion()
           
 boolean isHttpCookies()
           
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Binding
createMessage, createMessage, getInterceptorChain, getInterfaceName, getLocation, getOperation, getOperations
 
Methods inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
getInterceptors
 

Method Detail

getHttpMethodDefault

java.lang.String getHttpMethodDefault()

getHttpQueryParameterSeparatorDefault

java.lang.String getHttpQueryParameterSeparatorDefault()

isHttpCookies

boolean isHttpCookies()

getHttpVersion

java.lang.String getHttpVersion()

getHttpTransferCodingDefault

java.lang.String getHttpTransferCodingDefault()

getHttpAuthenticationType

Wsdl2HttpBinding.AuthenticationType getHttpAuthenticationType()

getHttpAuthenticationRealm

java.lang.String getHttpAuthenticationRealm()


Copyright © 2005-2015 FuseSource. All Rights Reserved.