Searched refs:marshallInvisible (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyModelMarshaller.java71 * @param marshallInvisible boolean parameter indicating whether the marshaller
77 public static PolicyModelMarshaller getXmlMarshaller(final boolean marshallInvisible) { argument
78 return (marshallInvisible) ? invisibleAssertionXmlMarshaller : defaultXmlMarshaller;
H A DXmlPolicyModelMarshaller.java49 private final boolean marshallInvisible; field in class:XmlPolicyModelMarshaller
52 XmlPolicyModelMarshaller(boolean marshallInvisible) { argument
53 this.marshallInvisible = marshallInvisible;
151 if (marshallInvisible || data == null || !data.isPrivateAttributeSet()) {
185 if (!marshallInvisible && nsMap.containsKey(PolicyConstants.SUN_POLICY_NAMESPACE_URI)) {

Completed in 30 milliseconds