|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServiceDescription
A representation of the model object 'Web Service Description'. 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
The following features are supported:
Jaxrpc Mapping File
Web Service Description Name
Wsdl File
Small Icon
Large Icon
Description
Display Name
Port Components
Description Type
Display Name Type
Icon Type
WsddPackage.getWebServiceDescription()
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
DescriptionType |
getDescriptionType()
Returns the value of the 'Description Type' containment reference |
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute |
DisplayNameType |
getDisplayNameType()
Returns the value of the 'Display Name Type' containment reference |
IconType |
getIconType()
Returns the value of the 'Icon Type' containment reference |
java.lang.String |
getJaxrpcMappingFile()
Returns the value of the 'Jaxrpc Mapping File' attribute |
java.lang.String |
getLargeIcon()
Returns the value of the 'Large Icon' attribute |
org.eclipse.emf.common.util.EList |
getPortComponents()
Returns the value of the 'Port Components' containment reference list. |
java.lang.String |
getSmallIcon()
Returns the value of the 'Small Icon' attribute |
java.lang.String |
getWebServiceDescriptionName()
Returns the value of the 'Web Service Description Name' attribute |
java.lang.String |
getWsdlFile()
Returns the value of the 'Wsdl File' attribute |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute |
void |
setDescriptionType(DescriptionType value)
Sets the value of the ' Description Type ' containment reference |
void |
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name ' attribute |
void |
setDisplayNameType(DisplayNameType value)
Sets the value of the ' Display Name Type ' containment reference |
void |
setIconType(IconType value)
Sets the value of the ' Icon Type ' containment reference |
void |
setJaxrpcMappingFile(java.lang.String value)
Sets the value of the ' Jaxrpc Mapping File ' attribute |
void |
setLargeIcon(java.lang.String value)
Sets the value of the ' Large Icon ' attribute |
void |
setSmallIcon(java.lang.String value)
Sets the value of the ' Small Icon ' attribute |
void |
setWebServiceDescriptionName(java.lang.String value)
Sets the value of the ' Web Service Description Name ' attribute |
void |
setWsdlFile(java.lang.String value)
Sets the value of the ' Wsdl File ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getJaxrpcMappingFile()
If the meaning of the 'Jaxrpc Mapping File' attribute isn't clear, there really should be more of a description here...
The jaxrpc-mapping-file element contains the name of a file that describes the JAX-RPC mapping between the Java interaces used by the application and the WSDL description in the wsdl-file. The file name is a relative path within the module.
setJaxrpcMappingFile(String)
,
WsddPackage.getWebServiceDescription_JaxrpcMappingFile()
void setJaxrpcMappingFile(java.lang.String value)
Jaxrpc Mapping File
' attribute.
value
- the new value of the 'Jaxrpc Mapping File' attribute.getJaxrpcMappingFile()
java.lang.String getWebServiceDescriptionName()
If the meaning of the 'Web Service Description Name' attribute isn't clear, there really should be more of a description here...
The webservice-description-name identifies the collection of port-components associated with a WSDL file and JAX-RPC mapping. The name must be unique within the deployment descriptor.
setWebServiceDescriptionName(String)
,
WsddPackage.getWebServiceDescription_WebServiceDescriptionName()
void setWebServiceDescriptionName(java.lang.String value)
Web Service Description Name
' attribute.
value
- the new value of the 'Web Service Description Name' attribute.getWebServiceDescriptionName()
java.lang.String getWsdlFile()
If the meaning of the 'Wsdl File' attribute isn't clear, there really should be more of a description here...
The wsdl-file element contains the name of a WSDL file in the module. The file name is a relative path within the module.
setWsdlFile(String)
,
WsddPackage.getWebServiceDescription_WsdlFile()
void setWsdlFile(java.lang.String value)
Wsdl File
' attribute.
value
- the new value of the 'Wsdl File' attribute.getWsdlFile()
java.lang.String getSmallIcon()
If the meaning of the 'Small Icon' attribute isn't clear, there really should be more of a description here...
setSmallIcon(String)
,
WsddPackage.getWebServiceDescription_SmallIcon()
void setSmallIcon(java.lang.String value)
Small Icon
' attribute.
value
- the new value of the 'Small Icon' attribute.getSmallIcon()
java.lang.String getLargeIcon()
If the meaning of the 'Large Icon' attribute isn't clear, there really should be more of a description here...
setLargeIcon(String)
,
WsddPackage.getWebServiceDescription_LargeIcon()
void setLargeIcon(java.lang.String value)
Large Icon
' attribute.
value
- the new value of the 'Large Icon' attribute.getLargeIcon()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
WsddPackage.getWebServiceDescription_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getDisplayName()
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String)
,
WsddPackage.getWebServiceDescription_DisplayName()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
org.eclipse.emf.common.util.EList getPortComponents()
PortComponent
.
If the meaning of the 'Port Components' containment reference list isn't clear, there really should be more of a description here...
WsddPackage.getWebServiceDescription_PortComponents()
DescriptionType getDescriptionType()
If the meaning of the 'Description Type' containment reference list isn't clear, there really should be more of a description here...
setDescriptionType(DescriptionType)
,
WsddPackage.getWebServiceDescription_DescriptionType()
void setDescriptionType(DescriptionType value)
Description Type
' containment reference.
value
- the new value of the 'Description Type' containment reference.getDescriptionType()
DisplayNameType getDisplayNameType()
If the meaning of the 'Display Name Type' containment reference list isn't clear, there really should be more of a description here...
setDisplayNameType(DisplayNameType)
,
WsddPackage.getWebServiceDescription_DisplayNameType()
void setDisplayNameType(DisplayNameType value)
Display Name Type
' containment reference.
value
- the new value of the 'Display Name Type' containment reference.getDisplayNameType()
IconType getIconType()
If the meaning of the 'Icon Type' containment reference list isn't clear, there really should be more of a description here...
setIconType(IconType)
,
WsddPackage.getWebServiceDescription_IconType()
void setIconType(IconType value)
Icon Type
' containment reference.
value
- the new value of the 'Icon Type' containment reference.getIconType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |