org.apache.muse.tools.generator.util
Class ServicesDescriptorHelper

java.lang.Object
  extended by org.apache.muse.tools.generator.util.ServicesDescriptorHelper

public class ServicesDescriptorHelper
extends Object

Helps the Axis2Projectizer create a services.xml. Handles adding multiple services to the service group for situations where the muse.xml descriptor that we're generating from has more than one resource-type.

Author:
Andrew Eberbach (aeberbac)

Constructor Summary
ServicesDescriptorHelper()
           
 
Method Summary
 void addActionMappings(Capability capability, String serviceName)
           
 void createService(String serviceName)
           
 Node getDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesDescriptorHelper

public ServicesDescriptorHelper()
Method Detail

addActionMappings

public void addActionMappings(Capability capability,
                              String serviceName)

getDocument

public Node getDocument()

createService

public void createService(String serviceName)


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.