MountPointDirectoryDocument mountPointDocXBean = MountPointDirectoryDocument.Factory.newInstance();
mountPointDocXBean.setMountPointDirectory( m_fileSystem.getMountPoint() );
prop = m_propSet.get( FileSystemPropertyQNames.MOUNT_POINT_DIR );
prop.add( mountPointDocXBean );
prop.setCallback( new MountPointCallback( m_fileSystem ) );
OptionsDocument optionsDocXBean =
OptionsDocument.Factory.newInstance();
org.apache.ws.resource.example.filesystem.OptionsDocument.Options options =
optionsDocXBean.addNewOptions();