Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TransportGuaranteeType |
HttpMethodConstraintType.getTransportGuarantee()
Returns the
transport-guarantee element |
TransportGuaranteeType |
ServletSecurityType.getTransportGuarantee()
Returns the
transport-guarantee element |
Modifier and Type | Method and Description |
---|---|
HttpMethodConstraintType<T> |
HttpMethodConstraintType.transportGuarantee(TransportGuaranteeType transportGuarantee)
Sets the
transport-guarantee element |
ServletSecurityType<T> |
ServletSecurityType.transportGuarantee(TransportGuaranteeType transportGuarantee)
Sets the
transport-guarantee element |
Modifier and Type | Method and Description |
---|---|
static TransportGuaranteeType |
TransportGuaranteeType.getFromStringValue(String value) |
TransportGuaranteeType |
UserDataConstraintType.getTransportGuarantee()
Returns the
transport-guarantee element |
static TransportGuaranteeType |
TransportGuaranteeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportGuaranteeType[] |
TransportGuaranteeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserDataConstraintType<T> |
UserDataConstraintType.transportGuarantee(TransportGuaranteeType transportGuarantee)
Sets the
transport-guarantee element |
Copyright © 2020 JBoss by Red Hat. All rights reserved.