it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbBinding

java.lang.Object
  extended by it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
All Implemented Interfaces:
java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

public class Jbi4EjbBinding
extends java.lang.Object
implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

The Class Jbi4CorbaBinding, according with JWSDL specs (see JSR 110).

Author:
Marco Piraccini
See Also:
Serialized Form

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

Jbi4EjbBinding

public Jbi4EjbBinding()
Instantiates a new jbi4 ejb binding.

Method Detail

getElementType

public javax.xml.namespace.QName getElementType()
Gets the ElementType.

Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
the extensibility element
See Also:
ExtensibilityElement.getElementType()

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Sets the element type.

Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
elementType - the element type
See Also:
ExtensibilityElement.setElementType(javax.xml.namespace.QName)

getRequired

public java.lang.Boolean getRequired()
Required property getter.

Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
true if required
See Also:
ExtensibilityElement.getRequired()

setRequired

public void setRequired(java.lang.Boolean required)
Required property setter.

Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
required - the required property
See Also:
ExtensibilityElement.setRequired(java.lang.Boolean)

getOrbProperties

public java.util.Properties getOrbProperties()
Gets the orb properties.

Returns:
the orb properties

setOrbProperties

public void setOrbProperties(java.util.Properties orbProperties)
Sets the orb properties.

Parameters:
orbProperties - the new orb properties

getJndiProperties

public java.util.Properties getJndiProperties()
Gets the jndi properties.

Returns:
the jndi properties

setJndiProperties

public void setJndiProperties(java.util.Properties jndiProperties)
Sets the jndi properties.

Parameters:
jndiProperties - the new jndi properties

toString

public java.lang.String toString()
toString redefinition.

Overrides:
toString in class java.lang.Object
Returns:
the object strig rapresentation
See Also:
Object.toString()

equals

public boolean equals(java.lang.Object obj)
equals redefinition.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the parameter to test
Returns:
true if the two object are equals
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
hashCode redefinition.

Overrides:
hashCode in class java.lang.Object
Returns:
the hashcode for the object instance
See Also:
Object.hashCode()


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.