public class ServiceReferenceDescriptor extends EnvironmentProperty implements HandlerChainContainer
lookupName
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
ServiceReferenceDescriptor() |
ServiceReferenceDescriptor(ServiceReferenceDescriptor other) |
ServiceReferenceDescriptor(String name,
String description,
String service) |
addInjectionTarget, getComponentEnvName, getInjectionTargets, getInjectResourceType, getLookupName, getResolvedValue, getResolvedValueObject, getType, getValue, getValueObject, getValueType, hasAValue, hasInjectionTargetFromXml, hasLookupName, isConflict, isConflictResourceGroup, isInjectable, isSetValueCalled, print, printInjectableResourceInfo, setInjectResourceType, setLookupName, setType, setValue
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription, getLargeIconUri, getName, getSmallIconUri, setDescription, setLargeIconUri, setName, setSmallIconUri
getDescription, getName, setDescription, setName
public ServiceReferenceDescriptor(ServiceReferenceDescriptor other)
public ServiceReferenceDescriptor(String name, String description, String service)
public ServiceReferenceDescriptor()
public Map<Class<? extends Annotation>,Annotation> getOtherAnnotations()
public void setOtherAnnotations(Map<Class<? extends Annotation>,Annotation> otherAnnotations)
public boolean isRespectBindingEnabled()
public Addressing getAddressing()
public RespectBinding getRespectBinding()
public void setRespectBinding(RespectBinding respectBinding)
public boolean hasMtomEnabled()
public boolean isMtomEnabled()
public void setMtomEnabled(boolean mtomEnabled)
public boolean isAddressingEnabled()
public void setAddressing(Addressing addressing)
public boolean isAddressingRequired()
public int getMtomThreshold()
public void setMtomThreshold(int mtomThreshold)
public String getMappedName()
getMappedName
in class EnvironmentProperty
public void setMappedName(String value)
setMappedName
in class EnvironmentProperty
public void setBundleDescriptor(BundleDescriptor bundle)
public BundleDescriptor getBundleDescriptor()
public boolean hasGenericServiceInterface()
public boolean hasGeneratedServiceInterface()
public void setServiceInterface(String service)
public String getServiceInterface()
public boolean hasWsdlFile()
public void setWsdlFileUrl(URL url)
public URL getWsdlFileUrl()
public void setWsdlFileUri(String uri)
public String getWsdlFileUri()
public boolean hasMappingFile()
public void setMappingFile(File file)
public File getMappingFile()
public void setMappingFileUri(String uri)
public String getMappingFileUri()
public void setServiceName(QName serviceName)
public void setServiceNamespaceUri(String uri)
public String getServiceNamespaceUri()
public void setServiceLocalPart(String localpart)
public String getServiceLocalPart()
public void setServiceNameNamespacePrefix(String prefix)
public String getServiceNameNamespacePrefix()
public boolean hasServiceName()
public QName getServiceName()
public Set getPortsInfo()
public void addPortInfo(ServiceRefPortInfo portInfo)
public void removePortInfo(ServiceRefPortInfo portInfo)
public void addRuntimePortInfo(ServiceRefPortInfo runtimePortInfo)
public ServiceRefPortInfo addContainerManagedPort(String serviceEndpointInterface)
public boolean hasContainerManagedPorts()
public boolean hasClientManagedPorts()
public ServiceRefPortInfo getPortInfo(String serviceEndpointInterface)
public ServiceRefPortInfo getPortInfoBySEI(String serviceEndpointInterface)
public ServiceRefPortInfo getPortInfoByPort(QName wsdlPort)
public void addHandler(WebServiceHandler handler)
public void removeHandler(WebServiceHandler handler)
public void removeHandlerByName(String handlerName)
public boolean hasHandlers()
public LinkedList getHandlers()
public void addHandlerChain(WebServiceHandlerChain handler)
addHandlerChain
in interface HandlerChainContainer
public void removeHandlerChain(WebServiceHandlerChain handler)
public boolean hasHandlerChain()
hasHandlerChain
in interface HandlerChainContainer
public LinkedList getHandlerChain()
getHandlerChain
in interface HandlerChainContainer
public Set getCallProperties()
public NameValuePairDescriptor getCallPropertyByName(String name)
public void addCallProperty(NameValuePairDescriptor property)
public void removeCallProperty(NameValuePairDescriptor property)
public boolean hasServiceImplClassName()
public void setServiceImplClassName(String className)
public String getServiceImplClassName()
public boolean hasWsdlOverride()
public void setWsdlOverride(URL override)
public URL getWsdlOverride()
public void setInjectionTargetType(String type)
public String getInjectionTargetType()
public boolean equals(Object object)
EnvironmentProperty
equals
in class EnvironmentProperty
public int hashCode()
EnvironmentProperty
hashCode
in class EnvironmentProperty
public boolean isConflict(ServiceReferenceDescriptor other)
Copyright © 2020. All rights reserved.