Uses of Class
com.sun.xml.ws.runtime.config.TubeFactoryList
-
Packages that use TubeFactoryList Package Description 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 Modifier and Type Field Description protected TubeFactoryListTubelineDefinition. clientSideprotected TubeFactoryListTubelineDefinition. endpointSideMethods in com.sun.xml.ws.runtime.config that return TubeFactoryList Modifier and Type Method Description TubeFactoryListObjectFactory. createTubeFactoryList()Create an instance ofTubeFactoryListTubeFactoryListTubelineDefinition. getClientSide()Gets the value of the clientSide property.TubeFactoryListTubelineDefinition. getEndpointSide()Gets the value of the endpointSide property.Methods in com.sun.xml.ws.runtime.config with parameters of type TubeFactoryList Modifier and Type Method Description voidTubelineDefinition. setClientSide(TubeFactoryList value)Sets the value of the clientSide property.voidTubelineDefinition. setEndpointSide(TubeFactoryList value)Sets the value of the endpointSide property.
-