org.apache.openejb.jee
Class WebserviceDescription
java.lang.Object
org.apache.openejb.jee.WebserviceDescription
- All Implemented Interfaces:
- Keyable<String>
public class WebserviceDescription
- extends Object
- implements Keyable<String>
The webservice-description element defines a WSDL document file
and the set of Port components associated with the WSDL ports
defined in the WSDL document. There may be multiple
webservice-descriptions defined within a module.
All WSDL file ports must have a corresponding port-component element
defined.
Used in: webservices
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected String description
displayName
protected String displayName
icon
protected Icon icon
webserviceDescriptionName
protected String webserviceDescriptionName
wsdlFile
protected String wsdlFile
jaxrpcMappingFile
protected String jaxrpcMappingFile
jaxrpcMapping
protected JavaWsdlMapping jaxrpcMapping
portComponent
protected KeyedCollection<String,PortComponent> portComponent
id
protected String id
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
getDescription
public String getDescription()
setDescription
public void setDescription(String value)
getDisplayName
public String getDisplayName()
setDisplayName
public void setDisplayName(String value)
getIcon
public Icon getIcon()
setIcon
public void setIcon(Icon value)
getWebserviceDescriptionName
public String getWebserviceDescriptionName()
setWebserviceDescriptionName
public void setWebserviceDescriptionName(String value)
getWsdlFile
public String getWsdlFile()
setWsdlFile
public void setWsdlFile(String value)
getJaxrpcMappingFile
public String getJaxrpcMappingFile()
setJaxrpcMappingFile
public void setJaxrpcMappingFile(String value)
getJaxrpcMapping
public JavaWsdlMapping getJaxrpcMapping()
setJaxrpcMapping
public void setJaxrpcMapping(JavaWsdlMapping jaxrpcMapping)
getPortComponent
public Collection<PortComponent> getPortComponent()
getPortComponentMap
public Map<String,PortComponent> getPortComponentMap()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.