Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


3.9.100 /glassfish-ejb-jar/enterprise-beans/ejb/webservice-endpoint/transport-guarantee

/glassfish-ejb-jar/enterprise-beans/ejb/webservice-endpoint/transport-guarantee specifies that the communication between client and server is NONE, INTEGRAL, or CONFIDENTIAL.

Description

/glassfish-ejb-jar/enterprise-beans/ejb/webservice-endpoint/transport-guarantee specifies that the communication between client and server is NONE, INTEGRAL, or CONFIDENTIAL.

NONE

NONE means that the application does not require any transport-guarantee.

INTEGRAL

INTEGRAL means the application requires that the data between client and server be transmitted in a method that it cannot be changed in transit.

CONFIDENTIAL

CONFIDENTIAL means the application requires that the data be transmitted in a method that prevents other entities from reading the contents of the transmission.

In most cases, a value of INTEGRAL or CONFIDENTIAL indicates that the use of SSL is required.

Specifiable values

Type: String

{NONE | INTEGRAL | CONFIDENTIAL}

Default value

If the definition item is omitted

NONE

Repetition pattern

0 or 1 time