public class WsdlBindingProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WsdlBindingProperties.SoapActionStyle |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HTTP_GET_URL_ENCODED |
static java.lang.String |
HTTP_GET_URL_REPLACEMENT |
static java.lang.String |
HTTP_POST_FORM |
static java.lang.String |
HTTP_POST_XML |
Constructor and Description |
---|
WsdlBindingProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHttpGetInputStyle() |
java.lang.String |
getHttpGetPortName() |
java.lang.String |
getHttpPostInputContentType() |
java.lang.String |
getHttpPostPortName() |
WsdlBindingProperties.SoapActionStyle |
getSoapActionStyle() |
java.lang.String |
getSoapPortName() |
boolean |
isErrorOnMixStyle() |
boolean |
isGenerateHttpGetBinding() |
boolean |
isGenerateHttpPostBinding() |
boolean |
isGenerateSoapBinding() |
boolean |
isUseEmptyLocationUri() |
boolean |
isUseExistingServiceForWsdlCompletion() |
void |
setErrorOnMixStyle(boolean errorOnMixStyle)
Setting this property to true allows the WSDL Completion process to throw an Exception and fail when all the operations, and message parts of a given portType are using inconsistent style (rpc or document) or use (literal or encoded).
|
void |
setGenerateHttpGetBinding(boolean generateHttpGetBinding)
This property can be passed to specify to WsdlCompleterUtil whether to generate http GET binding - default false
|
void |
setGenerateHttpPostBinding(boolean generateHttpPostBinding)
This property can be set to specify to WsdlCompleterUtil whether to generate http POST binding - default false
|
void |
setGenerateSoapBinding(boolean generateSoap)
This property can be passed to specify to WsdlCompleterUtil whether to generate SOAP binding - default true
|
void |
setHttpGetInputStyle(java.lang.String httpGetInputStyle)
This property can be passed to specify to WsdlCompleterUtil the input style that must be used for http GET binding.
|
void |
setHttpGetPortName(java.lang.String httpGetPortName)
This property can be provided to specify to WsdlCompleterUtil what port name should be used for the http GET port - if unspecified, a port name will be generated
|
void |
setHttpPostInputContentType(java.lang.String httpPostInputContentType)
This property can be set to specify to WsdlCompleterUtil what input mime content type to use for http POST binding (WsdlBindingProperties.HTTP_POST_XML i.e.
|
void |
setHttpPostPortName(java.lang.String httpPostPortName)
This property can be provided to specify to WsdlCompleterUtil what port name should be used for the http POST port - if unspecified, a port name will be generated
|
void |
setSoapActionStyle(WsdlBindingProperties.SoapActionStyle soapActionStyle)
Setting how the soapAction should be generated.
|
void |
setSoapPortName(java.lang.String soapPort)
This property can be provided to specify to WsdlCompleterUtil what port name should be used for the SOAP port - if unspecified, a port name will be generated
|
void |
setUseEmptyLocationUri(boolean useEmptyLocationUri)
This property can be set to specify to WsdlCompleterUtil whether to use an empty string as locationUri - if unspecified, the operation name will be used
|
void |
setUseExistingServiceForWsdlCompletion(boolean useExistingServiceForWsdlCompletion)
Setting this property to true allows the WSDL Completion process to use an existing wsd:serivce element to add a new wsdl:port.
|
public static final java.lang.String HTTP_GET_URL_ENCODED
public static final java.lang.String HTTP_GET_URL_REPLACEMENT
public static final java.lang.String HTTP_POST_FORM
public static final java.lang.String HTTP_POST_XML
public void setGenerateSoapBinding(boolean generateSoap)
public boolean isGenerateSoapBinding()
public void setGenerateHttpGetBinding(boolean generateHttpGetBinding)
public boolean isGenerateHttpGetBinding()
public void setGenerateHttpPostBinding(boolean generateHttpPostBinding)
public boolean isGenerateHttpPostBinding()
public void setHttpGetInputStyle(java.lang.String httpGetInputStyle)
public java.lang.String getHttpGetInputStyle()
public void setHttpPostInputContentType(java.lang.String httpPostInputContentType)
public java.lang.String getHttpPostInputContentType()
public void setUseEmptyLocationUri(boolean useEmptyLocationUri)
public boolean isUseEmptyLocationUri()
public void setSoapPortName(java.lang.String soapPort)
public java.lang.String getSoapPortName()
public void setHttpGetPortName(java.lang.String httpGetPortName)
public java.lang.String getHttpGetPortName()
public void setHttpPostPortName(java.lang.String httpPostPortName)
public java.lang.String getHttpPostPortName()
public void setErrorOnMixStyle(boolean errorOnMixStyle)
public boolean isErrorOnMixStyle()
public void setUseExistingServiceForWsdlCompletion(boolean useExistingServiceForWsdlCompletion)
public boolean isUseExistingServiceForWsdlCompletion()
public void setSoapActionStyle(WsdlBindingProperties.SoapActionStyle soapActionStyle)
public WsdlBindingProperties.SoapActionStyle getSoapActionStyle()