|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceEndpointInterfaceMapping
A representation of the model object 'Service Endpoint Interface Mapping'. The service-endpoint-interface-mapping defines a tuple to specify Service Endpoint Interfaces to WSDL port types and WSDL bindings. An interface may be mapped to a port-type and binding multiple times. This happens rarely. Used in: java-wsdl-mapping
The following features are supported:
JaxrpcmapPackage.getServiceEndpointInterfaceMapping()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getServiceEndpointInterface()
Returns the value of the 'Service Endpoint Interface' attribute |
org.eclipse.emf.common.util.EList |
getServiceEndpointMethodMappings()
Returns the value of the 'Service Endpoint Method Mappings' containment reference list. |
WSDLBinding |
getWsdlBinding()
Returns the value of the 'Wsdl Binding' containment reference |
WSDLPortType |
getWsdlPortType()
Returns the value of the 'Wsdl Port Type' containment reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setServiceEndpointInterface(java.lang.String value)
Sets the value of the ' Service Endpoint Interface ' attribute |
void |
setWsdlBinding(WSDLBinding value)
Sets the value of the ' Wsdl Binding ' containment reference |
void |
setWsdlPortType(WSDLPortType value)
Sets the value of the ' Wsdl Port Type ' 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.getServiceEndpointInterfaceMapping_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getServiceEndpointInterface()
If the meaning of the 'Service Endpoint Interface' attribute isn't clear, there really should be more of a description here...
The service-endpoint-interface element defines the Java type for the endpoint interface. The name must be a fully qualified class name. Used in: service-endpoint-interface-mapping
setServiceEndpointInterface(String)
,
JaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointInterface()
void setServiceEndpointInterface(java.lang.String value)
Service Endpoint Interface
' attribute.
value
- the new value of the 'Service Endpoint Interface' attribute.getServiceEndpointInterface()
WSDLPortType getWsdlPortType()
If the meaning of the 'Wsdl Port Type' containment reference isn't clear, there really should be more of a description here...
setWsdlPortType(WSDLPortType)
,
JaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlPortType()
void setWsdlPortType(WSDLPortType value)
Wsdl Port Type
' containment reference.
value
- the new value of the 'Wsdl Port Type' containment reference.getWsdlPortType()
WSDLBinding getWsdlBinding()
If the meaning of the 'Wsdl Binding' containment reference isn't clear, there really should be more of a description here...
setWsdlBinding(WSDLBinding)
,
JaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlBinding()
void setWsdlBinding(WSDLBinding value)
Wsdl Binding
' containment reference.
value
- the new value of the 'Wsdl Binding' containment reference.getWsdlBinding()
org.eclipse.emf.common.util.EList getServiceEndpointMethodMappings()
ServiceEndpointMethodMapping
.
If the meaning of the 'Service Endpoint Method Mappings' containment reference list isn't clear, there really should be more of a description here...
JaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointMethodMappings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |