org.apache.geronimo.axis.server
Class ServiceInfo

java.lang.Object
  extended by org.apache.geronimo.axis.server.ServiceInfo
All Implemented Interfaces:
Serializable

public class ServiceInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ServiceInfo(org.apache.axis.description.JavaServiceDesc serviceDesc, List handlerInfos, Map wsdlMap)
           
 
Method Summary
 List getHandlerInfos()
          List of javax.xml.rpc.handler.HandlerInfo objects
 org.apache.axis.description.JavaServiceDesc getServiceDesc()
           
 Map getWsdlMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo(org.apache.axis.description.JavaServiceDesc serviceDesc,
                   List handlerInfos,
                   Map wsdlMap)
Method Detail

getServiceDesc

public org.apache.axis.description.JavaServiceDesc getServiceDesc()

getHandlerInfos

public List getHandlerInfos()
List of javax.xml.rpc.handler.HandlerInfo objects


getWsdlMap

public Map getWsdlMap()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.