Klasse WebserviceEndpointAlias.WebserviceEndpointAliasBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.WebserviceEndpointAlias.WebserviceEndpointAliasBuilder
- Umschließende Klasse:
WebserviceEndpointAlias
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe name of the WebserviceEndpointAliasThe property specifies the aliasType, Either it should be Provider or Consumerbuild()
description
(String description) The description of the WebserviceEndpointAliasthis property specifies the keyalias namekeyStoreAlias
(String keyStoreAlias) this property specifies the keystorealias nametimestampMaximumSkew
(String timestampMaximumSkew) this property specifies the timestampMaximumSkew valuetimestampPrecisionInMillis
(String timestampPrecisionInMillis) this property specifies the timestampPrecisionInMillistimestampTimeToLive
(String timestampTimeToLive) this property specifies the timestampTimeToLive valuetoString()
transportType
(String transportType) this defines the transport type.trustStoreAlias
(String trustStoreAlias) this property specifies the trustStoreAlias namewebserviceEndpointAliasId
(String webserviceEndpointAliasId) A unique ID for the WebserviceEndpointAlias
-
Methodendetails
-
webserviceEndpointAliasId
public WebserviceEndpointAlias.WebserviceEndpointAliasBuilder webserviceEndpointAliasId(String webserviceEndpointAliasId) A unique ID for the WebserviceEndpointAlias- Gibt zurück:
this
.
-
alias
The name of the WebserviceEndpointAlias- Gibt zurück:
this
.
-
aliasType
The property specifies the aliasType, Either it should be Provider or Consumer- Gibt zurück:
this
.
-
description
The description of the WebserviceEndpointAlias- Gibt zurück:
this
.
-
keyAlias
this property specifies the keyalias name- Gibt zurück:
this
.
-
keyStoreAlias
this property specifies the keystorealias name- Gibt zurück:
this
.
-
timestampMaximumSkew
public WebserviceEndpointAlias.WebserviceEndpointAliasBuilder timestampMaximumSkew(String timestampMaximumSkew) this property specifies the timestampMaximumSkew value- Gibt zurück:
this
.
-
timestampPrecisionInMillis
public WebserviceEndpointAlias.WebserviceEndpointAliasBuilder timestampPrecisionInMillis(String timestampPrecisionInMillis) this property specifies the timestampPrecisionInMillis- Gibt zurück:
this
.
-
timestampTimeToLive
public WebserviceEndpointAlias.WebserviceEndpointAliasBuilder timestampTimeToLive(String timestampTimeToLive) this property specifies the timestampTimeToLive value- Gibt zurück:
this
.
-
transportType
this defines the transport type. The supported transport type is JMS- Gibt zurück:
this
.
-
trustStoreAlias
public WebserviceEndpointAlias.WebserviceEndpointAliasBuilder trustStoreAlias(String trustStoreAlias) this property specifies the trustStoreAlias name- Gibt zurück:
this
.
-
build
-
toString
-