org.apache.servicemix.soap.bindings.soap.model.wsdl2
Interface Wsdl2SoapBinding

All Superinterfaces:
Binding<Wsdl2SoapOperation>, InterceptorProvider, SoapBinding<Wsdl2SoapOperation>, Wsdl2Binding<Wsdl2SoapOperation>

public interface Wsdl2SoapBinding
extends Wsdl2Binding<Wsdl2SoapOperation>, SoapBinding<Wsdl2SoapOperation>

Author:
Guillaume Nodet

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
InterceptorProvider.Phase
 
Nested classes/interfaces inherited from interface org.apache.servicemix.soap.api.InterceptorProvider
InterceptorProvider.Phase
 
Method Summary
 URI getSoapMepDefault()
           
 Collection<Wsdl2SoapModule> getSoapModules()
           
 URI getSoapProtocol()
           
 String getSoapVersion()
           
 
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
 
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

getSoapVersion

String getSoapVersion()

getSoapProtocol

URI getSoapProtocol()

getSoapMepDefault

URI getSoapMepDefault()

getSoapModules

Collection<Wsdl2SoapModule> getSoapModules()


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