|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.deployment.api.HandlerRef
The HandlerRef class describe a Handler to use on the client side of a Web Service.
Constructor Summary | |
HandlerRef(java.lang.ClassLoader classLoader,
org.objectweb.jonas_ejb.deployment.xml.Handler handler)
Creates a new HandlerRef object. |
|
HandlerRef(java.lang.ClassLoader classLoader,
org.objectweb.jonas_web.deployment.xml.Handler handler)
Creates a new HandlerRef object. |
Method Summary | |
boolean |
equals(java.lang.Object other)
Test Equality between 2 Objects. |
java.lang.Class |
getHandlerClass()
Return the Handler implementation class. |
java.lang.String |
getInitParam(java.lang.String pname)
Return the value of an init-param. |
java.util.Hashtable |
getInitParams()
Return all the init-params of the Handler. |
java.lang.String |
getName()
Return the name of the Handler. |
java.util.List |
getPortNames()
Return the list of port name the Handler is associated with. |
java.util.List |
getSOAPHeaders()
Return the list of Headers the Handlers will access. |
java.util.List |
getSOAPRoles()
Return the list of SOAP Actor Definitions the Handler will play as a role. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HandlerRef(java.lang.ClassLoader classLoader, org.objectweb.jonas_ejb.deployment.xml.Handler handler) throws WSDeploymentDescException
classLoader
- ejbjar classLoaderhandler
- contains informations defined in ejb deployment
descriptor (service-ref)
WSDeploymentDescException
- When Construction fails.public HandlerRef(java.lang.ClassLoader classLoader, org.objectweb.jonas_web.deployment.xml.Handler handler) throws WSDeploymentDescException
classLoader
- ejbjar classLoaderhandler
- contains informations defined in web deployment
descriptor (service-ref)
WSDeploymentDescException
- When Construction fails.Method Detail |
public java.lang.String getName()
public java.lang.Class getHandlerClass()
public java.util.Hashtable getInitParams()
public java.lang.String getInitParam(java.lang.String pname)
pname
- The key of init-param map.
public java.util.List getSOAPHeaders()
public java.util.List getSOAPRoles()
public java.util.List getPortNames()
public boolean equals(java.lang.Object other)
other
- The object to compare.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |