Klasse CSCommunicationDestination.CSCommunicationDestinationBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CSCommunicationDestination.CSCommunicationDestinationBuilder
- Umschließende Klasse:
CSCommunicationDestination
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()gatewayAssetId(String gatewayAssetId) Specifies the registered API Gateway ID.Specifies the host name or IP address of the machine on which CentraSite Application Server Tier (CAST) is running.Specifies the password for authenticating CentraSite when API Gateway communicates with CentraSite.Specifies the communication protocol used to establish communication between API Gateway and CentraSite.targetname(String targetname) Specifies the name of the API Gateway asset as defined in CentraSite.toString()Specifies the port on which CAST is listening.Specifies the CentraSite user ID for authenticating CentraSite when API Gateway communicates with CentraSite.
-
Methodendetails
-
gatewayAssetId
public CSCommunicationDestination.CSCommunicationDestinationBuilder gatewayAssetId(String gatewayAssetId) Specifies the registered API Gateway ID.- Gibt zurück:
this.
-
hostname
Specifies the host name or IP address of the machine on which CentraSite Application Server Tier (CAST) is running.- Gibt zurück:
this.
-
password
Specifies the password for authenticating CentraSite when API Gateway communicates with CentraSite.- Gibt zurück:
this.
-
protocol
Specifies the communication protocol used to establish communication between API Gateway and CentraSite.- Gibt zurück:
this.
-
targetname
Specifies the name of the API Gateway asset as defined in CentraSite.- Gibt zurück:
this.
-
uddiPort
Specifies the port on which CAST is listening. The default port number for CAST is 53307.- Gibt zurück:
this.
-
username
Specifies the CentraSite user ID for authenticating CentraSite when API Gateway communicates with CentraSite. This implies the user ID of a user who has the CentraSite Administrator role or the API Gateway Administrator role in CentraSite.- Gibt zurück:
this.
-
build
-
toString
-