Class CXFTestSupport
- java.lang.Object
-
- org.apache.camel.component.cxf.common.CXFTestSupport
-
public final class CXFTestSupport extends Object
For test cases that use unique contexts, they can share the ports which will make things a bit faster as ports aren't opened and closed all the time.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetPort(String name)static intgetPort1()static intgetPort2()static intgetPort3()static intgetPort4()static intgetPort5()static intgetPort6()static intgetPort7()static intgetSslPort()
-
-
-
Method Detail
-
getPort
public static int getPort(String name)
-
getPort1
public static int getPort1()
-
getPort2
public static int getPort2()
-
getPort3
public static int getPort3()
-
getPort4
public static int getPort4()
-
getPort5
public static int getPort5()
-
getPort6
public static int getPort6()
-
getPort7
public static int getPort7()
-
getSslPort
public static int getSslPort()
-
-