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