|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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 |
Method Detail |
public 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()
public void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
public 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()
public void setServiceEndpointInterface(java.lang.String value)
Service Endpoint Interface
' attribute.
value
- the new value of the 'Service Endpoint Interface' attribute.getServiceEndpointInterface()
public 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()
public void setWsdlPortType(WSDLPortType value)
Wsdl Port Type
' containment reference.
value
- the new value of the 'Wsdl Port Type' containment reference.getWsdlPortType()
public 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()
public void setWsdlBinding(WSDLBinding value)
Wsdl Binding
' containment reference.
value
- the new value of the 'Wsdl Binding' containment reference.getWsdlBinding()
public 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 |