| java.lang.Object org.ow2.easybeans.tests.common.resources.WSUtilCeltix
WSUtilCeltix | public class WSUtilCeltix implements ItfWSUtil(Code) | | Used to access web services created by Celtix.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Constructor Summary | |
public | WSUtilCeltix() Default constructor. |
Method Summary | |
public synchronized E | getPort(URL wsdlLocation, String wsNamespace, String serviceName, Class<E> serviceEndPointInterface, String soapPortName) Gets a reference to an endpoint.
< Parameters: E - > Type Parameters: wsdlLocation - Location of the WSDL file. Parameters: wsNamespace - WebService namespace. Parameters: serviceName - Service name. Parameters: serviceEndPointInterface - Interface used to access the WS. Parameters: soapPortName - Soap port name. |
WSUtilCeltix | public WSUtilCeltix()(Code) | | Default constructor.
|
getPort | public synchronized E getPort(URL wsdlLocation, String wsNamespace, String serviceName, Class<E> serviceEndPointInterface, String soapPortName) throws Exception(Code) | | Gets a reference to an endpoint.
< Parameters: E - > Type Parameters: wsdlLocation - Location of the WSDL file. Parameters: wsNamespace - WebService namespace. Parameters: serviceName - Service name. Parameters: serviceEndPointInterface - Interface used to access the WS. Parameters: soapPortName - Soap port name. port throws: Exception - if a problem occurs. |
|
|