org.apache.openejb.jee.sun
Class WebserviceDescription
java.lang.Object
org.apache.openejb.jee.sun.WebserviceDescription
- All Implemented Interfaces:
- Keyable<java.lang.String>
public class WebserviceDescription
- extends java.lang.Object
- implements Keyable<java.lang.String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
webserviceDescriptionName
protected java.lang.String webserviceDescriptionName
wsdlPublishLocation
protected java.lang.String wsdlPublishLocation
WebserviceDescription
public WebserviceDescription()
getKey
public java.lang.String getKey()
- Description copied from interface:
Keyable
- Gets the immutable key for this object.
- Specified by:
getKey
in interface Keyable<java.lang.String>
- Returns:
- gets the immutable key for this object
getWebserviceDescriptionName
public java.lang.String getWebserviceDescriptionName()
setWebserviceDescriptionName
public void setWebserviceDescriptionName(java.lang.String value)
getWsdlPublishLocation
public java.lang.String getWsdlPublishLocation()
setWsdlPublishLocation
public void setWsdlPublishLocation(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.