ServiceInterfaceMapping

The service-interface-mapping element defines how a Java type for the service interface maps to a WSDL service.Used in: java-wsdl-mapping

Inherits from type InterfaceMapping and adds the following.

Attributes Summary
id : String  
serviceInterface : StringThe service-interface element defines the Java type for the service.
wsdlServiceName : WSDLServiceName  
portMappings : PortMapping *  

Attribute Details

id    -     
     data type:  String
     default Value:   unspecified



serviceInterface    -    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
     data type:  String
     default Value:   unspecified



wsdlServiceName    -     
     data type: WSDLServiceName



portMappings    -     
     data type: PortMapping*


Copyright IBM Corp. 1996-2002