INT-1958 - Make HttpRequestHandlingEndpointSupport public

For reference: https://jira.springsource.org/browse/INT-1958
This commit is contained in:
Gunnar Hillert
2012-07-10 15:56:53 -04:00
committed by Gary Russell
parent 6753a379bc
commit 9a8f2dae0b

View File

@@ -97,7 +97,7 @@ import org.springframework.web.util.UrlPathHelper;
* @author Gary Russell
* @since 2.0
*/
abstract class HttpRequestHandlingEndpointSupport extends MessagingGatewaySupport
public abstract class HttpRequestHandlingEndpointSupport extends MessagingGatewaySupport
implements OrderlyShutdownCapable {
private static final boolean jaxb2Present = ClassUtils.isPresent("javax.xml.bind.Binder",