|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
public class Jbi4EjbBinding
The Class Jbi4CorbaBinding, according with JWSDL specs (see JSR 110).
Constructor Summary | |
---|---|
Jbi4EjbBinding()
Instantiates a new jbi4 ejb binding. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
equals redefinition. |
javax.xml.namespace.QName |
getElementType()
Gets the ElementType. |
java.util.Properties |
getJndiProperties()
Gets the jndi properties. |
java.util.Properties |
getOrbProperties()
Gets the orb properties. |
java.lang.Boolean |
getRequired()
Required property getter. |
int |
hashCode()
hashCode redefinition. |
void |
setElementType(javax.xml.namespace.QName elementType)
Sets the element type. |
void |
setJndiProperties(java.util.Properties jndiProperties)
Sets the jndi properties. |
void |
setOrbProperties(java.util.Properties orbProperties)
Sets the orb properties. |
void |
setRequired(java.lang.Boolean required)
Required property setter. |
java.lang.String |
toString()
toString redefinition. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Jbi4EjbBinding()
Method Detail |
---|
public javax.xml.namespace.QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.getElementType()
public void setElementType(javax.xml.namespace.QName elementType)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
elementType
- the element typeExtensibilityElement.setElementType(javax.xml.namespace.QName)
public java.lang.Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement.getRequired()
public void setRequired(java.lang.Boolean required)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
required
- the required propertyExtensibilityElement.setRequired(java.lang.Boolean)
public java.util.Properties getOrbProperties()
public void setOrbProperties(java.util.Properties orbProperties)
orbProperties
- the new orb propertiespublic java.util.Properties getJndiProperties()
public void setJndiProperties(java.util.Properties jndiProperties)
jndiProperties
- the new jndi propertiespublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the parameter to test
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |