Uses of Class
org.apache.openejb.jee.oejb2.TransportGuaranteeType

Packages that use TransportGuaranteeType
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
protected  TransportGuaranteeType WebServiceSecurityType.transportGuarantee
           
protected  TransportGuaranteeType WebServiceBindingType.WebServiceSecurityType.transportGuarantee
           
 

Methods in org.apache.openejb.jee.oejb2 that return TransportGuaranteeType
static TransportGuaranteeType TransportGuaranteeType.fromValue(String v)
           
 TransportGuaranteeType WebServiceSecurityType.getTransportGuarantee()
          Gets the value of the transportGuarantee property.
 TransportGuaranteeType WebServiceBindingType.WebServiceSecurityType.getTransportGuarantee()
           
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.
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type TransportGuaranteeType
 void WebServiceSecurityType.setTransportGuarantee(TransportGuaranteeType value)
          Sets the value of the transportGuarantee property.
 void WebServiceBindingType.WebServiceSecurityType.setTransportGuarantee(TransportGuaranteeType value)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.