public class WebServiceHandler extends Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
WebServiceHandler() |
WebServiceHandler(WebServiceHandler other)
copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addInitParam(NameValuePairDescriptor newInitParam)
add an init param to this handler
|
void |
addPortName(String portName) |
void |
addSoapHeader(QName soapHeader) |
void |
addSoapRole(String soapRole) |
String |
getHandlerClass() |
String |
getHandlerName() |
Collection |
getInitParams() |
Collection |
getPortNames() |
Collection |
getSoapHeaders() |
Collection |
getSoapRoles() |
void |
print(StringBuffer toStringBuffer)
A String representation of this object.
|
void |
removeInitParam(NameValuePairDescriptor initParamToRemove)
remove an init param from this handler
|
void |
removePortName(String portName) |
void |
removeSoapHeader(QName soapHeader) |
void |
removeSoapRole(String soapRole) |
void |
setHandlerClass(String className)
Sets the class name for this handler
|
void |
setHandlerName(String name) |
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, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public WebServiceHandler(WebServiceHandler other)
public WebServiceHandler()
public void setHandlerClass(String className)
class
- namepublic String getHandlerClass()
public void setHandlerName(String name)
public String getHandlerName()
public void addInitParam(NameValuePairDescriptor newInitParam)
the
- init parampublic void removeInitParam(NameValuePairDescriptor initParamToRemove)
the
- init parampublic Collection getInitParams()
public void addSoapHeader(QName soapHeader)
public void removeSoapHeader(QName soapHeader)
public Collection getSoapHeaders()
public void addSoapRole(String soapRole)
public void removeSoapRole(String soapRole)
public Collection getSoapRoles()
public void addPortName(String portName)
public void removePortName(String portName)
public Collection getPortNames()
public void print(StringBuffer toStringBuffer)
Descriptor
print
in class Descriptor
Copyright © 2018. All rights reserved.