org.apache.openejb.jee.sun
Class WebserviceDescription
java.lang.Object
org.apache.openejb.jee.sun.WebserviceDescription
- All Implemented Interfaces:
- Keyable<String>
public class WebserviceDescription
- extends Object
- implements Keyable<String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
webserviceDescriptionName
protected String webserviceDescriptionName
wsdlPublishLocation
protected String wsdlPublishLocation
WebserviceDescription
public WebserviceDescription()
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-2013 The Apache OpenEJB development community. All Rights Reserved.