org.apache.cxf.transports.http.configuration
Class Conduit

java.lang.Object
  extended by org.apache.cxf.transports.http.configuration.Conduit

public class Conduit
extends java.lang.Object

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

client

protected HTTPClientPolicy client

authorization

protected org.apache.cxf.configuration.security.AuthorizationPolicy authorization

proxyAuthorization

protected org.apache.cxf.configuration.security.AuthorizationPolicy proxyAuthorization

sslClient

protected org.apache.cxf.configuration.security.SSLClientPolicy sslClient

id

protected java.lang.String id
Constructor Detail

Conduit

public Conduit()
Method Detail

getClient

public HTTPClientPolicy getClient()
Gets the value of the client property.

Returns:
possible object is HTTPClientPolicy

setClient

public void setClient(HTTPClientPolicy value)
Sets the value of the client property.

Parameters:
value - allowed object is HTTPClientPolicy

isSetClient

public boolean isSetClient()

getAuthorization

public org.apache.cxf.configuration.security.AuthorizationPolicy getAuthorization()
Gets the value of the authorization property.

Returns:
possible object is AuthorizationPolicy

setAuthorization

public void setAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy value)
Sets the value of the authorization property.

Parameters:
value - allowed object is AuthorizationPolicy

isSetAuthorization

public boolean isSetAuthorization()

getProxyAuthorization

public org.apache.cxf.configuration.security.AuthorizationPolicy getProxyAuthorization()
Gets the value of the proxyAuthorization property.

Returns:
possible object is AuthorizationPolicy

setProxyAuthorization

public void setProxyAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy value)
Sets the value of the proxyAuthorization property.

Parameters:
value - allowed object is AuthorizationPolicy

isSetProxyAuthorization

public boolean isSetProxyAuthorization()

getSslClient

public org.apache.cxf.configuration.security.SSLClientPolicy getSslClient()
Gets the value of the sslClient property.

Returns:
possible object is SSLClientPolicy

setSslClient

public void setSslClient(org.apache.cxf.configuration.security.SSLClientPolicy value)
Sets the value of the sslClient property.

Parameters:
value - allowed object is SSLClientPolicy

isSetSslClient

public boolean isSetSslClient()

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.