SIBWSOutboundPort

An outbound port represents a single port for a WSDL-defined service provider. It provides the configuration of invocation of the web service.



Attributes Summary
name : StringThe name of the outbound port.
description : StringA description of the outbound port.
JAXRPCHandlerListName : StringThis defines which list of JAX-RPC handlers is to be invoked for this port.
retargettedURI : StringThe retargetted endpoint address for this port that overrides the value in the WSDL.
retargettedBindingNamespace : StringThe retargetted binding namespace for this port that overrides the value in the WSDL.
securityOutboundConfigName : StringSpecifies the details of how security is applied to requests and responses.
securityRequestGeneratorBindingConfigName : StringThe security binding to be used with requests sent by this port.
securityResponseConsumerBindingConfigName : StringThe security binding to be used for responses received by this port.
portDestinationName : StringName of the port destination for this port.
authenticatingProxyHostName : StringIf an authenticating proxy is used, the name of the server that hosts it.
authenticatingProxyPortNumber : StringIf an authenticating proxy is used, the port number for it.
authenticatingProxyAuthAlias : StringIf an authenticating proxy is used, the authorisation alias which maps to the userid and password to authenticate.
property : Property * Extra properties that customize the way that requests and responses are processed.

Attribute Details

name    -    The name of the outbound port. Required. The name has to be unique in the outbound service. The name must match one of the ports in the outbound service's WSDL. Standard restrictions on managed names apply.
     data type:  String
     default Value:   unspecified



description    -    A description of the outbound port. Optional.
     data type:  String
     default Value:   unspecified



JAXRPCHandlerListName    -    This defines which list of JAX-RPC handlers is to be invoked for this port. Optional.
     data type:  String
     default Value:   unspecified



retargettedURI    -    The retargetted endpoint address for this port that overrides the value in the WSDL. Optional.
     data type:  String
     default Value:   unspecified



retargettedBindingNamespace    -    The retargetted binding namespace for this port that overrides the value in the WSDL. Optional.
     data type:  String
     default Value:   unspecified



securityOutboundConfigName    -    Specifies the details of how security is applied to requests and responses. Optional.
     data type:  String
     default Value:   unspecified



securityRequestGeneratorBindingConfigName    -    The security binding to be used with requests sent by this port. Optional.
     data type:  String
     default Value:   unspecified



securityResponseConsumerBindingConfigName    -    The security binding to be used for responses received by this port. Optional.
     data type:  String
     default Value:   unspecified



portDestinationName    -    Name of the port destination for this port. Required.
     data type:  String
     default Value:   unspecified



authenticatingProxyHostName    -    If an authenticating proxy is used, the name of the server that hosts it.
     data type:  String
     default Value:   unspecified



authenticatingProxyPortNumber    -    If an authenticating proxy is used, the port number for it.
     data type:  String
     default Value:   unspecified



authenticatingProxyAuthAlias    -    If an authenticating proxy is used, the authorisation alias which maps to the userid and password to authenticate.
     data type:  String
     default Value:   unspecified



property    -    Extra properties that customize the way that requests and responses are processed. Optional.
     data type: Property*


Copyright IBM Corp. 1997-2004