Package com.sun.xml.ws.dump
Class MessageDumpingTubeFactory
java.lang.Object
com.sun.xml.ws.dump.MessageDumpingTubeFactory
- All Implemented Interfaces:
TubeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTube(ClientTubelineAssemblyContext context) Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.createTube(ServerTubelineAssemblyContext context) Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
-
Constructor Details
-
MessageDumpingTubeFactory
public MessageDumpingTubeFactory()
-
-
Method Details
-
createTube
public Tube createTube(ClientTubelineAssemblyContext context) throws javax.xml.ws.WebServiceException Description copied from interface:TubeFactoryAdds RM tube to the client-side tubeline, depending on whether RM is enabled or not.- Specified by:
createTubein interfaceTubeFactory- Parameters:
context- wsit client tubeline assembler context- Returns:
- new tail of the client-side tubeline
- Throws:
javax.xml.ws.WebServiceException
-
createTube
public Tube createTube(ServerTubelineAssemblyContext context) throws javax.xml.ws.WebServiceException Description copied from interface:TubeFactoryAdds RM tube to the service-side tubeline, depending on whether RM is enabled or not.- Specified by:
createTubein interfaceTubeFactory- Parameters:
context- wsit service tubeline assembler context- Returns:
- new head of the service-side tubeline
- Throws:
javax.xml.ws.WebServiceException
-