org.ow2.jonas.ws.jaxrpc.base
Class JAXRPCService.WSDeployInfo

java.lang.Object
  extended by org.ow2.jonas.ws.jaxrpc.base.JAXRPCService.WSDeployInfo
Enclosing class:
JAXRPCService

public class JAXRPCService.WSDeployInfo
extends Object

Store information about a webservices descriptor.

Author:
Guillaume Sauthier

Constructor Summary
JAXRPCService.WSDeployInfo(URL war, WSDeploymentDesc wsdd)
          Creates a new WSDeployInfo instance with given parameters
 
Method Summary
 WSDeploymentDesc getDescriptor()
           
 URL getWarURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXRPCService.WSDeployInfo

public JAXRPCService.WSDeployInfo(URL war,
                                  WSDeploymentDesc wsdd)
Creates a new WSDeployInfo instance with given parameters

Parameters:
war - URL of the webapp
wsdd - WebServices descriptor
Method Detail

getWarURL

public URL getWarURL()
Returns:
Returns the Webapp URL

getDescriptor

public WSDeploymentDesc getDescriptor()
Returns:
Returns the WebServices Descriptor


Copyright © 2010 OW2 Consortium. All Rights Reserved.