Uses of Interface
com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext
-
-
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.assembler
Methods in com.sun.xml.ws.assembler that return ServerTubelineAssemblyContext Modifier and Type Method Description protected ServerTubelineAssemblyContextMetroTubelineAssembler. createServerContext(ServerTubeAssemblerContext jaxwsContext) -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description TubeTubeFactory. createTube(ServerTubelineAssemblyContext context)Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.TubeTubelineAssemblyDecorator. decorateServer(Tube tube, ServerTubelineAssemblyContext context)Decorate server tubeTubeTubelineAssemblyDecorator. decorateServerHead(Tube tube, ServerTubelineAssemblyContext context)Decorate server head tube.TubeTubelineAssemblyDecorator. decorateServerTail(Tube tube, ServerTubelineAssemblyContext context)Decorate server tail tube.voidTubelineAssemblyContextUpdater. prepareContext(ServerTubelineAssemblyContext context)TODO javadoc -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.assembler.jaxws
Methods in com.sun.xml.ws.assembler.jaxws with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description TubeAddressingTubeFactory. createTube(ServerTubelineAssemblyContext context)TubeBasicTransportTubeFactory. createTube(ServerTubelineAssemblyContext context)TubeHandlerTubeFactory. createTube(ServerTubelineAssemblyContext context)TubeMonitoringTubeFactory. createTube(ServerTubelineAssemblyContext context)TubeMustUnderstandTubeFactory. createTube(ServerTubelineAssemblyContext context)TubeTerminalTubeFactory. createTube(ServerTubelineAssemblyContext context)TubeTransportTubeFactory. createTube(ServerTubelineAssemblyContext context)TubeValidationTubeFactory. createTube(ServerTubelineAssemblyContext context) -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description TubeServerPipelineHook. createSecurityTube(ServerTubelineAssemblyContext context)Called during the server-side tubeline construction process once to allow a container to register a tube for security on the service endpoint. -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.dump
Methods in com.sun.xml.ws.dump with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description TubeMessageDumpingTubeFactory. createTube(ServerTubelineAssemblyContext context) -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description McConfigurationMcConfigurationFactory. createInstance(ServerTubelineAssemblyContext context)TubeMcTubeFactory. createTube(ServerTubelineAssemblyContext context)Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not. -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description RmConfigurationRmConfigurationFactory. createInstance(ServerTubelineAssemblyContext context)TubeRmTubeFactory. createTube(ServerTubelineAssemblyContext context)Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.Constructors in com.sun.xml.ws.rx.rm.runtime with parameters of type ServerTubelineAssemblyContext Constructor Description ServerTube(RmConfiguration configuration, ServerTubelineAssemblyContext context) -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.tx.at.runtime
Methods in com.sun.xml.ws.tx.at.runtime with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description TubeAtTubeFactory. createTube(ServerTubelineAssemblyContext context)Adds TX tube to the service-side tubeline, depending on whether TX is enabled or not. -
Uses of ServerTubelineAssemblyContext in com.sun.xml.ws.tx.at.tube
Constructors in com.sun.xml.ws.tx.at.tube with parameters of type ServerTubelineAssemblyContext Constructor Description WSATServerTube(Tube next, ServerTubelineAssemblyContext context, TransactionalFeature feature) -
Uses of ServerTubelineAssemblyContext in com.sun.xml.wss.jaxws.impl
Constructors in com.sun.xml.wss.jaxws.impl with parameters of type ServerTubelineAssemblyContext Constructor Description SecurityServerTube(ServerTubelineAssemblyContext context, Tube nextTube) -
Uses of ServerTubelineAssemblyContext in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type ServerTubelineAssemblyContext Modifier and Type Method Description TubeServerPipeCreator. createSecurityTube(ServerTubelineAssemblyContext context)TubeSecurityTubeFactory. createTube(ServerTubelineAssemblyContext context)voidSecurityTubeFactory. prepareContext(ServerTubelineAssemblyContext context)
-