| Package | Description | 
|---|---|
| com.eviware.soapui.impl.wsdl | WSDL 1.1 implementations of soapui model interface | 
| com.eviware.soapui.impl.wsdl.submit | Submit-specific interfaces | 
| com.eviware.soapui.impl.wsdl.submit.transports.http | RequestTransport implementations | 
| com.eviware.soapui.impl.wsdl.submit.transports.jms | |
| com.eviware.soapui.plugins.auto.factories | 
| Constructor and Description | 
|---|
| WsdlSubmit(T wsdlRequest,
          SubmitListener[] listeners,
          RequestTransport transport) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RequestTransport | RequestTransportRegistry. getTransport(String protocol) | 
| static RequestTransport | RequestTransportRegistry. getTransport(String endpoint,
            SubmitContext submitContext) | 
| RequestTransport | RequestTransportFactory. newRequestTransport() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | RequestTransportRegistry. addTransport(String key,
            RequestTransport rt) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BaseHttpRequestTransportBase for HTTP transports | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpClientRequestTransportHTTP transport that uses HttpClient to send/receive SOAP messages | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HermesJmsRequestPublishReceiveTransport | 
| class  | HermesJmsRequestPublishSubscribeTransport | 
| class  | HermesJmsRequestPublishTransport | 
| class  | HermesJmsRequestReceiveTransport | 
| class  | HermesJmsRequestSendReceiveTransport | 
| class  | HermesJmsRequestSendSubscribeTransport | 
| class  | HermesJmsRequestSendTransport | 
| class  | HermesJmsRequestSubscribeTransport | 
| class  | HermesJmsRequestTransport | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestTransport | AutoRequestTransportFactory. newRequestTransport() | 
| Constructor and Description | 
|---|
| AutoRequestTransportFactory(PluginRequestTransport annotation,
                           Class<RequestTransport> requestTransportClass) | 
Copyright © 2019. All Rights Reserved.