PortComponent

The port-component element associates a WSDL port with a Web service interface and implementation. It defines the name of the port as a component, optional description, optional display name, optional iconic representations, WSDL port QName, Service Endpoint Interface, Service Implementation Bean.



Attributes Summary
id : String  
description : String  
displayName : String  
smallIcon : String  
largeIcon : String  
portComponentName : StringThe port-component-name element specifies a port component’s name.
serviceEndpointInterface : StringThe service-endpoint-interface element contains the fully-qualified name of the port component's Service Endpoint Interface.
wsdlPort : WSDLPort  
serviceImplBean : ServiceImplBean  
handlers : Handler *  

Attribute Details

id    -     
     data type:  String
     default Value:   unspecified



description    -     
     data type:  String
     default Value:   unspecified



displayName    -     
     data type:  String
     default Value:   unspecified



smallIcon    -     
     data type:  String
     default Value:   unspecified



largeIcon    -     
     data type:  String
     default Value:   unspecified



portComponentName    -    The port-component-name element specifies a port component’s name. This name is assigned by the module producer to name the service implementation bean in the module’s deployment descriptor. The name must be unique among the port component names defined in the same module.
     data type:  String
     default Value:   unspecified



serviceEndpointInterface    -    The service-endpoint-interface element contains the fully-qualified name of the port component's Service Endpoint Interface.
     data type:  String
     default Value:   unspecified



wsdlPort    -     
     data type: WSDLPort



serviceImplBean    -     
     data type: ServiceImplBean



handlers    -     
     data type: Handler*


Copyright IBM Corp. 1996-2002