protected void setConfigurationContextService(ConfigurationContextService contextService) {
axisConfig = contextService.getServerConfigContext().getAxisConfiguration();
TransportStore trpStore = TransportStore.getInstance();
for (TransportService trpService : trpList) {
trpStore.addTransport(trpService.getName(), trpService, axisConfig);
}
}
protected void unsetConfigurationContextService(ConfigurationContextService contextService) {
this.axisConfig = null;