This type is a class for model objects.
An inbound service describes the web service enablement of an SIBus destination. It provides the configuration of endpoint listeners within a port.
Package: sibwsinboundAttributes Summary | |
name : EString | The name of this inbound service. Standard WebSphere character restrictions apply. |
description : EString | An optional description of the service. |
serviceDestinationName : EString | The name of the service destination which will be associated with this service. |
enableOperationLevelSecurity : EBoolean | An option to enable operation level security. |
port : SIBWSInboundPort * | Inbound ports owned by this service. For the service to be fully operational at least one port must be configured. Port configuration will be generated automatically if the inbound service is created from a WSDL using the admin task createSIBWSInboundService or the inbound service wizard. |
UDDIPublication : SIBWSUDDIPublication * | Optional UDDI publication objects. |
WSDLLocation : SIBWSWSDLLocation @ | A link to the WSDL location object which contains information about the WSDL which describes this service. |
property : * Null Class Name * * | Optional additional properties may be configured here as name-value pairs. |
Attribute Details |