A. JAX-WS dispatch API B. Deployment descriptor C. @Resource annotation D. @WebServiceRef annotation E. Service and Interface classes
单项选择题AdeveloperusedwsimporttogeneratetheskeletoncodeforaWebserviceimplementation.WhatisthepurposeofthegeneratedObjectFactoryclass?()
A. The ObjectFactory class is the generated Service Endpoint Interface class B. The ObjectFactory class is the generated service provider class that is used by the JAX-WS client. C. The ObjectFactory class takes the targetNamespace value and creates the directory structure. D. The ObjectFactory class allows you to programatically construct new instances of the Java representation for XML content.
多项选择题TheTCP IPMonitorcanbeusedtocheckthefollowing:()
A. SOAP/JMS B. HTTP Header C. WSDL document D. SOAP messages E. WS-I Compliance
单项选择题A company has a high business value JAX-WS provider Web Service and cannot afford to lose any messages. What kind of quality of service should be used in conjunction with WS-ReliableMessaging?()
A. Managed persistent B. Managed non-persistent C. Unmanaged non-persistent D. Managed persistent and Transaction (enableTransactionalOneWay) E. Managed non-persistent and Transaction (enableTransactionalOneWay) F. Unmanaged non-persistent and Transaction (enableTransactionalOneWay)