|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
public class SoapProvider
Implementation of the BindingsProvider
and ServicesProvider
interfaces that supports SOAP 1.1 and
SOAP 1.2. Delegates to Soap11Provider
and Soap12Provider
.
soapActions
property, the SOAP Actions defined in the
resulting WSDL can be set. Additionally, the transport uri can be changed from the default HTTP transport by using the
transportUri
property.
The createSoap11
and createSoap12
properties indicate whether a SOAP 1.1 or SOAP 1.2 binding should be created. These properties default to
true
and false
respectively.
Constructor Summary | |
---|---|
SoapProvider()
|
Method Summary | |
---|---|
void |
addBindings(Definition definition)
|
void |
addServices(Definition definition)
|
void |
setCreateSoap11Binding(boolean createSoap11Binding)
Indicates whether a SOAP 1.1 binding should be created. |
void |
setCreateSoap12Binding(boolean createSoap12Binding)
Indicates whether a SOAP 1.2 binding should be created. |
void |
setLocationUri(String locationUri)
Sets the value used for the SOAP Address location attribute value. |
void |
setServiceName(String serviceName)
Sets the service name. |
void |
setSoapActions(Properties soapActions)
Sets the SOAP Actions for this binding. |
void |
setTransportUri(String transportUri)
Sets the value used for the binding transport attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoapProvider()
Method Detail |
---|
public void setCreateSoap11Binding(boolean createSoap11Binding)
true
.
public void setCreateSoap12Binding(boolean createSoap12Binding)
false
.
public void setSoapActions(Properties soapActions)
binding operation
names
; values are SOAP Action URIs
.
soapActions
- the soappublic void setTransportUri(String transportUri)
public void setLocationUri(String locationUri)
public void setServiceName(String serviceName)
public void addBindings(Definition definition) throws WSDLException
addBindings
in interface BindingsProvider
WSDLException
public void addServices(Definition definition) throws WSDLException
addServices
in interface ServicesProvider
WSDLException
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |