|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceInterfaceMapping
A representation of the model object 'Service Interface Mapping'. The service-interface-mapping element defines how a Java type for the service interface maps to a WSDL service. Used in: java-wsdl-mapping
The following features are supported:
JaxrpcmapPackage.getServiceInterfaceMapping()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
org.eclipse.emf.common.util.EList |
getPortMappings()
Returns the value of the 'Port Mappings' containment reference list. |
java.lang.String |
getServiceInterface()
Returns the value of the 'Service Interface' attribute |
WSDLServiceName |
getWsdlServiceName()
Returns the value of the 'Wsdl Service Name' containment reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setServiceInterface(java.lang.String value)
Sets the value of the ' Service Interface ' attribute |
void |
setWsdlServiceName(WSDLServiceName value)
Sets the value of the ' Wsdl Service Name ' containment reference |
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.getServiceInterfaceMapping_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getServiceInterface()
If the meaning of the 'Service Interface' attribute isn't clear, there really should be more of a description here...
The service-interface element defines the Java type for the service. For static services, it is javax.xml.rpc.Service interface. For generated service, it would be the generated interface name. The name must be a fully qualified class name. Used in: service-interface-mapping
setServiceInterface(String)
,
JaxrpcmapPackage.getServiceInterfaceMapping_ServiceInterface()
void setServiceInterface(java.lang.String value)
Service Interface
' attribute.
value
- the new value of the 'Service Interface' attribute.getServiceInterface()
WSDLServiceName getWsdlServiceName()
If the meaning of the 'Wsdl Service Name' containment reference isn't clear, there really should be more of a description here...
setWsdlServiceName(WSDLServiceName)
,
JaxrpcmapPackage.getServiceInterfaceMapping_WsdlServiceName()
void setWsdlServiceName(WSDLServiceName value)
Wsdl Service Name
' containment reference.
value
- the new value of the 'Wsdl Service Name' containment reference.getWsdlServiceName()
org.eclipse.emf.common.util.EList getPortMappings()
PortMapping
.
If the meaning of the 'Port Mappings' containment reference list isn't clear, there really should be more of a description here...
JaxrpcmapPackage.getServiceInterfaceMapping_PortMappings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |