org.apache.geronimo.webservices
Class Handler
java.lang.Object
org.apache.geronimo.webservices.Handler
public class Handler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handler
public Handler()
getHandlerName
public String getHandlerName()
setHandlerName
public void setHandlerName(String handlerName)
getHandlerClass
public String getHandlerClass()
setHandlerClass
public void setHandlerClass(String handlerClass)
addSoapHeader
public void addSoapHeader(String soapHeader)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
addSoapHeader
public void addSoapHeader(int index,
String soapHeader)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
removeSoapHeader
public boolean removeSoapHeader(String soapHeader)
getSoapHeader
public String getSoapHeader(int index)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
getSoapHeader
public String[] getSoapHeader()
setSoapHeader
public void setSoapHeader(int index,
String soapHeader)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
setSoapHeader
public void setSoapHeader(String[] soapHeaderArray)
clearSoapHeader
public void clearSoapHeader()
addSoapRole
public void addSoapRole(String soapRole)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
addSoapRole
public void addSoapRole(int index,
String soapRole)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
removeSoapRole
public boolean removeSoapRole(String soapRole)
getSoapRole
public String getSoapRole(int index)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
getSoapRole
public String[] getSoapRole()
setSoapRole
public void setSoapRole(int index,
String soapRole)
throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
setSoapRole
public void setSoapRole(String[] soapRoleArray)
clearSoapRole
public void clearSoapRole()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.