|
|
|
@ -75,11 +75,11 @@ public class CxfConfig {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @Bean
|
|
|
|
|
// @Qualifier("wsRecordSubmitEndPoint")
|
|
|
|
|
// public Endpoint wsRecordSubmitEndPoint() {
|
|
|
|
|
// EndpointImpl endpoint = new EndpointImpl(springBus(), sdWebServiceUnifyMessageService);
|
|
|
|
|
// endpoint.publish("/WS_RECORD_SUBMIT");
|
|
|
|
|
// return endpoint;
|
|
|
|
|
// }
|
|
|
|
|
@Bean
|
|
|
|
|
@Qualifier("wsRecordSubmitEndPoint")
|
|
|
|
|
public Endpoint wsRecordSubmitEndPoint() {
|
|
|
|
|
EndpointImpl endpoint = new EndpointImpl(springBus(), sdWebServiceUnifyMessageService);
|
|
|
|
|
endpoint.publish("/WS_RECORD_SUBMIT");
|
|
|
|
|
return endpoint;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|