/* */ {
/* 148 */ ByteArrayOutputStream baos = new ByteArrayOutputStream(512);
/* */ try
/* */ {
/* 151 */ ObjectOutputStream oos = new ObjectOutputStream(baos);
/* 152 */ WSSecurityOMFactory factory = WSSecurityOMFactory.newInstance();
/* 153 */ WSSecurityConfiguration securityConfig = factory.parse(getSecurityConfig());
/* 154 */ oos.writeObject(securityConfig);
/* 155 */ oos.close();
/* */ }
/* */ catch (IOException e)
/* */ {