public final class MessageDumpingTubeFactory extends Object implements TubeFactory
Constructor and Description |
---|
MessageDumpingTubeFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Tube createTube(ClientTubelineAssemblyContext context) throws WebServiceException
TubeFactory
createTube
in interface TubeFactory
context
- wsit client tubeline assembler contextWebServiceException
public Tube createTube(ServerTubelineAssemblyContext context) throws WebServiceException
TubeFactory
createTube
in interface TubeFactory
context
- wsit service tubeline assembler contextWebServiceException
Copyright © 2015 Oracle Corporation. All rights reserved.