Uses of Class
org.talend.esb.servicelocator.client.TransportType

Packages that use TransportType
org.talend.esb.servicelocator.client   
org.talend.esb.servicelocator.cxf.internal   
 

Uses of TransportType in org.talend.esb.servicelocator.client
 

Methods in org.talend.esb.servicelocator.client that return TransportType
static TransportType TransportType.fromValue(String v)
           
 TransportType SimpleEndpoint.getTransport()
           
 TransportType Endpoint.getTransport()
           
static TransportType TransportType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportType[] TransportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.talend.esb.servicelocator.client with parameters of type TransportType
protected  void SimpleEndpoint.init(QName serviceName, String endpoint, BindingType bindingType, TransportType transportType, SLProperties properties)
           
 

Constructors in org.talend.esb.servicelocator.client with parameters of type TransportType
SimpleEndpoint(QName serviceName, String endpoint, BindingType bindingType, TransportType transportType, SLProperties properties)
           
 

Uses of TransportType in org.talend.esb.servicelocator.cxf.internal
 

Methods in org.talend.esb.servicelocator.cxf.internal that return TransportType
 TransportType CXFEndpointProvider.getTransport()
           
 



Copyright © 2011 Talend Inc.. All Rights Reserved.