| Package | Description |
|---|---|
| io.syndesis.server.api.generator.soap |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.Builder.build()
Builds a new
ImmutableSoapApiModelInfo. |
static ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.copyOf(SoapApiModelInfo instance)
Creates an immutable copy of a
SoapApiModelInfo value. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withDefaultAddress(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
defaultAddress attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withDefaultAddress(String value)
Copy the current immutable object by setting a present value for the optional
defaultAddress attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withDefaultPort(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
defaultPort attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withDefaultPort(String value)
Copy the current immutable object by setting a present value for the optional
defaultPort attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withDefaultService(Optional<? extends QName> optional)
Copy the current immutable object by setting an optional value for the
defaultService attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withDefaultService(QName value)
Copy the current immutable object by setting a present value for the optional
defaultService attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withErrors(Iterable<? extends Violation> elements)
Copy the current immutable object with elements that replace the content of
errors. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withErrors(Violation... elements)
Copy the current immutable object with elements that replace the content of
errors. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withModel(javax.wsdl.Definition value)
Copy the current immutable object by setting a present value for the optional
model attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withModel(Optional<? extends javax.wsdl.Definition> optional)
Copy the current immutable object by setting an optional value for the
model attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withPorts(Map<? extends QName,? extends List<String>> entries)
Copy the current immutable object by replacing the
ports map with the specified map. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withResolvedSpecification(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
resolvedSpecification attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withResolvedSpecification(String value)
Copy the current immutable object by setting a present value for the optional
resolvedSpecification attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withServices(Iterable<? extends QName> elements)
Copy the current immutable object with elements that replace the content of
services. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withServices(QName... elements)
Copy the current immutable object with elements that replace the content of
services. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withWarnings(Iterable<? extends Violation> elements)
Copy the current immutable object with elements that replace the content of
warnings. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withWarnings(Violation... elements)
Copy the current immutable object with elements that replace the content of
warnings. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withWsdlURL(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
wsdlURL attribute. |
ImmutableSoapApiModelInfo |
ImmutableSoapApiModelInfo.withWsdlURL(String value)
Copy the current immutable object by setting a present value for the optional
wsdlURL attribute. |
Copyright © 2016–2021 Red Hat. All rights reserved.