Uses of Class
org.apache.openejb.jee.oejb2.TransportGuaranteeType
-
Packages that use TransportGuaranteeType Package Description org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TransportGuaranteeType in org.apache.openejb.jee.oejb2
Fields in org.apache.openejb.jee.oejb2 declared as TransportGuaranteeType Modifier and Type Field Description protected TransportGuaranteeTypeWebServiceBindingType.WebServiceSecurityType. transportGuaranteeprotected TransportGuaranteeTypeWebServiceSecurityType. transportGuaranteeMethods in org.apache.openejb.jee.oejb2 that return TransportGuaranteeType Modifier and Type Method Description static TransportGuaranteeTypeTransportGuaranteeType. fromValue(String v)TransportGuaranteeTypeWebServiceBindingType.WebServiceSecurityType. getTransportGuarantee()TransportGuaranteeTypeWebServiceSecurityType. getTransportGuarantee()Gets the value of the transportGuarantee property.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.apache.openejb.jee.oejb2 with parameters of type TransportGuaranteeType Modifier and Type Method Description voidWebServiceBindingType.WebServiceSecurityType. setTransportGuarantee(TransportGuaranteeType value)voidWebServiceSecurityType. setTransportGuarantee(TransportGuaranteeType value)Sets the value of the transportGuarantee property.
-