org.apache.axis2.util
Class FaultyServiceData

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

public class FaultyServiceData
extends java.lang.Object


Constructor Summary
FaultyServiceData(AxisServiceGroup serviceGroup, java.util.ArrayList serviceList, java.net.URL serviceLocation, DeploymentFileData currentDeploymentFile)
           
 
Method Summary
 DeploymentFileData getCurrentDeploymentFile()
           
 AxisServiceGroup getServiceGroup()
           
 java.lang.String getServiceGroupName()
           
 java.util.ArrayList getServiceList()
           
 java.net.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,
                         java.util.ArrayList serviceList,
                         java.net.URL serviceLocation,
                         DeploymentFileData currentDeploymentFile)
Method Detail

getServiceGroup

public AxisServiceGroup getServiceGroup()

getCurrentDeploymentFile

public DeploymentFileData getCurrentDeploymentFile()

getServiceList

public java.util.ArrayList getServiceList()

getServiceLocation

public java.net.URL getServiceLocation()

getServiceGroupName

public java.lang.String getServiceGroupName()


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