| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.JonasServiceRef
JonasServiceRef | public class JonasServiceRef extends AbsElement (Code) | | This class defines the implementation of the element jonas-service-ref.
author: Florent Benoit |
JonasServiceRef | public JonasServiceRef()(Code) | | Constructor : build a new JonasServiceRef object
|
addJonasInitParam | public void addJonasInitParam(JonasInitParam jonasInitParam)(Code) | | Add a parameter
Parameters: jonasInitParam - the JonasInitParam object to add to our list |
addJonasPortComponentRef | public void addJonasPortComponentRef(JonasPortComponentRef jonasPortComponentRef)(Code) | | Add a parameter
Parameters: jonasPortComponentRef - the JonasPortComponentRef object to add to our list |
getAltWsdl | public String getAltWsdl()(Code) | | Returns the altWsdl. |
getJonasInitParamList | public JLinkedList getJonasInitParamList()(Code) | | the list of init parameters |
getJonasPortComponentRefList | public JLinkedList getJonasPortComponentRefList()(Code) | | the list of jonas port component ref |
getServiceRefName | public String getServiceRefName()(Code) | | the name of the service-ref |
setAltWsdl | public void setAltWsdl(String altWsdl)(Code) | | Parameters: altWsdl - The altWsdl to set. |
setServiceRefName | public void setServiceRefName(String serviceRefName)(Code) | | Sets the name
Parameters: serviceRefName - the name to use |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|