| |
|
| org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement org.objectweb.jonas_ws.deployment.xml.PortComponent
PortComponent | public class PortComponent extends AbsDescriptionElement implements DescriptionGroupXml(Code) | | This class defines the implementation of the element port-component
(use here the common handler object defined in jonas-lib,
even if there is no "port-name" in our case)
author: JOnAS team |
PortComponent | public PortComponent()(Code) | | Constructor
|
addHandler | public void addHandler(Handler handler)(Code) | | Add a new handler element to this object
Parameters: handler - the handlerobject |
getPortComponentName | public String getPortComponentName()(Code) | | Gets the port-component-name
the port-component-name |
getServiceEndpointInterface | public String getServiceEndpointInterface()(Code) | | Gets the service-endpoint-interface
the service-endpoint-interface |
getServiceImplBean | public ServiceImplBean getServiceImplBean()(Code) | | Gets the service-impl-bean
the service-impl-bean |
getWsdlPort | public Qname getWsdlPort()(Code) | | Gets the wsdl-port
the wsdl-port |
setHandlerList | public void setHandlerList(JLinkedList handlerList)(Code) | | Set the handler
Parameters: handlerList - handler |
setPortComponentName | public void setPortComponentName(String portComponentName)(Code) | | Set the port-component-name
Parameters: portComponentName - portComponentName |
setServiceEndpointInterface | public void setServiceEndpointInterface(String serviceEndpointInterface)(Code) | | Set the service-endpoint-interface
Parameters: serviceEndpointInterface - serviceEndpointInterface |
setServiceImplBean | public void setServiceImplBean(ServiceImplBean serviceImplBean)(Code) | | Set the service-impl-bean
Parameters: serviceImplBean - serviceImplBean |
setWsdlPort | public void setWsdlPort(Qname wsdlPort)(Code) | | Set the wsdl-port
Parameters: wsdlPort - wsdlPort |
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. |
|
|
|