Apache CXF API

org.apache.cxf.transport.jms.wsdl11
Class JmsTransportPlugin

java.lang.Object
  extended by org.apache.cxf.wsdl.AbstractWSDLPlugin
      extended by org.apache.cxf.transport.jms.wsdl11.JmsTransportPlugin
All Implemented Interfaces:
WSDLExtensibilityPlugin

public class JmsTransportPlugin
extends AbstractWSDLPlugin


Field Summary
static String JMS_ADDR_DEST_STYLE
           
static String JMS_ADDR_INIT_CTX
           
static String JMS_ADDR_JNDI_DEST
           
static String JMS_ADDR_JNDI_FAC
           
static String JMS_ADDR_JNDI_URL
           
static String JMS_ADDR_MSG_TYPE
           
static String JMS_ADDR_MSGID_TO_CORRID
           
static String JMS_ADDR_SUBSCRIBER_NAME
           
static QName JMS_ADDRESS
           
static String NS_JMS_ADDRESS
           
 
Fields inherited from class org.apache.cxf.wsdl.AbstractWSDLPlugin
registry
 
Constructor Summary
JmsTransportPlugin()
           
 
Method Summary
 javax.wsdl.extensions.ExtensibilityElement createExtension(Map<String,Object> args)
           
 
Methods inherited from class org.apache.cxf.wsdl.AbstractWSDLPlugin
getExtenstionRegistry, getOption, getOption, getOption, getOption, optionSet, setExtensionRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_JMS_ADDRESS

public static final String NS_JMS_ADDRESS
See Also:
Constant Field Values

JMS_ADDRESS

public static final QName JMS_ADDRESS

JMS_ADDR_DEST_STYLE

public static final String JMS_ADDR_DEST_STYLE
See Also:
Constant Field Values

JMS_ADDR_JNDI_URL

public static final String JMS_ADDR_JNDI_URL
See Also:
Constant Field Values

JMS_ADDR_JNDI_FAC

public static final String JMS_ADDR_JNDI_FAC
See Also:
Constant Field Values

JMS_ADDR_JNDI_DEST

public static final String JMS_ADDR_JNDI_DEST
See Also:
Constant Field Values

JMS_ADDR_MSG_TYPE

public static final String JMS_ADDR_MSG_TYPE
See Also:
Constant Field Values

JMS_ADDR_INIT_CTX

public static final String JMS_ADDR_INIT_CTX
See Also:
Constant Field Values

JMS_ADDR_SUBSCRIBER_NAME

public static final String JMS_ADDR_SUBSCRIBER_NAME
See Also:
Constant Field Values

JMS_ADDR_MSGID_TO_CORRID

public static final String JMS_ADDR_MSGID_TO_CORRID
See Also:
Constant Field Values
Constructor Detail

JmsTransportPlugin

public JmsTransportPlugin()
Method Detail

createExtension

public javax.wsdl.extensions.ExtensibilityElement createExtension(Map<String,Object> args)
                                                           throws javax.wsdl.WSDLException
Throws:
javax.wsdl.WSDLException

Apache CXF API

Apache CXF