public class SoapContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SoapContext.ContextBuilder |
| Modifier and Type | Field and Description |
|---|---|
static SoapContext |
DEFAULT |
static SoapContext |
NO_CONTENT |
| Constructor and Description |
|---|
SoapContext(boolean exampleContent,
boolean typeComments,
boolean valueComments,
boolean buildOptional,
boolean alwaysBuildHeaders)
Constructor mainly for SpringFramework purposes, in any other case use the fluent builder interface;
#see builder() method
|
SoapContext(boolean exampleContent,
boolean typeComments,
boolean valueComments,
boolean buildOptional,
boolean alwaysBuildHeaders,
Set<QName> excludedTypes,
SoapMultiValuesProvider multiValuesProvider)
Constructor mainly for SpringFramework purposes, in any other case use the fluent builder interface;
#see builder() method
|
| Modifier and Type | Method and Description |
|---|---|
static SoapContext.ContextBuilder |
builder() |
Set<QName> |
getExcludedTypes() |
SoapMultiValuesProvider |
getMultiValuesProvider() |
boolean |
isAlwaysBuildHeaders() |
boolean |
isBuildOptional() |
boolean |
isExampleContent() |
boolean |
isTypeComments() |
boolean |
isValueComments() |
public static final SoapContext DEFAULT
public static final SoapContext NO_CONTENT
public SoapContext(boolean exampleContent,
boolean typeComments,
boolean valueComments,
boolean buildOptional,
boolean alwaysBuildHeaders,
Set<QName> excludedTypes,
SoapMultiValuesProvider multiValuesProvider)
exampleContent - typeComments - valueComments - buildOptional - alwaysBuildHeaders - excludedTypes - public SoapContext(boolean exampleContent,
boolean typeComments,
boolean valueComments,
boolean buildOptional,
boolean alwaysBuildHeaders)
exampleContent - typeComments - valueComments - buildOptional - alwaysBuildHeaders - public boolean isBuildOptional()
public boolean isAlwaysBuildHeaders()
public boolean isExampleContent()
public boolean isTypeComments()
public boolean isValueComments()
public SoapMultiValuesProvider getMultiValuesProvider()
public static SoapContext.ContextBuilder builder()
Copyright © 2012-2018. All Rights Reserved.