1 23 package com.sun.enterprise.webservice; 24 25 import com.sun.enterprise.deployment.ServiceRefPortInfo; 26 import com.sun.enterprise.webservice.spi.ServiceDelegateCreationListener; 27 import javax.xml.namespace.QName ; 28 29 33 public interface ServiceEngineFacade { 34 37 public Object getTransportFactory(ServiceRefPortInfo portInfo, 38 boolean jaxWSFlag, boolean oneWay) throws Exception ; 39 40 43 public void handleWebServiceEndpointEvent(String endpointUri, 44 boolean disableEndpoint) throws Exception ; 45 46 49 public ServiceDelegateCreationListener getServiceCreationListener(); 50 } 51 52 | Popular Tags |