Class WebServiceReferences
java.lang.Object
org.jboss.as.webservices.webserviceref.WebServiceReferences
Utility class that encapsulates the creation of web service ref factories.
This is also used by Weld to perform WS injection.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedReferenceFactorycreateWebServiceFactory(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String targetType, WSRefAnnotationWrapper wsRefDescription, AnnotatedElement target, String bindingName) static ManagedReferenceFactorycreateWebServiceFactory(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String targetType, WSRefAnnotationWrapper wsRefDescription, AnnotatedElement target, String bindingName, String refKey)
-
Method Details
-
createWebServiceFactory
public static ManagedReferenceFactory createWebServiceFactory(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String targetType, WSRefAnnotationWrapper wsRefDescription, AnnotatedElement target, String bindingName) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
createWebServiceFactory
public static ManagedReferenceFactory createWebServiceFactory(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String targetType, WSRefAnnotationWrapper wsRefDescription, AnnotatedElement target, String bindingName, String refKey) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-