CORSConfigurationEntryResponse |
ObjectFactory.createCORSConfigurationEntryResponse() |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntry.getResponse() |
Gets the value of the response property.
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowHeaders(String... values) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowHeaders(Collection<String> values) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowMaxAge(Integer value) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowMethods(String... values) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowMethods(Collection<String> values) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowOrigin(String value) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowOtherHeader(KeyValuePairType... values) |
|
CORSConfigurationEntryResponse |
CORSConfigurationEntryResponse.withAllowOtherHeader(Collection<KeyValuePairType> values) |
|