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

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

public class Destination
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}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

server

protected HTTPServerPolicy server

authorization

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

sslServer

protected org.apache.cxf.configuration.security.SSLServerPolicy sslServer

contextMatchStrategy

protected java.lang.String contextMatchStrategy

fixedParameterOrder

protected java.lang.Boolean fixedParameterOrder

id

protected java.lang.String id
Constructor Detail

Destination

public Destination()
Method Detail

getServer

public HTTPServerPolicy getServer()
Gets the value of the server property.

Returns:
possible object is HTTPServerPolicy

setServer

public void setServer(HTTPServerPolicy value)
Sets the value of the server property.

Parameters:
value - allowed object is HTTPServerPolicy

isSetServer

public boolean isSetServer()

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()

getSslServer

public org.apache.cxf.configuration.security.SSLServerPolicy getSslServer()
Gets the value of the sslServer property.

Returns:
possible object is SSLServerPolicy

setSslServer

public void setSslServer(org.apache.cxf.configuration.security.SSLServerPolicy value)
Sets the value of the sslServer property.

Parameters:
value - allowed object is SSLServerPolicy

isSetSslServer

public boolean isSetSslServer()

setContextMatchStrategy

public void setContextMatchStrategy(java.lang.String value)
Sets the value of the contextMatchStrategy property.

Parameters:
value - allowed object is String

isSetContextMatchStrategy

public boolean isSetContextMatchStrategy()

setFixedParameterOrder

public void setFixedParameterOrder(java.lang.Boolean value)
Sets the value of the fixedParameterOrder property.

Parameters:
value - allowed object is Boolean

isSetFixedParameterOrder

public boolean isSetFixedParameterOrder()

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()

getContextMatchStrategy

public java.lang.String getContextMatchStrategy()
Gets the value of the contextMatchStrategy property.


isFixedParameterOrder

public java.lang.Boolean isFixedParameterOrder()
Gets the value of the fixedParameterOrder property.



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