Klasse SOAPAPI
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.API
io.github.primelib.webmethodsapigateway4j.model.SOAPAPI
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SOAPAPI
extends API
SOAPAPI
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.github.primelib.webmethodsapigateway4j.model.API
API.APIBuilder
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
A list of API level tags for API documentation control.protected String
protected Boolean
protected Set<SOAPOperation>
protected String
protected String
protected String
The name of the API in service registry when the API is published to a service registry.protected SOAPToRestConfigurations
A list of tags with additional metadataprotected String
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SOAPAPI()
SOAPAPI
(String algorithmSuite, List<String> apiTags, String baseWsdlUri, Boolean isRESTInvokeEnabled, Set<String> nativeUri, Map<String, String> operationPolicies, Set<SOAPOperation> operationsInfo, String rootFileFolder, String serviceName, String serviceRegistryDisplayName, SOAPToRestConfigurations soapToRestConfigurations, List<Tag> tags, String wsdl) Constructs a validated instance ofSOAPAPI
.Constructs a validated instance ofSOAPAPI
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungalgorithmSuite
(String algorithmSuite) apiTags()
A list of API level tags for API documentation control.A list of API level tags for API documentation control.baseWsdlUri
(String baseWsdlUri) protected boolean
boolean
int
hashCode()
isRESTInvokeEnabled
(Boolean isRESTInvokeEnabled) operationPolicies
(Map<String, String> operationPolicies) operationsInfo
(Set<SOAPOperation> operationsInfo) rootFileFolder
(String rootFileFolder) serviceName
(String serviceName) The name of the API in service registry when the API is published to a service registry.serviceRegistryDisplayName
(String serviceRegistryDisplayName) The name of the API in service registry when the API is published to a service registry.soapToRestConfigurations
(SOAPToRestConfigurations soapToRestConfigurations) tags()
A list of tags with additional metadataA list of tags with additional metadatatoString()
wsdl()
-
Felddetails
-
algorithmSuite
-
apiTags
A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier -
baseWsdlUri
-
isRESTInvokeEnabled
-
nativeUri
-
operationPolicies
-
operationsInfo
-
rootFileFolder
-
serviceName
-
serviceRegistryDisplayName
The name of the API in service registry when the API is published to a service registry. -
soapToRestConfigurations
-
tags
A list of tags with additional metadata -
wsdl
-
-
Konstruktordetails
-
SOAPAPI
Constructs a validated instance ofSOAPAPI
.- Parameter:
spec
- the specification to process
-
SOAPAPI
@Internal public SOAPAPI(String algorithmSuite, List<String> apiTags, String baseWsdlUri, Boolean isRESTInvokeEnabled, Set<String> nativeUri, Map<String, String> operationPolicies, Set<SOAPOperation> operationsInfo, String rootFileFolder, String serviceName, String serviceRegistryDisplayName, SOAPToRestConfigurations soapToRestConfigurations, List<Tag> tags, String wsdl) Constructs a validated instance ofSOAPAPI
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SOAPAPI(Consumer)
instead.- Parameter:
algorithmSuite
- var.nameapiTags
- A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifierbaseWsdlUri
- var.nameisRESTInvokeEnabled
- var.namenativeUri
- var.nameoperationPolicies
- var.nameoperationsInfo
- var.namerootFileFolder
- var.nameserviceName
- var.nameserviceRegistryDisplayName
- The name of the API in service registry when the API is published to a service registry.soapToRestConfigurations
- var.nametags
- A list of tags with additional metadatawsdl
- var.name
-
SOAPAPI
protected SOAPAPI()
-
-
Methodendetails
-
algorithmSuite
-
apiTags
A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier -
baseWsdlUri
-
isRESTInvokeEnabled
-
nativeUri
-
operationPolicies
-
operationsInfo
-
rootFileFolder
-
serviceName
-
serviceRegistryDisplayName
The name of the API in service registry when the API is published to a service registry.- Setzt außer Kraft:
serviceRegistryDisplayName
in KlasseAPI
-
soapToRestConfigurations
-
tags
A list of tags with additional metadata -
wsdl
-
algorithmSuite
- Gibt zurück:
this
.
-
apiTags
A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier -
baseWsdlUri
- Gibt zurück:
this
.
-
isRESTInvokeEnabled
- Gibt zurück:
this
.
-
nativeUri
- Gibt zurück:
this
.
-
operationPolicies
- Gibt zurück:
this
.
-
operationsInfo
- Gibt zurück:
this
.
-
rootFileFolder
- Gibt zurück:
this
.
-
serviceName
- Gibt zurück:
this
.
-
serviceRegistryDisplayName
The name of the API in service registry when the API is published to a service registry.- Setzt außer Kraft:
serviceRegistryDisplayName
in KlasseAPI
- Gibt zurück:
this
.
-
soapToRestConfigurations
- Gibt zurück:
this
.
-
tags
A list of tags with additional metadata -
wsdl
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-