Class URLConnectionHTTPConduit

    • Field Detail

      • HTTPURL_CONNECTION_METHOD_REFLECTION

        public static final String HTTPURL_CONNECTION_METHOD_REFLECTION
        See Also:
        Constant Field Values
      • connectionFactory

        protected HttpsURLConnectionFactory connectionFactory
        This field holds the connection factory, which primarily is used to factor out SSL specific code from this implementation.

        This field is "protected" to facilitate some contrived UnitTesting so that an extended class may alter its value with an EasyMock URLConnection Factory.

    • Constructor Detail

      • URLConnectionHTTPConduit

        public URLConnectionHTTPConduit​(org.apache.cxf.Bus b,
                                        org.apache.cxf.service.model.EndpointInfo ei)
                                 throws IOException
        Throws:
        IOException
      • URLConnectionHTTPConduit

        public URLConnectionHTTPConduit​(org.apache.cxf.Bus b,
                                        org.apache.cxf.service.model.EndpointInfo ei,
                                        org.apache.cxf.ws.addressing.EndpointReferenceType t)
                                 throws IOException
        Throws:
        IOException