org.apache.axis2.util
Class FaultyServiceData

java.lang.Object
  extended by org.apache.axis2.util.FaultyServiceData

public class FaultyServiceData
extends Object


Constructor Summary
FaultyServiceData(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)
           
 
Method Summary
 DeploymentFileData getCurrentDeploymentFile()
           
 AxisServiceGroup getServiceGroup()
           
 String getServiceGroupName()
           
 ArrayList getServiceList()
           
 URL getServiceLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultyServiceData

public FaultyServiceData(AxisServiceGroup serviceGroup,
                         ArrayList serviceList,
                         URL serviceLocation,
                         DeploymentFileData currentDeploymentFile)
Method Detail

getServiceGroup

public AxisServiceGroup getServiceGroup()

getCurrentDeploymentFile

public DeploymentFileData getCurrentDeploymentFile()

getServiceList

public ArrayList getServiceList()

getServiceLocation

public URL getServiceLocation()

getServiceGroupName

public String getServiceGroupName()


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