| Package | Description |
|---|---|
| io.syndesis.server.api.generator.soap |
| Modifier and Type | Method and Description |
|---|---|
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addAllErrors(Iterable<? extends Violation> elements)
Adds elements to
errors list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addAllServices(Iterable<? extends QName> elements)
Adds elements to
services list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addAllWarnings(Iterable<? extends Violation> elements)
Adds elements to
warnings list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addErrors(Violation... elements)
Adds elements to
errors list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addErrors(Violation element)
Adds one element to
errors list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addServices(QName... elements)
Adds elements to
services list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addServices(QName element)
Adds one element to
services list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addWarnings(Violation... elements)
Adds elements to
warnings list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.addWarnings(Violation element)
Adds one element to
warnings list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.defaultAddress(Optional<String> defaultAddress)
Initializes the optional value
defaultAddress to defaultAddress. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.defaultAddress(String defaultAddress)
Initializes the optional value
defaultAddress to defaultAddress. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.defaultPort(Optional<String> defaultPort)
Initializes the optional value
defaultPort to defaultPort. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.defaultPort(String defaultPort)
Initializes the optional value
defaultPort to defaultPort. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.defaultService(Optional<? extends QName> defaultService)
Initializes the optional value
defaultService to defaultService. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.defaultService(QName defaultService)
Initializes the optional value
defaultService to defaultService. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.errors(Iterable<? extends Violation> elements)
Sets or replaces all elements for
errors list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.from(SoapApiModelInfo instance)
Fill a builder with attribute values from the provided
SoapApiModelInfo instance. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.model(javax.wsdl.Definition model)
Initializes the optional value
model to model. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.model(Optional<? extends javax.wsdl.Definition> model)
Initializes the optional value
model to model. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.ports(Map<? extends QName,? extends List<String>> entries)
Sets or replaces all mappings from the specified map as entries for the
ports map. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.putAllPorts(Map<? extends QName,? extends List<String>> entries)
Put all mappings from the specified map as entries to
ports map. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.putPorts(Map.Entry<? extends QName,? extends List<String>> entry)
Put one entry to the
ports map. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.putPorts(QName key,
List<String> value)
Put one entry to the
ports map. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.resolvedSpecification(Optional<String> resolvedSpecification)
Initializes the optional value
resolvedSpecification to resolvedSpecification. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.resolvedSpecification(String resolvedSpecification)
Initializes the optional value
resolvedSpecification to resolvedSpecification. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.services(Iterable<? extends QName> elements)
Sets or replaces all elements for
services list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.warnings(Iterable<? extends Violation> elements)
Sets or replaces all elements for
warnings list. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.wsdlURL(Optional<String> wsdlURL)
Initializes the optional value
wsdlURL to wsdlURL. |
SoapApiModelInfo.Builder |
ImmutableSoapApiModelInfo.Builder.wsdlURL(String wsdlURL)
Initializes the optional value
wsdlURL to wsdlURL. |
Copyright © 2016–2021 Red Hat. All rights reserved.