org.apache.servicemix.soap.bindings.soap.model.wsdl1
Interface Wsdl1SoapBinding

All Superinterfaces:
Binding<Wsdl1SoapOperation>, InterceptorProvider, SoapBinding<Wsdl1SoapOperation>, Wsdl1Binding<Wsdl1SoapOperation>
All Known Implementing Classes:
Wsdl1SoapBindingImpl

public interface Wsdl1SoapBinding
extends Wsdl1Binding<Wsdl1SoapOperation>, SoapBinding<Wsdl1SoapOperation>

Author:
Guillaume Nodet

Nested Class Summary
static class Wsdl1SoapBinding.Style
           
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
InterceptorProvider.Phase
 
Method Summary
 java.lang.String getLocationURI()
           
 Wsdl1SoapBinding.Style getStyle()
           
 java.lang.String getTransportURI()
           
 
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

getLocationURI

java.lang.String getLocationURI()

getTransportURI

java.lang.String getTransportURI()

getStyle

Wsdl1SoapBinding.Style getStyle()


Copyright © 2005-2012 FuseSource. All Rights Reserved.