示例#1
0
 public void serializeURIs(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   if (_Actor != null) {
     context
         .getNamespaceContext()
         .declareNamespace("http://schemas.xmlsoap.org/soap/envelope/", null, true);
   }
   if (has_MustUnderstand) {
     context
         .getNamespaceContext()
         .declareNamespace("http://schemas.xmlsoap.org/soap/envelope/", null, true);
   }
 }