com.sun.xml.ws.assembler.jaxws
Class MonitoringTubeFactory
java.lang.Object
com.sun.xml.ws.assembler.jaxws.MonitoringTubeFactory
- All Implemented Interfaces:
- TubeFactory
public final class MonitoringTubeFactory
- extends Object
- implements TubeFactory
TubeFactory implementation creating one of the standard JAX-WS RI tubes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitoringTubeFactory
public MonitoringTubeFactory()
createTube
public Tube createTube(ClientTubelineAssemblyContext context)
throws WebServiceException
- Description copied from interface:
TubeFactory
- Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
- Specified by:
createTube
in interface TubeFactory
- Parameters:
context
- wsit client tubeline assembler context
- Returns:
- new tail of the client-side tubeline
- Throws:
WebServiceException
createTube
public Tube createTube(ServerTubelineAssemblyContext context)
throws WebServiceException
- Description copied from interface:
TubeFactory
- Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
- Specified by:
createTube
in interface TubeFactory
- 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.