org.apache.wsif.wsdl.extensions.jms
Class JMSFaultIndicator

java.lang.Object
  extended byorg.apache.wsif.wsdl.extensions.jms.JMSFaultIndicator
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

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

WSDL Jms service-port extension

Author:
Mark Whitlock
See Also:
Serialized Form

Constructor Summary
JMSFaultIndicator()
           
 
Method Summary
 void addJMSFaultProperty(JMSFaultProperty jmsFaultProperty)
           
 javax.xml.namespace.QName getElementType()
           
 java.util.List getJMSFaultProperties()
           
 java.lang.Boolean getRequired()
           
 java.lang.String getType()
          Gets the type
 void setElementType(javax.xml.namespace.QName elementType)
           
 void setRequired(java.lang.Boolean required)
           
 void setType(java.lang.String type)
          Sets the type
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMSFaultIndicator

public JMSFaultIndicator()
Method Detail

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.setElementType(QName)

getElementType

public javax.xml.namespace.QName getElementType()
Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.getElementType()

setRequired

public void setRequired(java.lang.Boolean required)
Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.setRequired(Boolean)

getRequired

public java.lang.Boolean getRequired()
Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
See Also:
ExtensibilityElement.getRequired()

getType

public java.lang.String getType()
Gets the type

Returns:
Returns a String

setType

public void setType(java.lang.String type)
Sets the type

Parameters:
type - The type to set

addJMSFaultProperty

public void addJMSFaultProperty(JMSFaultProperty jmsFaultProperty)

getJMSFaultProperties

public java.util.List getJMSFaultProperties()

toString

public java.lang.String toString()


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.