com.sun.xml.ws.assembler.dev
Interface TubeFactory

All Known Implementing Classes:
AddressingTubeFactory, BasicTransportTubeFactory, HandlerTubeFactory, MessageDumpingTubeFactory, MonitoringTubeFactory, MustUnderstandTubeFactory, TerminalTubeFactory, ValidationTubeFactory

public interface TubeFactory


Method Summary
 Tube createTube(ClientTubelineAssemblyContext context)
          Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
 Tube createTube(ServerTubelineAssemblyContext context)
          Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
 

Method Detail

createTube

Tube createTube(ClientTubelineAssemblyContext context)
                throws WebServiceException
Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.

Parameters:
context - wsit client tubeline assembler context
Returns:
new tail of the client-side tubeline
Throws:
WebServiceException

createTube

Tube createTube(ServerTubelineAssemblyContext context)
                throws WebServiceException
Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.

Parameters:
context - wsit service tubeline assembler context
Returns:
new head of the service-side tubeline
Throws:
WebServiceException


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.