|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transports.http.configuration.Conduit
public class Conduit
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}client" minOccurs="0"/>
<element ref="{http://cxf.apache.org/transports/http/configuration}authorization" minOccurs="0"/>
<element ref="{http://cxf.apache.org/transports/http/configuration}proxyAuthorization" minOccurs="0"/>
<element ref="{http://cxf.apache.org/transports/http/configuration}sslClient" 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 HTTPClientPolicy |
client
|
protected java.lang.String |
id
|
protected org.apache.cxf.configuration.security.AuthorizationPolicy |
proxyAuthorization
|
protected org.apache.cxf.configuration.security.SSLClientPolicy |
sslClient
|
| Constructor Summary | |
|---|---|
Conduit()
|
|
| Method Summary | |
|---|---|
org.apache.cxf.configuration.security.AuthorizationPolicy |
getAuthorization()
Gets the value of the authorization property. |
HTTPClientPolicy |
getClient()
Gets the value of the client property. |
java.lang.String |
getId()
Gets the value of the id property. |
org.apache.cxf.configuration.security.AuthorizationPolicy |
getProxyAuthorization()
Gets the value of the proxyAuthorization property. |
org.apache.cxf.configuration.security.SSLClientPolicy |
getSslClient()
Gets the value of the sslClient property. |
boolean |
isSetAuthorization()
|
boolean |
isSetClient()
|
boolean |
isSetId()
|
boolean |
isSetProxyAuthorization()
|
boolean |
isSetSslClient()
|
void |
setAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy value)
Sets the value of the authorization property. |
void |
setClient(HTTPClientPolicy value)
Sets the value of the client property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setProxyAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy value)
Sets the value of the proxyAuthorization property. |
void |
setSslClient(org.apache.cxf.configuration.security.SSLClientPolicy value)
Sets the value of the sslClient property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HTTPClientPolicy client
protected org.apache.cxf.configuration.security.AuthorizationPolicy authorization
protected org.apache.cxf.configuration.security.AuthorizationPolicy proxyAuthorization
protected org.apache.cxf.configuration.security.SSLClientPolicy sslClient
protected java.lang.String id
| Constructor Detail |
|---|
public Conduit()
| Method Detail |
|---|
public HTTPClientPolicy getClient()
HTTPClientPolicypublic void setClient(HTTPClientPolicy value)
value - allowed object is
HTTPClientPolicypublic boolean isSetClient()
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.AuthorizationPolicy getProxyAuthorization()
AuthorizationPolicypublic void setProxyAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy value)
value - allowed object is
AuthorizationPolicypublic boolean isSetProxyAuthorization()
public org.apache.cxf.configuration.security.SSLClientPolicy getSslClient()
SSLClientPolicypublic void setSslClient(org.apache.cxf.configuration.security.SSLClientPolicy value)
value - allowed object is
SSLClientPolicypublic boolean isSetSslClient()
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||