Package com.sun.xml.wss.provider.wsit
Class SecurityTubeFactory
- java.lang.Object
-
- com.sun.xml.wss.provider.wsit.SecurityTubeFactory
-
- All Implemented Interfaces:
TubeFactory,TubelineAssemblyContextUpdater
public final class SecurityTubeFactory extends Object implements TubeFactory, TubelineAssemblyContextUpdater
-
-
Constructor Summary
Constructors Constructor Description SecurityTubeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TubecreateTube(ClientTubelineAssemblyContext context)Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.TubecreateTube(ServerTubelineAssemblyContext context)Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.voidprepareContext(ClientTubelineAssemblyContext context)TODO javadocvoidprepareContext(ServerTubelineAssemblyContext context)TODO javadoc
-
-
-
Method Detail
-
prepareContext
public void prepareContext(ClientTubelineAssemblyContext context) throws jakarta.xml.ws.WebServiceException
Description copied from interface:TubelineAssemblyContextUpdaterTODO javadoc- Specified by:
prepareContextin interfaceTubelineAssemblyContextUpdater- Throws:
jakarta.xml.ws.WebServiceException
-
prepareContext
public void prepareContext(ServerTubelineAssemblyContext context) throws jakarta.xml.ws.WebServiceException
Description copied from interface:TubelineAssemblyContextUpdaterTODO javadoc- Specified by:
prepareContextin interfaceTubelineAssemblyContextUpdater- Throws:
jakarta.xml.ws.WebServiceException
-
createTube
public Tube createTube(ServerTubelineAssemblyContext context) throws jakarta.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:
jakarta.xml.ws.WebServiceException
-
createTube
public Tube createTube(ClientTubelineAssemblyContext context) throws jakarta.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:
jakarta.xml.ws.WebServiceException
-
-