Some cases WAR file may contain multiple endpoints for ports in a WSDL. If the runtime knows these ports, their port addresses can be patched. This class keeps a list of {@link HttpAdapter}s and use that information to patch multiple port addresses.
Concrete implementations of this class need to override {@link #createHttpAdapter}method to create implementations of {@link HttpAdapter}. @author Jitendra Kotamraju
|
|