public class WebService extends Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
WebService()
Default constructor.
|
WebService(String name) |
WebService(WebService other)
copy constructor.
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic WebService()
public WebService(WebService other)
public WebService(String name)
public String getType()
public void setType(String type)
public Boolean isJaxWSBased()
public void setJaxWSBased(boolean isJaxWSBased)
isJaxWSBased - public void setWebServicesDescriptor(WebServicesDescriptor webServices)
public WebServicesDescriptor getWebServicesDescriptor()
public BundleDescriptor getBundleDescriptor()
public boolean hasWsdlFile()
public void setWsdlFileUri(String uri)
public String getWsdlFileUri()
public URL getWsdlFileUrl()
public void setWsdlFileUrl(URL url)
public String getGeneratedWsdlFilePath()
public boolean hasMappingFile()
public void setMappingFileUri(String uri)
public String getMappingFileUri()
public File getMappingFile()
public void setMappingFile(File file)
public void addEndpoint(WebServiceEndpoint endpoint)
public void removeEndpointByName(String endpointName)
public WebServiceEndpoint getEndpointByName(String name)
public void removeEndpoint(WebServiceEndpoint endpoint)
public Collection<WebServiceEndpoint> getEndpoints()
public boolean hasClientPublishUrl()
public void setClientPublishUrl(URL url)
public URL getClientPublishUrl()
public boolean hasUrlPublishing()
public boolean hasFilePublishing()
public WebServiceEndpoint pickEndpointForRelativeImports()
public void print(StringBuffer toStringBuffer)
print in class DescriptorCopyright © 2017. All rights reserved.