Searched defs:LOGGER (Results 1 - 25 of 71) sorted by relevance

123

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaActionUtil.java61 LOGGER.warning("TargetNamespace of WebService is not a valid URI");
65 private static final Logger LOGGER = field in class:WsaActionUtil
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingFeatureConfigurator.java60 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(AddressingFeatureConfigurator.class); field in class:AddressingFeatureConfigurator
72 LOGGER.entering(key, policyMap);
86 if (LOGGER.isLoggable(Level.FINE)) {
87 LOGGER.fine("Added addressing feature \"" + feature + "\" for element \"" + key + "\"");
122 throw LOGGER.logSevereException(new PolicyException(ModelerMessages.RUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD(toJar(Which.which(AddressingFeature.class))), e));
124 if (LOGGER.isLoggable(Level.FINE)) {
125 LOGGER.fine("Added addressing feature \"" + feature + "\" for element \"" + key + "\"");
133 LOGGER.exiting(features);
H A DAddressingPolicyValidator.java83 LOGGER.warning("Found unsupported assertion:\n" + nestedAsser + "\nnested into assertion:\n" + assertion);
89 LOGGER.warning("Only one among AnonymousResponses and NonAnonymousResponses can be nested in an Addressing assertion");
102 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(AddressingPolicyValidator.class); field in class:AddressingPolicyValidator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DModelTranslator.java46 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(ModelTranslator.class); field in class:ModelTranslator
62 LOGGER.warning(ManagementMessages.WSM_1007_FAILED_MODEL_TRANSLATOR_INSTANTIATION(), e);
81 throw LOGGER.logSevereException(creationException);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DInjector.java45 private static final Logger LOGGER = Logger.getLogger(Injector.class.getName()); field in class:Injector
100 LOGGER.log(Level.FINE,"Unable to inject "+className,e);
103 LOGGER.log(Level.FINE,"Unable to inject "+className,e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DAssertionValidationProcessor.java43 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(AssertionValidationProcessor.class); field in class:AssertionValidationProcessor
79 throw LOGGER.logSevereException(new PolicyException(WSP_0076_NO_SERVICE_PROVIDERS_FOUND(PolicyAssertionValidator.class.getName())));
H A DPolicyMapMutator.java39 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyMapMutator.class); field in class:PolicyMapMutator
58 throw LOGGER.logSevereException(new IllegalStateException(LocalizationMessages.WSP_0044_POLICY_MAP_MUTATOR_ALREADY_CONNECTED()));
H A DPolicyMapUtil.java46 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyMapUtil.class); field in class:PolicyMapUtil
70 throw LOGGER.logSevereException(new PolicyException(LocalizationMessages.WSP_0035_RECONFIGURE_ALTERNATIVES(policy.getIdOrName())));
88 LOGGER.entering(policyMap, policySubjects, serviceName, portName);
130 LOGGER.exiting();
H A DPolicyIntersector.java50 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyIntersector.class); field in class:PolicyIntersector
92 throw LOGGER.logSevereException(new IllegalArgumentException(LocalizationMessages.WSP_0056_NEITHER_NULL_NOR_EMPTY_POLICY_COLLECTION_EXPECTED()));
H A DPolicyScope.java42 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyScope.class); field in class:PolicyScope
54 throw LOGGER.logSevereException(new IllegalArgumentException(LocalizationMessages.WSP_0020_SUBJECT_PARAM_MUST_NOT_BE_NULL()));
H A DPolicySubject.java42 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicySubject.class); field in class:PolicySubject
57 throw LOGGER.logSevereException(new IllegalArgumentException(LocalizationMessages.WSP_0021_SUBJECT_AND_POLICY_PARAM_MUST_NOT_BE_NULL(subject, policy)));
75 throw LOGGER.logSevereException(new IllegalArgumentException(LocalizationMessages.WSP_0062_INPUT_PARAMS_MUST_NOT_BE_NULL()));
79 throw LOGGER.logSevereException(new IllegalArgumentException(LocalizationMessages.WSP_0064_INITIAL_POLICY_COLLECTION_MUST_NOT_BE_EMPTY()));
95 throw LOGGER.logSevereException(new IllegalArgumentException(LocalizationMessages.WSP_0038_POLICY_TO_ATTACH_MUST_NOT_BE_NULL()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DCompactModelGenerator.java44 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(CompactModelGenerator.class); field in class:CompactModelGenerator
55 LOGGER.entering(policy);
60 LOGGER.fine(LocalizationMessages.WSP_0047_POLICY_IS_NULL_RETURNING());
86 LOGGER.exiting(model);
H A DNormalizedModelGenerator.java43 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(NormalizedModelGenerator.class); field in class:NormalizedModelGenerator
54 LOGGER.entering(policy);
59 LOGGER.fine(LocalizationMessages.WSP_0047_POLICY_IS_NULL_RETURNING());
79 LOGGER.exiting(model);
H A DXmlPolicyModelMarshaller.java47 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(XmlPolicyModelMarshaller.class); field in class:XmlPolicyModelMarshaller
64 throw LOGGER.logSevereException(new PolicyException(LocalizationMessages.WSP_0022_STORAGE_TYPE_NOT_SUPPORTED(storage.getClass().getName())));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/subject/
H A DPolicyMapKeyConverter.java41 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyMapKeyConverter.class); field in class:PolicyMapKeyConverter
52 LOGGER.entering(subject);
71 LOGGER.exiting(key);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DActionBasedOperationFinder.java63 private static final Logger LOGGER = Logger.getLogger(ActionBasedOperationFinder.class.getName()); field in class:ActionBasedOperationFinder
94 LOGGER.warning(AddressingMessages.NON_UNIQUE_OPERATION_SIGNATURE(
110 LOGGER.warning(AddressingMessages.NON_UNIQUE_OPERATION_SIGNATURE(
H A DPayloadQNameBasedOperationFinder.java59 private static final Logger LOGGER = Logger.getLogger(PayloadQNameBasedOperationFinder.class.getName()); field in class:PayloadQNameBasedOperationFinder
90 LOGGER.warning(ServerMessages.NON_UNIQUE_DISPATCH_QNAME(e.getValue(), e.createQName()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMemoryData.java41 private static final Logger LOGGER = Logger.getLogger(MemoryData.class.getName()); field in class:MemoryData
83 if (LOGGER.isLoggable(Level.FINE)) {
84 LOGGER.log(Level.FINE, "Created temp file = {0}", tempFile);
H A DMIMEMessage.java43 private static final Logger LOGGER = Logger.getLogger(MIMEMessage.class.getName()); field in class:MIMEMessage
107 LOGGER.fine("index="+index);
117 LOGGER.fine("Got attachment at index="+index+" attachment="+part);
131 LOGGER.fine("Content-ID="+contentId);
141 LOGGER.fine("Got attachment for Content-ID="+contentId+" attachment="+part);
187 LOGGER.fine("MIMEEvent="+MIMEEvent.EVENT_TYPE.START_MESSAGE);
191 LOGGER.fine("MIMEEvent="+MIMEEvent.EVENT_TYPE.START_PART);
195 LOGGER.fine("MIMEEvent="+MIMEEvent.EVENT_TYPE.HEADERS);
222 LOGGER.finer("MIMEEvent="+MIMEEvent.EVENT_TYPE.CONTENT);
229 LOGGER
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedClientAssertion.java51 private static final Logger LOGGER = Logger.getLogger(ManagedClientAssertion.class); field in class:ManagedClientAssertion
61 LOGGER.entering(portInfo);
68 LOGGER.exiting(assertion);
86 LOGGER.warning(ManagementMessages.WSM_1006_CLIENT_MANAGEMENT_ENABLED());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/policy/
H A DMtomPolicyMapConfigurator.java56 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(MtomPolicyMapConfigurator.class); field in class:MtomPolicyMapConfigurator
90 LOGGER.entering(policyMap, model, wsBinding);
95 if (LOGGER.isLoggable(Level.FINEST)) {
96 LOGGER.finest("mtomFeature = " + mtomFeature);
104 if (LOGGER.isLoggable(Level.FINEST)) {
105 LOGGER.fine("Added MTOM policy with ID \"" + mtomPolicy.getIdOrName() + "\" to binding element \"" + bindingName + "\"");
110 LOGGER.exiting(subjects);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DBuilderHandler.java47 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(BuilderHandler.class); field in class:BuilderHandler
64 throw LOGGER.logSevereException(new PolicyException(PolicyMessages.WSP_1006_POLICY_MAP_EXTENDER_CAN_NOT_BE_NULL()));
74 throw LOGGER.logSevereException(new PolicyException(PolicyMessages.WSP_1004_POLICY_URIS_CAN_NOT_BE_NULL()));
77 throw LOGGER.logSevereException(new PolicyException(PolicyMessages.WSP_1010_NO_POLICIES_DEFINED()));
85 throw LOGGER.logSevereException(new PolicyException(PolicyMessages.WSP_1005_POLICY_REFERENCE_DOES_NOT_EXIST(policyURI)));
H A DPolicyUtil.java56 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyUtil.class); field in class:PolicyUtil
96 LOGGER.entering(model, policyMap);
106 LOGGER.exiting();
119 LOGGER.entering(policyMap, serviceName, portName);
132 LOGGER.exiting(features);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DSyncProviderInvokerTube.java46 private static final Logger LOGGER = Logger.getLogger( field in class:SyncProviderInvokerTube
64 LOGGER.fine("Invoking Provider Endpoint");
70 LOGGER.log(Level.SEVERE, e.getMessage(), e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerAdapter.java63 LOGGER.warning("Container "+endpoint.getContainer()+" doesn't support "+Module.class);
110 private static final Logger LOGGER = Logger.getLogger(ServerAdapter.class.getName()); field in class:ServerAdapter

Completed in 43 milliseconds

123