Package org.apache.axis2.util
Class FaultyServiceData
- java.lang.Object
-
- org.apache.axis2.util.FaultyServiceData
-
public class FaultyServiceData extends Object
-
-
Constructor Summary
Constructors Constructor Description FaultyServiceData(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentFileData
getCurrentDeploymentFile()
AxisServiceGroup
getServiceGroup()
String
getServiceGroupName()
ArrayList<AxisService>
getServiceList()
URL
getServiceLocation()
-
-
-
Constructor Detail
-
FaultyServiceData
public FaultyServiceData(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)
-
-
Method Detail
-
getServiceGroup
public AxisServiceGroup getServiceGroup()
-
getCurrentDeploymentFile
public DeploymentFileData getCurrentDeploymentFile()
-
getServiceList
public ArrayList<AxisService> getServiceList()
-
getServiceLocation
public URL getServiceLocation()
-
getServiceGroupName
public String getServiceGroupName()
-
-