|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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 |
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.getServiceInterfaceMapping_Id()
public void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
public 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()
public void setServiceInterface(java.lang.String value)
Service Interface
' attribute.
value
- the new value of the 'Service Interface' attribute.getServiceInterface()
public 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()
public void setWsdlServiceName(WSDLServiceName value)
Wsdl Service Name
' containment reference.
value
- the new value of the 'Wsdl Service Name' containment reference.getWsdlServiceName()
public 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 |