This type is a class for model objects.
Contains information about the EndpointListener which this InboundPort is associated with. This class is used internally, it does not appear in any panels; it is stored as a child of the InboundPort and therefore does not need a name. Also see SIBWSEndpointListener in the sibwsepl package.
Package: sibwsinboundAttributes Summary | |
nodeName : EString | The name of the node where this endpoint listener reference is located. This field is mandatory if the serverName is set, and should not be used if the clusterName is set. |
serverName : EString | The name of the server where this endpoint listener reference resides. The nodeName is mandatory if this field is set. This field should not be set if clusterName is used. |
clusterName : EString | The name of the cluster where this endpoint listener reference resides. This field should only be used in a clustered configuration, and should not be used if serverName and nodeName are set. |
endpointListenerName : EString | The name of the endpoint listener referred to by this endpoint listener reference. |
cachedURLRoot : EString | The URL root. |
cachedWSDLServingHTTPURLRoot : EString | The HTTP URL root of the WSDL server. |
Attribute Details |