org.apache.axis2.osgi.deployment.tracker
Class WSTracker

java.lang.Object
  extended by org.apache.axis2.osgi.deployment.tracker.WSTracker

public class WSTracker
extends Object

WSTracker will listen to registered services and expose them as Web Services (AxisService) if and only if the attached Directory object contains the name/value pair "org.apache.axis2.ws". In addition to this WSTracker uses different name/value pairs to manipulate AxisService as required.


Field Summary
static String AXIS2_WS
           
 
Constructor Summary
WSTracker(ConfigurationContext configCtx, org.osgi.framework.BundleContext context)
           
 
Method Summary
 void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AXIS2_WS

public static String AXIS2_WS
Constructor Detail

WSTracker

public WSTracker(ConfigurationContext configCtx,
                 org.osgi.framework.BundleContext context)
Method Detail

open

public void open()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.