|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortMapping
A representation of the model object 'Port Mapping'.
The port-mapping defines the mapping of the WSDL port name attribute to the Java name used to generate the Generated Service Interface method get
The following features are supported:
JaxrpcmapPackage.getPortMapping()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getJavaPortName()
Returns the value of the 'Java Port Name' attribute |
java.lang.String |
getPortName()
Returns the value of the 'Port Name' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setJavaPortName(java.lang.String value)
Sets the value of the ' Java Port Name ' attribute |
void |
setPortName(java.lang.String value)
Sets the value of the ' Port Name ' 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 getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
JaxrpcmapPackage.getPortMapping_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getPortName()
If the meaning of the 'Port Name' attribute isn't clear, there really should be more of a description here...
The port-name is the attribute value of a name attribute of a WSDL port element. Used in: port-mapping
setPortName(String)
,
JaxrpcmapPackage.getPortMapping_PortName()
void setPortName(java.lang.String value)
Port Name
' attribute.
value
- the new value of the 'Port Name' attribute.getPortName()
java.lang.String getJavaPortName()
If the meaning of the 'Java Port Name' attribute isn't clear, there really should be more of a description here...
The java-port-name element is the string to use as the port name in Java. It is used in generating the Generated Service Interface method get
setJavaPortName(String)
,
JaxrpcmapPackage.getPortMapping_JavaPortName()
void setJavaPortName(java.lang.String value)
Java Port Name
' attribute.
value
- the new value of the 'Java Port Name' attribute.getJavaPortName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |