Uses of Class
org.jboss.metadata.web.spec.TransportGuaranteeType
-
Packages that use TransportGuaranteeType Package Description org.jboss.metadata.web.spec -
-
Uses of TransportGuaranteeType in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return TransportGuaranteeType Modifier and Type Method Description TransportGuaranteeTypeHttpConstraintMetaData. getTransportGuarantee()TransportGuaranteeTypeSecurityConstraintMetaData. getTransportGuarantee()Accessor for the UserDataConstraint.TransportGuaranteeTransportGuaranteeTypeUserDataConstraintMetaData. getTransportGuarantee()static TransportGuaranteeTypeTransportGuaranteeType. 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.Methods in org.jboss.metadata.web.spec with parameters of type TransportGuaranteeType Modifier and Type Method Description voidHttpConstraintMetaData. setTransportGuarantee(TransportGuaranteeType transportGuarantee)voidUserDataConstraintMetaData. setTransportGuarantee(TransportGuaranteeType transportGuarantee)
-