Apache CXF API

org.apache.cxf.tools.misc.processor.address
Class JmsAddress

java.lang.Object
  extended by org.apache.cxf.tools.misc.processor.address.JmsAddress
All Implemented Interfaces:
Address

public class JmsAddress
extends Object
implements Address


Field Summary
 
Fields inherited from interface org.apache.cxf.tools.misc.processor.address.Address
HTTP_PREFIX
 
Constructor Summary
JmsAddress()
           
 
Method Summary
 Map<String,Object> buildAddressArguments(ToolContext context)
           
 Map<String,String> getNamespaces(ToolContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsAddress

public JmsAddress()
Method Detail

getNamespaces

public Map<String,String> getNamespaces(ToolContext context)
Specified by:
getNamespaces in interface Address

buildAddressArguments

public Map<String,Object> buildAddressArguments(ToolContext context)
Specified by:
buildAddressArguments in interface Address

Apache CXF API

Apache CXF