public class SoapContext extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SoapContext.ContextBuilder |
| 限定符和类型 | 字段和说明 |
|---|---|
static SoapContext |
DEFAULT |
static SoapContext |
NO_CONTENT |
| 构造器和说明 |
|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2019. All rights reserved.