org.apache.servicemix.jms.wsdl
Class JmsAddress
java.lang.Object
org.apache.servicemix.jms.wsdl.JmsAddress
- All Implemented Interfaces:
- java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement
public class JmsAddress
- extends java.lang.Object
- implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable
A JMS extensibily element used to specify the parameters needed
to retrieve the JMS ConnectionFactory and Destination to use.
- Version:
- $Revision$
- Author:
- Guillaume Nodet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
required
protected java.lang.Boolean required
elementType
protected javax.xml.namespace.QName elementType
initialContextFactory
protected java.lang.String initialContextFactory
jndiProviderURL
protected java.lang.String jndiProviderURL
destinationStyle
protected java.lang.String destinationStyle
jndiConnectionFactoryName
protected java.lang.String jndiConnectionFactoryName
jndiDestinationName
protected java.lang.String jndiDestinationName
jmsProviderDestinationName
protected java.lang.String jmsProviderDestinationName
JmsAddress
public JmsAddress()
getElementType
public javax.xml.namespace.QName getElementType()
- Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- Returns the elementType.
setElementType
public void setElementType(javax.xml.namespace.QName elementType)
- Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
- Parameters:
elementType - The elementType to set.
getRequired
public java.lang.Boolean getRequired()
- Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- Returns the required.
setRequired
public void setRequired(java.lang.Boolean required)
- Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
- Parameters:
required - The required to set.
getDestinationStyle
public java.lang.String getDestinationStyle()
- Returns:
- Returns the destinationStyle.
setDestinationStyle
public void setDestinationStyle(java.lang.String destinationStyle)
- Parameters:
destinationStyle - The destinationStyle to set.
getInitialContextFactory
public java.lang.String getInitialContextFactory()
- Returns:
- Returns the initialContextFactory.
setInitialContextFactory
public void setInitialContextFactory(java.lang.String initialContextFactory)
- Parameters:
initialContextFactory - The initialContextFactory to set.
getJmsProviderDestinationName
public java.lang.String getJmsProviderDestinationName()
- Returns:
- Returns the jmsProviderDestinationName.
setJmsProviderDestinationName
public void setJmsProviderDestinationName(java.lang.String jmsProviderDestinationName)
- Parameters:
jmsProviderDestinationName - The jmsProviderDestinationName to set.
getJndiConnectionFactoryName
public java.lang.String getJndiConnectionFactoryName()
- Returns:
- Returns the jndiConnectionFactoryName.
setJndiConnectionFactoryName
public void setJndiConnectionFactoryName(java.lang.String jndiConnectionFactoryName)
- Parameters:
jndiConnectionFactoryName - The jndiConnectionFactoryName to set.
getJndiDestinationName
public java.lang.String getJndiDestinationName()
- Returns:
- Returns the jndiDestinationName.
setJndiDestinationName
public void setJndiDestinationName(java.lang.String jndiDestinationName)
- Parameters:
jndiDestinationName - The jndiDestinationName to set.
getJndiProviderURL
public java.lang.String getJndiProviderURL()
- Returns:
- Returns the jndiProviderURL.
setJndiProviderURL
public void setJndiProviderURL(java.lang.String jndiProviderURL)
- Parameters:
jndiProviderURL - The jndiProviderURL to set.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005-2014 FuseSource. All Rights Reserved.