Skip to content

Commit

Permalink
[JBWS-3884] Deprecating some additional classes
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jul 9, 2015
1 parent 6ae1b88 commit 0b0498e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -34,6 +34,7 @@
* @since 01-Oct-2014
*
*/
@Deprecated
public class SpringCustomClientBusSelector extends ClientBusSelector
{
private static final String clientBusDescriptor = SecurityActions.getSystemProperty(JBWS_CXF_JAXWS_CLIENT_BUS_SPRING_DESCRIPTOR, "cxf-client.xml");
Expand Down
Expand Up @@ -38,6 +38,7 @@
* @since 16-Jun-2010
*
*/
@Deprecated
public class JBossWSNonSpringBusFactory extends CXFBusFactory
{
@Override
Expand Down
Expand Up @@ -30,6 +30,7 @@
* @author alessio.soldano@jboss.com
* @since 05-Oct-2009
*/
@Deprecated
public class JBossWSNonSpringConfigurer implements JBossWSConfigurer, BusExtension
{
private BeanCustomizer customizer;
Expand Down
Expand Up @@ -28,6 +28,7 @@
* @since 16-Jun-2010
*
*/
@Deprecated
public class SpringUtils
{
/**
Expand Down

0 comments on commit 0b0498e

Please sign in to comment.