Interface AxisTestClientContextConfigurator
-
public interface AxisTestClientContextConfiguratorResource used to determine whether a transport listener is required and to configure the transport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTransportListenerRequired()Determine whether a transport listener is required on client side.voidsetupTransport(TransportInDescription trpInDesc, TransportOutDescription trpOutDesc)Setup the transport on client side.
-
-
-
Method Detail
-
isTransportListenerRequired
boolean isTransportListenerRequired()
Determine whether a transport listener is required on client side.- Returns:
- true if a transport listener instance is required
-
setupTransport
void setupTransport(TransportInDescription trpInDesc, TransportOutDescription trpOutDesc) throws Exception
Setup the transport on client side.- Parameters:
trpInDesc-trpOutDesc-- Throws:
Exception
-
-