|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.webservice.descriptor.ProviderServiceDescriptor
public class ProviderServiceDescriptor
The provider service descriptor.
Field Summary | |
---|---|
static String |
CORBALOC
A type of localization. |
static String |
CORBANAME
A type of localization. |
static String |
IOR
A type of localization. |
static String |
NAMESERVICE
A type of localization. |
Constructor Summary | |
---|---|
ProviderServiceDescriptor()
Constructor. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NAMESERVICE
public static final String CORBALOC
public static final String CORBANAME
public static final String IOR
Constructor Detail |
---|
public ProviderServiceDescriptor()
Method Detail |
---|
public String getServiceName()
public void setIdToClassNameMap(Map<String,String> idToClassMap)
public Map<String,String> getIdToClassNameMap()
public void setServiceName(String serviceName)
serviceName
- The serviceName to set.public String getServiceNameSpace()
public void setServiceNameSpace(String serviceNameSpace)
serviceNameSpace
- The serviceNameSpace to set.public Object getCorbaObjectReference()
public void setCorbaObjectReference(Object corbaObjectReference)
corbaObjectReference
- The corba object referencepublic Class getServiceInterface()
public void setServiceInterface(Class serviceInterface)
serviceInterface
- The service interfacepublic Class getCorbaHelperClass()
public void setCorbaHelperClass(Class corbaHelperClass)
corbaHelperClass
- The corba helper classpublic Class getCorbaObjectInterface()
public void setCorbaObjectInterface(Class corbaObjectInterface)
corbaObjectInterface
- The corba object interfacepublic String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- The object
public String getLocalizationType()
public void setLocalizationType(String localizationType)
localizationType
- The localization typepublic Properties getOrbProperties()
public void setOrbProperties(Properties orbProperties)
orbProperties
- The orb propertiespublic String getWsdlRootDirectory()
public void setWsdlRootDirectory(String wsdlRootDirectory)
wsdlRootDirectory
- The wsdl root directorypublic String getCorbaServiceName()
public void setCorbaServiceName(String corbaServiceName)
corbaServiceName
- The corba service namepublic URLClassLoader getUrlClassLoader()
public void setUrlClassLoader(URLClassLoader urlClassLoader)
urlClassLoader
- The url class loaderpublic ChildFirstClassLoader getOriginalClassLoader()
public void setOriginalClassLoader(ChildFirstClassLoader originalClassLoader)
urlClassLoader
- The url class loaderpublic Map<String,Object> getValueTypeIdAndInstance()
public void setValueTypeIdAndInstance(Map<String,Object> valueTypeIdAndInstance)
valueTypeIdAndInstance
- The value type Id and instancepublic String getComponentRootPath()
public void setComponentRootPath(String componentRootPath)
componentRootPath
- The component root pathpublic QName getPortTypeName()
public void setPortTypeName(QName portTypeName)
public List<MethodSignature> getMethodSignatures()
public void setMethodSignatures(List<MethodSignature> methodSignatures)
public void setEndpoint(ProviderEndpoint endpoint)
endpoint
- The ProviderEndpoint classpublic ProviderEndpoint getEndpoint()
public Map<String,Map<String,String>> getSubstitutedUnionFields()
public void setSubstitutedUnionFields(Map<String,Map<String,String>> substitutedUnionFields)
public Map<String,UnionType> getAllUniontypes()
public void setAllUniontypes(Map<String,UnionType> allUniontypes)
public Map<String,Map<String,String>> getSubstitutedInterfaceFields()
public void setSubstitutedInterfaceFields(Map<String,Map<String,String>> substitutedInterfaceFields)
public Map<String,InterfaceType> getAllInterfacetypes()
public void setAllInterfacetypes(Map<String,InterfaceType> allInterfaceypes)
public Map<String,SearchedType> getAllCorbaTypes()
public Set<Class> getAllIDLTypes()
public void setAllIDLTypes(Set<Class> allIDLTypes)
public Map<String,List<String>> getCorbaEnumMap()
public void setCorbaEnumMap(Map<String,List<String>> corbaEnumMap)
public Map<String,TypeDef> getTypeDefs()
public void setTypeDefs(Map<String,TypeDef> typeDefs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |