org.apache.openejb.jee.sun
Class WebserviceDescription

java.lang.Object
  extended by org.apache.openejb.jee.sun.WebserviceDescription
All Implemented Interfaces:
Keyable<String>

public class WebserviceDescription
extends Object
implements Keyable<String>


Field Summary
protected  String webserviceDescriptionName
           
protected  String wsdlPublishLocation
           
 
Constructor Summary
WebserviceDescription()
           
 
Method Summary
 String getKey()
          Gets the immutable key for this object.
 String getWebserviceDescriptionName()
           
 String getWsdlPublishLocation()
           
 void setWebserviceDescriptionName(String value)
           
 void setWsdlPublishLocation(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webserviceDescriptionName

protected String webserviceDescriptionName

wsdlPublishLocation

protected String wsdlPublishLocation
Constructor Detail

WebserviceDescription

public WebserviceDescription()
Method Detail

getKey

public String getKey()
Description copied from interface: Keyable
Gets the immutable key for this object.

Specified by:
getKey in interface Keyable<String>
Returns:
gets the immutable key for this object

getWebserviceDescriptionName

public String getWebserviceDescriptionName()

setWebserviceDescriptionName

public void setWebserviceDescriptionName(String value)

getWsdlPublishLocation

public String getWsdlPublishLocation()

setWsdlPublishLocation

public void setWsdlPublishLocation(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.