public class SimpleSoapProtocolChooser extends Object implements SoapProtocolChooser
| Constructor and Description |
|---|
SimpleSoapProtocolChooser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
useSoap11(org.springframework.ws.transport.TransportInputStream transportInputStream) |
boolean |
useSoap12(org.springframework.ws.transport.TransportInputStream transportInputStream) |
public boolean useSoap11(org.springframework.ws.transport.TransportInputStream transportInputStream)
throws IOException
useSoap11 in interface SoapProtocolChoosertransportInputStream - input stream from the SOAP clientIOException - in case an error occurspublic boolean useSoap12(org.springframework.ws.transport.TransportInputStream transportInputStream)
throws IOException
useSoap12 in interface SoapProtocolChoosertransportInputStream - input stream from the SOAP clientIOException - in case an error occursCopyright © 2012-2018. All Rights Reserved.