Uses of Class
com.sun.xml.ws.runtime.config.TubeFactoryList

Packages that use TubeFactoryList
com.sun.xml.ws.runtime.config   
 

Uses of TubeFactoryList in com.sun.xml.ws.runtime.config
 

Fields in com.sun.xml.ws.runtime.config declared as TubeFactoryList
protected  TubeFactoryList TubelineDefinition.clientSide
           
protected  TubeFactoryList TubelineDefinition.endpointSide
           
 

Methods in com.sun.xml.ws.runtime.config that return TubeFactoryList
 TubeFactoryList ObjectFactory.createTubeFactoryList()
          Create an instance of TubeFactoryList
 TubeFactoryList TubelineDefinition.getClientSide()
          Gets the value of the clientSide property.
 TubeFactoryList TubelineDefinition.getEndpointSide()
          Gets the value of the endpointSide property.
 

Methods in com.sun.xml.ws.runtime.config with parameters of type TubeFactoryList
 void TubelineDefinition.setClientSide(TubeFactoryList value)
          Sets the value of the clientSide property.
 void TubelineDefinition.setEndpointSide(TubeFactoryList value)
          Sets the value of the endpointSide property.