|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.transport.jms.JMSURLHelper
JMSURLHelper provides access to properties in the URL.
The URL must be of the form: "jms:/
Constructor Summary
JMSURLHelper(java.net.URL url)
JMSURLHelper(java.net.URL url,
java.lang.String[] requiredProperties)
Method Summary
void
addRequiredProperties(java.lang.String[] properties)
void
addRequiredProperty(java.lang.String property)
java.lang.String
getDestination()
java.lang.String
getDomain()
java.util.HashMap
getProperties()
java.lang.String
getPropertyValue(java.lang.String property)
java.util.Vector
getRequiredProperties()
java.lang.String
getVendor()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
JMSURLHelper
public JMSURLHelper(java.net.URL url)
throws java.net.MalformedURLException
JMSURLHelper
public JMSURLHelper(java.net.URL url,
java.lang.String[] requiredProperties)
throws java.net.MalformedURLException
Method Detail
getDestination
public java.lang.String getDestination()
getVendor
public java.lang.String getVendor()
getDomain
public java.lang.String getDomain()
getProperties
public java.util.HashMap getProperties()
getPropertyValue
public java.lang.String getPropertyValue(java.lang.String property)
addRequiredProperties
public void addRequiredProperties(java.lang.String[] properties)
addRequiredProperty
public void addRequiredProperty(java.lang.String property)
getRequiredProperties
public java.util.Vector getRequiredProperties()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2003 Apache Web Services Project. All Rights Reserved.