|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transports.http.configuration.Destination
public class Destination
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://cxf.apache.org/transports/http/configuration}server" minOccurs="0"/>
<element ref="{http://cxf.apache.org/transports/http/configuration}authorization" minOccurs="0"/>
<element ref="{http://cxf.apache.org/transports/http/configuration}sslServer" minOccurs="0"/>
<element ref="{http://cxf.apache.org/transports/http/configuration}contextMatchStrategy" minOccurs="0"/>
<element ref="{http://cxf.apache.org/transports/http/configuration}fixedParameterOrder" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected org.apache.cxf.configuration.security.AuthorizationPolicy |
authorization
|
protected java.lang.String |
contextMatchStrategy
|
protected java.lang.Boolean |
fixedParameterOrder
|
protected java.lang.String |
id
|
protected HTTPServerPolicy |
server
|
protected org.apache.cxf.configuration.security.SSLServerPolicy |
sslServer
|
| Constructor Summary | |
|---|---|
Destination()
|
|
| Method Summary | |
|---|---|
org.apache.cxf.configuration.security.AuthorizationPolicy |
getAuthorization()
Gets the value of the authorization property. |
java.lang.String |
getContextMatchStrategy()
Gets the value of the contextMatchStrategy property. |
java.lang.String |
getId()
Gets the value of the id property. |
HTTPServerPolicy |
getServer()
Gets the value of the server property. |
org.apache.cxf.configuration.security.SSLServerPolicy |
getSslServer()
Gets the value of the sslServer property. |
java.lang.Boolean |
isFixedParameterOrder()
Gets the value of the fixedParameterOrder property. |
boolean |
isSetAuthorization()
|
boolean |
isSetContextMatchStrategy()
|
boolean |
isSetFixedParameterOrder()
|
boolean |
isSetId()
|
boolean |
isSetServer()
|
boolean |
isSetSslServer()
|
void |
setAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy value)
Sets the value of the authorization property. |
void |
setContextMatchStrategy(java.lang.String value)
Sets the value of the contextMatchStrategy property. |
void |
setFixedParameterOrder(java.lang.Boolean value)
Sets the value of the fixedParameterOrder property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setServer(HTTPServerPolicy value)
Sets the value of the server property. |
void |
setSslServer(org.apache.cxf.configuration.security.SSLServerPolicy value)
Sets the value of the sslServer property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HTTPServerPolicy server
protected org.apache.cxf.configuration.security.AuthorizationPolicy authorization
protected org.apache.cxf.configuration.security.SSLServerPolicy sslServer
protected java.lang.String contextMatchStrategy
protected java.lang.Boolean fixedParameterOrder
protected java.lang.String id
| Constructor Detail |
|---|
public Destination()
| Method Detail |
|---|
public HTTPServerPolicy getServer()
HTTPServerPolicypublic void setServer(HTTPServerPolicy value)
value - allowed object is
HTTPServerPolicypublic boolean isSetServer()
public org.apache.cxf.configuration.security.AuthorizationPolicy getAuthorization()
AuthorizationPolicypublic void setAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy value)
value - allowed object is
AuthorizationPolicypublic boolean isSetAuthorization()
public org.apache.cxf.configuration.security.SSLServerPolicy getSslServer()
SSLServerPolicypublic void setSslServer(org.apache.cxf.configuration.security.SSLServerPolicy value)
value - allowed object is
SSLServerPolicypublic boolean isSetSslServer()
public void setContextMatchStrategy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContextMatchStrategy()
public void setFixedParameterOrder(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetFixedParameterOrder()
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getContextMatchStrategy()
public java.lang.Boolean isFixedParameterOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||