Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.SSLServerPolicy

Packages that use SSLServerPolicy
org.apache.cxf.configuration.security   
 

Uses of SSLServerPolicy in org.apache.cxf.configuration.security
 

Methods in org.apache.cxf.configuration.security that return SSLServerPolicy
 SSLServerPolicy ObjectFactory.createSSLServerPolicy()
          Create an instance of SSLServerPolicy
 

Methods in org.apache.cxf.configuration.security that return types with arguments of type SSLServerPolicy
 javax.xml.bind.JAXBElement<SSLServerPolicy> ObjectFactory.createSslServer(SSLServerPolicy value)
          Create an instance of JAXBElement<SSLServerPolicy>}
 

Methods in org.apache.cxf.configuration.security with parameters of type SSLServerPolicy
 javax.xml.bind.JAXBElement<SSLServerPolicy> ObjectFactory.createSslServer(SSLServerPolicy value)
          Create an instance of JAXBElement<SSLServerPolicy>}
 


Apache CXF API

-