<wsdl:portType name="ChannelBusService">
<wsdl:documentation>**PRIVATE API - Reserved for internal use**</wsdl:documentation>
<wsdl:operation name="getPresentationChannel">
<wsdl:input name="getPresentationChannelRequest" message="impl:getPresentationChannelRequest"/>
<wsdl:output name="getPresentationChannelResponse" message="impl:getPresentationChannelResponse"/>
<wsdl:fault name="channelUnavailableFault" message="impl:channelUnavailableFault"/>
<wsdl:fault name="internalServiceFault" message="impl:internalServiceFault"/>
</wsdl:operation>
<wsdl:operation name="listChannelTypes">
<wsdl:input name="listChannelTypesRequest" message="impl:listChannelTypesRequest"/>
<wsdl:output name="listChannelTypesResponse" message="impl:listChannelTypesResponse"/>
<wsdl:fault name="internalServiceFault" message="impl:internalServiceFault"/>
</wsdl:operation>
</wsdl:portType> |