| java.lang.Object org.netbeans.modules.j2ee.ejbjarproject.EjbJarWebServicesSupport
EjbJarWebServicesSupport | public class EjbJarWebServicesSupport implements WebServicesSupportImpl(Code) | | author: rico author: Implementation of WebServicesSupportImpl |
Method Summary | |
public void | addInfrastructure(String implBeanClass, FileObject pkg) | public void | addServiceEntriesToDD(String serviceName, String serviceEndpointInterface, String servantClassName) | public void | addServiceImpl(String serviceName, FileObject configFile, boolean fromWSDL) | public void | addServiceImpl(String serviceName, FileObject configFile, boolean fromWSDL, String[] wscompileFeatures) | public void | addServiceImplLinkEntry(ServiceImplBean serviceImplBean, String wsName) | public String | generateImplementationBean(String wsName, FileObject pkg, Project project, String delegateData) | public AntProjectHelper | getAntProjectHelper() | public String | getArchiveDDFolderName() | public ClassPath | getClassPath() | public FileObject | getDeploymentDescriptor() | public String | getImplementationBean(String linkName) | public FileObject | getMetaInf() | public ReferenceHelper | getReferenceHelper() | public List | getServices() | public FileObject | getWebservicesDD() | public FileObject | getWsDDFolder() | public FileObject | getWsdlFolder(boolean create) | public boolean | isFromWSDL(String serviceName) | public void | removeProjectEntries(String serviceName) | public void | removeServiceEntry(String linkName) |
EjbJarWebServicesSupport | public EjbJarWebServicesSupport(EjbJarProject project, AntProjectHelper helper, ReferenceHelper referenceHelper)(Code) | | Creates a new instance of EjbJarWebServicesSupport
|
addInfrastructure | public void addInfrastructure(String implBeanClass, FileObject pkg)(Code) | | |
addServiceEntriesToDD | public void addServiceEntriesToDD(String serviceName, String serviceEndpointInterface, String servantClassName)(Code) | | |
addServiceImpl | public void addServiceImpl(String serviceName, FileObject configFile, boolean fromWSDL)(Code) | | |
addServiceImpl | public void addServiceImpl(String serviceName, FileObject configFile, boolean fromWSDL, String[] wscompileFeatures)(Code) | | |
getAntProjectHelper | public AntProjectHelper getAntProjectHelper()(Code) | | |
getArchiveDDFolderName | public String getArchiveDDFolderName()(Code) | | Returns the name of the directory that contains the webservices.xml in
the archive
|
getClassPath | public ClassPath getClassPath()(Code) | | |
getDeploymentDescriptor | public FileObject getDeploymentDescriptor()(Code) | | |
getImplementationBean | public String getImplementationBean(String linkName)(Code) | | Returns the name of the implementation bean class
given the ejb-link name
|
getMetaInf | public FileObject getMetaInf()(Code) | | |
getReferenceHelper | public ReferenceHelper getReferenceHelper()(Code) | | |
getWebservicesDD | public FileObject getWebservicesDD()(Code) | | Get the webservices.xml file object
|
getWsDDFolder | public FileObject getWsDDFolder()(Code) | | Returns the directory that contains webservices.xml in the project
|
getWsdlFolder | public FileObject getWsdlFolder(boolean create) throws IOException(Code) | | |
isFromWSDL | public boolean isFromWSDL(String serviceName)(Code) | | |
removeProjectEntries | public void removeProjectEntries(String serviceName)(Code) | | |
removeServiceEntry | public void removeServiceEntry(String linkName)(Code) | | |
|
|