public final class AddressingFeature extends WebServiceFeature
| Modifier and Type | Class and Description |
|---|---|
static class |
AddressingFeature.Responses |
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
protected boolean |
required |
enabled| Constructor and Description |
|---|
AddressingFeature() |
AddressingFeature(boolean enabled) |
AddressingFeature(boolean enabled,
boolean required) |
AddressingFeature(boolean enabled,
boolean required,
AddressingFeature.Responses responses) |
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
AddressingFeature.Responses |
getResponses() |
boolean |
isRequired() |
isEnabledpublic static final String ID
protected boolean required
public AddressingFeature()
public AddressingFeature(boolean enabled)
public AddressingFeature(boolean enabled,
boolean required)
public AddressingFeature(boolean enabled,
boolean required,
AddressingFeature.Responses responses)
public boolean isRequired()
public String getID()
getID in class WebServiceFeaturepublic AddressingFeature.Responses getResponses()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.