public interface WSConnection extends Connection
Modifier and Type | Field and Description |
---|---|
static String |
STATUS_CODE |
Modifier and Type | Method and Description |
---|---|
<T> Dispatch<T> |
createDispatch(Class<T> type,
Service.Mode mode) |
<T> Dispatch<T> |
createDispatch(String binding,
String endpoint,
Class<T> type,
Service.Mode mode) |
QName |
getPortQName() |
QName |
getServiceQName() |
String |
getStatusMessage(int status) |
URL |
getWsdl() |
close
static final String STATUS_CODE
<T> Dispatch<T> createDispatch(String binding, String endpoint, Class<T> type, Service.Mode mode)
<T> Dispatch<T> createDispatch(Class<T> type, Service.Mode mode) throws IOException
IOException
URL getWsdl()
QName getServiceQName()
QName getPortQName()
String getStatusMessage(int status)
Copyright © 2020. All rights reserved.