This type is a class for model objects.
An outbound port represents a single port for a WSDL-defined service provider. It provides the configuration of invocation of the web service.
Package: sibwsoutboundAttributes Summary | |
name : EString | 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. |
description : EString | A description of the outbound port. Optional. |
JAXRPCHandlerListName : EString | This defines which list of JAX-RPC handlers is to be invoked for this port. Optional. |
retargettedURI : EString | The retargetted endpoint address for this port that overrides the value in the WSDL. Optional. |
retargettedBindingNamespace : EString | The retargetted binding namespace for this port that overrides the value in the WSDL. Optional. |
securityOutboundConfigName : EString | Specifies the details of how security is applied to requests and responses. Optional. |
securityRequestGeneratorBindingConfigName : EString | The security binding to be used with requests sent by this port. Optional. |
securityResponseConsumerBindingConfigName : EString | The security binding to be used for responses received by this port. Optional. |
portDestinationName : EString | Name of the port destination for this port. Required. |
authenticatingProxyHostName : EString | If an authenticating proxy is used, the name of the server that hosts it. |
authenticatingProxyPortNumber : EString | If an authenticating proxy is used, the port number for it. |
authenticatingProxyAuthAlias : EString | If an authenticating proxy is used, the authorisation alias which maps to the userid and password to authenticate. |
property : * Null Class Name * * | Extra properties that customize the way that requests and responses are processed. Optional. |
Attribute Details |