com.sun.xml.wss.provider.wsit
Class SecurityTubeFactory

java.lang.Object
  extended by com.sun.xml.wss.provider.wsit.SecurityTubeFactory
All Implemented Interfaces:
TubeFactory, TubelineAssemblyContextUpdater

public final class SecurityTubeFactory
extends java.lang.Object
implements TubeFactory, TubelineAssemblyContextUpdater


Constructor Summary
SecurityTubeFactory()
           
 
Method Summary
 com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
           
 com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
           
 void prepareContext(ClientTubelineAssemblyContext context)
           
 void prepareContext(ServerTubelineAssemblyContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityTubeFactory

public SecurityTubeFactory()
Method Detail

prepareContext

public void prepareContext(ClientTubelineAssemblyContext context)
                    throws WebServiceException
Specified by:
prepareContext in interface TubelineAssemblyContextUpdater
Throws:
WebServiceException

prepareContext

public void prepareContext(ServerTubelineAssemblyContext context)
                    throws WebServiceException
Specified by:
prepareContext in interface TubelineAssemblyContextUpdater
Throws:
WebServiceException

createTube

public com.sun.xml.ws.api.pipe.Tube createTube(ServerTubelineAssemblyContext context)
                                        throws WebServiceException
Specified by:
createTube in interface TubeFactory
Throws:
WebServiceException

createTube

public com.sun.xml.ws.api.pipe.Tube createTube(ClientTubelineAssemblyContext context)
                                        throws WebServiceException
Specified by:
createTube in interface TubeFactory
Throws:
WebServiceException


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.