@Service public class WSDolSupportImpl extends Object implements WSDolSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAP11_MTOM_TOKEN |
static String |
SOAP11_TOKEN |
static String |
SOAP12_MTOM_TOKEN |
static String |
SOAP12_TOKEN |
static String |
XML_TOKEN |
| Constructor and Description |
|---|
WSDolSupportImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocolBinding(String value) |
String |
getSoapAddressPrefix(String protocolBinding) |
Class |
getType(String className) |
void |
setServiceRef(Class annotatedClass,
ServiceReferenceDescriptor ref) |
public static final String SOAP11_TOKEN
public static final String SOAP12_TOKEN
public static final String SOAP11_MTOM_TOKEN
public static final String SOAP12_MTOM_TOKEN
public static final String XML_TOKEN
public String getProtocolBinding(String value)
getProtocolBinding in interface WSDolSupportpublic String getSoapAddressPrefix(String protocolBinding)
getSoapAddressPrefix in interface WSDolSupportpublic void setServiceRef(Class annotatedClass, ServiceReferenceDescriptor ref)
setServiceRef in interface WSDolSupportpublic Class getType(String className) throws ClassNotFoundException
getType in interface WSDolSupportClassNotFoundExceptionCopyright © 2017. All rights reserved.