org.apache.axis2.tool.core
Class ServiceXMLCreater

java.lang.Object
  extended by org.apache.axis2.tool.core.ServiceXMLCreater

public class ServiceXMLCreater
extends Object


Constructor Summary
ServiceXMLCreater(String serviceName, String serviceClass, ArrayList operations)
           
 
Method Summary
 ArrayList getOperations()
           
 String getServiceClass()
           
 String getServiceName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceXMLCreater

public ServiceXMLCreater(String serviceName,
                         String serviceClass,
                         ArrayList operations)
Method Detail

getServiceName

public String getServiceName()

getServiceClass

public String getServiceClass()

getOperations

public ArrayList getOperations()

toString

public String toString()
Overrides:
toString in class Object


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