Package com.sun.enterprise.deployment
Interface WSDolSupport
-
- All Known Implementing Classes:
WSDolSupportImpl
@Contract public interface WSDolSupportthis really should not exist but we can't move some of our DOL classes out of the DOL into the respective container (jaxws in this case) so we have to use this workarounds- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProtocolBinding(String value)StringgetSoapAddressPrefix(String protocolBinding)ClassgetType(String className)voidsetServiceRef(Class annotatedClass, ServiceReferenceDescriptor ref)
-
-
-
Method Detail
-
setServiceRef
void setServiceRef(Class annotatedClass, ServiceReferenceDescriptor ref)
-
getType
Class getType(String className) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-