| Package | Description |
|---|---|
| org.apache.openejb.jee.oejb2 |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransportGuaranteeType |
WebServiceSecurityType.transportGuarantee |
protected TransportGuaranteeType |
WebServiceBindingType.WebServiceSecurityType.transportGuarantee |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebServiceSecurityType.setTransportGuarantee(TransportGuaranteeType value)
Sets the value of the transportGuarantee property.
|
void |
WebServiceBindingType.WebServiceSecurityType.setTransportGuarantee(TransportGuaranteeType value) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.