org.apache.servicemix.soap.bindings.soap.impl
Class Wsdl1SoapBindingImpl

java.lang.Object
  extended by org.apache.servicemix.soap.core.AbstractInterceptorProvider
      extended by org.apache.servicemix.soap.core.model.AbstractBinding<Wsdl1SoapOperation>
          extended by org.apache.servicemix.soap.bindings.soap.impl.Wsdl1SoapBindingImpl
All Implemented Interfaces:
InterceptorProvider, Binding<Wsdl1SoapOperation>, Wsdl1Binding<Wsdl1SoapOperation>, SoapBinding<Wsdl1SoapOperation>, Wsdl1SoapBinding

public class Wsdl1SoapBindingImpl
extends AbstractBinding<Wsdl1SoapOperation>
implements Wsdl1SoapBinding


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.bindings.soap.model.wsdl1.Wsdl1SoapBinding
Wsdl1SoapBinding.Style
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
InterceptorProvider.Phase
 
Constructor Summary
Wsdl1SoapBindingImpl()
           
Wsdl1SoapBindingImpl(SoapVersion soapVersion)
           
 
Method Summary
 Message createMessage()
           
 Message createMessage(Message request)
           
 java.lang.String getLocationURI()
           
 Wsdl1SoapBinding.Style getStyle()
           
 java.lang.String getTransportURI()
           
 void setLocationURI(java.lang.String locationURI)
           
 void setStyle(Wsdl1SoapBinding.Style style)
           
 void setTransportURI(java.lang.String transportURI)
           
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractBinding
addOperation, 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
getInterceptorChain, getInterfaceName, getLocation, getOperation, getOperations
 
Methods inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
getInterceptors
 

Constructor Detail

Wsdl1SoapBindingImpl

public Wsdl1SoapBindingImpl()

Wsdl1SoapBindingImpl

public Wsdl1SoapBindingImpl(SoapVersion soapVersion)
Method Detail

getLocationURI

public java.lang.String getLocationURI()
Specified by:
getLocationURI in interface Wsdl1SoapBinding
Returns:
the locationURI

setLocationURI

public void setLocationURI(java.lang.String locationURI)
Parameters:
locationURI - the locationURI to set

getTransportURI

public java.lang.String getTransportURI()
Specified by:
getTransportURI in interface Wsdl1SoapBinding
Returns:
the transportURI

setTransportURI

public void setTransportURI(java.lang.String transportURI)
Parameters:
transportURI - the transportURI to set

getStyle

public Wsdl1SoapBinding.Style getStyle()
Specified by:
getStyle in interface Wsdl1SoapBinding
Returns:
the style

setStyle

public void setStyle(Wsdl1SoapBinding.Style style)
Parameters:
style - the style to set

createMessage

public Message createMessage()
Specified by:
createMessage in interface Binding<Wsdl1SoapOperation>
Overrides:
createMessage in class AbstractBinding<Wsdl1SoapOperation>

createMessage

public Message createMessage(Message request)
Specified by:
createMessage in interface Binding<Wsdl1SoapOperation>
Overrides:
createMessage in class AbstractBinding<Wsdl1SoapOperation>


Copyright © 2005-2012 FuseSource. All Rights Reserved.