| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.ServiceRef
ServiceRef | public class ServiceRef extends AbsElement (Code) | | This class defines the implementation of the element service-ref.
author: Florent Benoit |
ServiceRef | public ServiceRef()(Code) | | Constructor : build a new ServiceRef object
|
addHandler | public void addHandler(Handler handler)(Code) | | Add a new handler element to this object
Parameters: handler - the handler object |
addPortComponentRef | public void addPortComponentRef(PortComponentRef portComponentRef)(Code) | | Add a new port-component-ref element to this object
Parameters: portComponentRef - the port-component-ref object |
getHandlerList | public JLinkedList getHandlerList()(Code) | | the list of all handler elements |
getJaxrpcMappingFile | public String getJaxrpcMappingFile()(Code) | | the Jaxrpc-mapping-file of the service-ref |
getPortComponentRefList | public JLinkedList getPortComponentRefList()(Code) | | the list of all port-component-ref elements |
getServiceInterface | public String getServiceInterface()(Code) | | the service-interface of the service-ref |
getServiceQname | public Qname getServiceQname()(Code) | | the service-qname element |
getServiceRefName | public String getServiceRefName()(Code) | | the service-ref-name of the service-ref |
getWsdlFile | public String getWsdlFile()(Code) | | the wsdl-file of the service-ref |
setJaxrpcMappingFile | public void setJaxrpcMappingFile(String jaxrpcMappingFile)(Code) | | Sets the jaxrpc-mapping-file element of the service-ref
Parameters: jaxrpcMappingFile - jaxrpc-mapping-file of the service-ref |
setServiceInterface | public void setServiceInterface(String serviceInterface)(Code) | | Sets the service-interface of the service-ref
Parameters: serviceInterface - name of the service-ref |
setServiceQname | public void setServiceQname(Qname serviceQname)(Code) | | Sets the service-qname of the service-ref
Parameters: serviceQname - of the service-ref |
setServiceRefName | public void setServiceRefName(String serviceRefName)(Code) | | Sets the service-ref-name of the service-ref
Parameters: serviceRefName - of the service-ref |
setWsdlFile | public void setWsdlFile(String wsdlFile)(Code) | | Sets the wsdl-file element of the service-ref
Parameters: wsdlFile - name of the service-ref |
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. |
|
|
|