org.apache.servicemix.soap.bindings.http.impl
Class Wsdl2HttpBindingImpl

java.lang.Object
  extended by org.apache.servicemix.soap.core.AbstractInterceptorProvider
      extended by org.apache.servicemix.soap.core.model.AbstractBinding<Wsdl2HttpOperation>
          extended by org.apache.servicemix.soap.bindings.http.impl.Wsdl2HttpBindingImpl
All Implemented Interfaces:
InterceptorProvider, Binding<Wsdl2HttpOperation>, Wsdl2Binding<Wsdl2HttpOperation>, Wsdl2HttpBinding

public class Wsdl2HttpBindingImpl
extends AbstractBinding<Wsdl2HttpOperation>
implements Wsdl2HttpBinding


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.bindings.http.model.Wsdl2HttpBinding
Wsdl2HttpBinding.AuthenticationType
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
InterceptorProvider.Phase
 
Constructor Summary
Wsdl2HttpBindingImpl()
           
 
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()
           
 void setHttpAuthenticationRealm(java.lang.String httpAuthenticationRealm)
           
 void setHttpAuthenticationType(Wsdl2HttpBinding.AuthenticationType httpAuthenticationType)
           
 void setHttpCookies(boolean httpCookies)
           
 void setHttpMethodDefault(java.lang.String httpMethodDefault)
           
 void setHttpQueryParameterSeparatorDefault(java.lang.String httpQueryParamterSeparatorDefault)
           
 void setHttpTransferCodingDefault(java.lang.String httpTransferCodingDefault)
           
 void setHttpVersion(java.lang.String httpVersion)
           
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractBinding
addOperation, createMessage, createMessage, getInterceptorChain, getInterfaceName, getLocation, getOperation, getOperations, setInterfaceName, setLocation
 
Methods inherited from class org.apache.servicemix.soap.core.AbstractInterceptorProvider
getInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

Wsdl2HttpBindingImpl

public Wsdl2HttpBindingImpl()
Method Detail

getHttpAuthenticationRealm

public java.lang.String getHttpAuthenticationRealm()
Specified by:
getHttpAuthenticationRealm in interface Wsdl2HttpBinding
Returns:
the httpAuthenticationRealm

setHttpAuthenticationRealm

public void setHttpAuthenticationRealm(java.lang.String httpAuthenticationRealm)
Parameters:
httpAuthenticationRealm - the httpAuthenticationRealm to set

getHttpAuthenticationType

public Wsdl2HttpBinding.AuthenticationType getHttpAuthenticationType()
Specified by:
getHttpAuthenticationType in interface Wsdl2HttpBinding
Returns:
the httpAuthenticationType

setHttpAuthenticationType

public void setHttpAuthenticationType(Wsdl2HttpBinding.AuthenticationType httpAuthenticationType)
Parameters:
httpAuthenticationType - the httpAuthenticationType to set

isHttpCookies

public boolean isHttpCookies()
Specified by:
isHttpCookies in interface Wsdl2HttpBinding
Returns:
the httpCookies

setHttpCookies

public void setHttpCookies(boolean httpCookies)
Parameters:
httpCookies - the httpCookies to set

getHttpMethodDefault

public java.lang.String getHttpMethodDefault()
Specified by:
getHttpMethodDefault in interface Wsdl2HttpBinding
Returns:
the httpMethodDefault

setHttpMethodDefault

public void setHttpMethodDefault(java.lang.String httpMethodDefault)
Parameters:
httpMethodDefault - the httpMethodDefault to set

getHttpQueryParameterSeparatorDefault

public java.lang.String getHttpQueryParameterSeparatorDefault()
Specified by:
getHttpQueryParameterSeparatorDefault in interface Wsdl2HttpBinding
Returns:
the httpQueryParamterSeparatorDefault

setHttpQueryParameterSeparatorDefault

public void setHttpQueryParameterSeparatorDefault(java.lang.String httpQueryParamterSeparatorDefault)
Parameters:
httpQueryParamterSeparatorDefault - the httpQueryParamterSeparatorDefault to set

getHttpTransferCodingDefault

public java.lang.String getHttpTransferCodingDefault()
Specified by:
getHttpTransferCodingDefault in interface Wsdl2HttpBinding
Returns:
the httpTransferCodingDefault

setHttpTransferCodingDefault

public void setHttpTransferCodingDefault(java.lang.String httpTransferCodingDefault)
Parameters:
httpTransferCodingDefault - the httpTransferCodingDefault to set

getHttpVersion

public java.lang.String getHttpVersion()
Specified by:
getHttpVersion in interface Wsdl2HttpBinding
Returns:
the httpVersion

setHttpVersion

public void setHttpVersion(java.lang.String httpVersion)
Parameters:
httpVersion - the httpVersion to set


Copyright © 2005-2015 FuseSource. All Rights Reserved.