this.location = location;
//for use as a template
if (ejbDeploymentContext == null) {
return;
}
RPCProvider provider = new EjbContainerProvider(ejbDeploymentContext.getDeploymentInfo());
SOAPService service = new SOAPService(null, provider, null);
JavaServiceDesc serviceDesc = serviceInfo.getServiceDesc();
service.setServiceDescription(serviceDesc);
Class serviceEndpointInterface = ejbDeploymentContext.getServiceEndpointInterface();