Class WSDolSupportImpl
- java.lang.Object
-
- org.glassfish.webservices.deployment.WSDolSupportImpl
-
- All Implemented Interfaces:
WSDolSupport
@Service public class WSDolSupportImpl extends Object implements WSDolSupport
Implementation of jaxws dependent services for the DOL- Author:
- Jerome Dochez
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP11_MTOM_TOKENstatic StringSOAP11_TOKENstatic StringSOAP12_MTOM_TOKENstatic StringSOAP12_TOKENstatic StringXML_TOKEN
-
Constructor Summary
Constructors Constructor Description WSDolSupportImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProtocolBinding(String value)StringgetSoapAddressPrefix(String protocolBinding)ClassgetType(String className)voidsetServiceRef(Class annotatedClass, ServiceReferenceDescriptor ref)
-
-
-
Field Detail
-
SOAP11_TOKEN
public static final String SOAP11_TOKEN
- See Also:
- Constant Field Values
-
SOAP12_TOKEN
public static final String SOAP12_TOKEN
- See Also:
- Constant Field Values
-
SOAP11_MTOM_TOKEN
public static final String SOAP11_MTOM_TOKEN
- See Also:
- Constant Field Values
-
SOAP12_MTOM_TOKEN
public static final String SOAP12_MTOM_TOKEN
- See Also:
- Constant Field Values
-
XML_TOKEN
public static final String XML_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProtocolBinding
public String getProtocolBinding(String value)
- Specified by:
getProtocolBindingin interfaceWSDolSupport
-
getSoapAddressPrefix
public String getSoapAddressPrefix(String protocolBinding)
- Specified by:
getSoapAddressPrefixin interfaceWSDolSupport
-
setServiceRef
public void setServiceRef(Class annotatedClass, ServiceReferenceDescriptor ref)
- Specified by:
setServiceRefin interfaceWSDolSupport
-
getType
public Class getType(String className) throws ClassNotFoundException
- Specified by:
getTypein interfaceWSDolSupport- Throws:
ClassNotFoundException
-
-