| org.ow2.easybeans.tests.common.resources.ItfWSUtil
All known Subclasses: org.ow2.easybeans.tests.common.resources.WSUtilCeltix,
ItfWSUtil | public interface ItfWSUtil (Code) | | Interface used to access web services.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
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. |
getPort | 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. |
|
|